Primesghost Posted August 22, 2002 Share Posted August 22, 2002 Ok, I've been working on some custom menus and deciphering the .menu files. They seem pretty straight forward but whenever some text is listed for a menu option the text attribute is set with something like: @MENUS3_THIS_IS_LINE_1 This is clearly a string constant, what I'm wondering is where these constants are defined. Link to comment Share on other sites More sharing options...
Subject452 Posted August 22, 2002 Share Posted August 22, 2002 in the strip files? any just // the @ lines and replace it with "yourtext" and it will work Link to comment Share on other sites More sharing options...
Darth_Linux Posted August 22, 2002 Share Posted August 22, 2002 ui/ui_shared.c and ui/ui_main.c make a lot of calls to the MENU functions, but I don't know that they have a proper definition since the code is just byte code . . . Link to comment Share on other sites More sharing options...
Azymn Posted August 22, 2002 Share Posted August 22, 2002 Subject452 is right - the *.sp files in the strip folder have all the constants. Link to comment Share on other sites More sharing options...
Primesghost Posted August 22, 2002 Author Share Posted August 22, 2002 Sweet, thanks. I know I can replace the constants with strings but I'd rather define my own constants and call them that way, just amkes things easier. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.