Help screen [message #45027] |
Wed, 03 September 2003 14:34 |
|
Deafwasp
Messages: 555 Registered: February 2003
Karma: 0
|
Colonel |
|
|
Ok, you know how when you are playing, you hit esc, and it goes to a screen with a bunch of tips? Well is there text on that screen or is there just images with text on it?
Im wondering if it could be done that if you include modified images of that screen that you could get it in .mix format and it will work. Like lets say you put a map on that screen and maybe some hints on it?
I kinda am trying to make a objective map, where depending on what side your on it will display your objectives and where on the map they are.
Anybody understand what I'm saying?
|
|
|
Re: Help screen [message #45029] |
Wed, 03 September 2003 14:43 |
|
Halo38
Messages: 955 Registered: February 2003 Location: UK
Karma: 0
|
Colonel |
|
|
Deafwasp | Ok, you know how when you are playing, you hit esc, and it goes to a screen with a bunch of tips? Well is there text on that screen or is there just images with text on it?
|
It's text, i'm guessing you'll find the entries in the strings.tba
Online Portfolio - www.chettle1.com
Renegade projects - Halo38's Den hosted by www.laeubi.de
Creator of : C&C_Arid, C&C_Ancients, C&C_Bio, C&C_Duel Arena
Mod Wars Veteran
|
|
|
Help screen [message #45031] |
Wed, 03 September 2003 14:44 |
|
General Havoc
Messages: 1564 Registered: February 2003 Location: Birmingham, England, Unit...
Karma: 0
|
General (1 Star) |
|
|
Yeah - you need to have a PKG format map though. If you look at the other post about loading screens you will see that the quote i did in the code section also contains the "ESC screen" tips. You can identify them by looking for the duplicate number. It will have something like "hint03" and then "hint03" again later down, which are the "ESC screen" tips.
To change the text find the string that is referenced in the camapign.ini (Also that block of text I quoted) and then find that string. It will begin with "IDS_". Either edit them or replace them but you need to have a PKG format map.
Visit my website at http://renhelp.laeubi-soft.de powered by laeubi.de
"SHUT UP AND MOD" - Dante
"ACK is the Simon Cowell of modding" - Ultron10
Scripts.dll Debugger, Map Scripter and Tutorial writer
Computer Science Bsc
Aston University in Birmingham, UK
|
|
|