Posted by: SUPER-G - Monday, August 6, 2012 9:24:20 AM
when i make a script that makes a military breifing caption show, i expexct that it will show EXACTLY what i typed down. but every time i get MISSING: bla bla bla. is there a way to get rid of this word. i would also like to know how to replace MISSING with MISSION OBJECTIVE. thanks in advance.[grin]

Posted by: DecliningAtom52 - Monday, August 6, 2012 11:41:13 AM
Hi, you will need to create a string file, this can be done by opening notepad and pasting this. MAP_INTRO "Close Quarters: CIA Operation" End DEFEAT_ESCAPE "The GLA have escaped..." End The file must then be saved in the map folder as "map.str" (exactly like that) in world builder you should 'Display Military Briefing: MAP_INTRO' Hope it helps.

Posted by: SUPER-G - Monday, August 6, 2012 12:28:19 PM
it displays MISSING: 'MAP_INTRO'

Posted by: DecliningAtom52 - Wednesday, August 8, 2012 1:00:11 PM
Sorry, I failed to test that before posting it, the syntax and stuff is IDENTICAL to a stock/already working map, however It does not work. If someone else could answer this it would help both of us.

Posted by: i^love^mixery - Wednesday, August 8, 2012 7:17:11 PM
Show military briefing "Hello noobs" needed map.str: Hello noobs "Hello noobs" End like this for multiple briefings: Hello noobs "Hello noobs" End Hello noobs2 "Hello noobs2" End Hello noobs3 "Hello noobs3" End Hello noobs4 "Hello noobs4" End

Posted by: SUPER-G - Wednesday, August 8, 2012 7:25:55 PM
it shows "Hello noobs" but still with the "MISSING:" the file is called "captions.map.str, is that the correct way?

Posted by: i^love^mixery - Wednesday, August 8, 2012 7:46:42 PM
map.str you have to CREATE it and save it in the folder of YOUR map. the folder where the XYZ.map and the XYZ.tga file are. also you need to restart the game or it wont work.

Posted by: Lithium - Wednesday, August 8, 2012 8:20:53 PM
Here's an example. See the scripts in WorldBuilder and the file "str" in the map folder (open it with notepad) [ATTACH]1148[/Attach]

Posted by: SUPER-G - Thursday, August 9, 2012 8:16:36 AM
ZOMG IT WORKED! thank you all!