*DAMN R6 Forum

*DAMN R6 Community => *DAMN Mod Section => Topic started by: bkr on September 09, 2002, 02:50:30 am



Title: changing "welcome to rogue spear message"
Post by: bkr on September 09, 2002, 02:50:30 am
Just wondering what file I need to find to change this message to something custom.


Title: Re:changing "welcome to rogue spear message"
Post by: Casper on September 09, 2002, 03:09:33 am
Well the "welcome to" is pretty  straight foward all you have to do is go in to rouge spear  and go to mp and is says message of the day. But changing the count down i have no idea


Title: Re:changing "welcome to rogue spear message"
Post by: bkr on September 09, 2002, 03:24:46 am
thanks ya it's the countdown I would like to change...


Title: changing "welcome to rogue spear message"
Post by: jtsoldier on September 09, 2002, 09:18:23 am
Editing the countdown has something to do with the r6_stringtable.txt (or something similar) its somewhere in the list, not sure if you'd have to distribute it or what though.

jt.


Title: Re:changing "welcome to rogue spear message"
Post by: *NADS Capt. Anarchy on September 11, 2002, 12:49:11 am
the file is "r6_string_table.txt", and the path to it from your RS folder is:

Rogue Spear Data/Data/Text/Interface/English/r6_string_table.txt

it's too big to open in simpletext, so open it in Appleworks BBedit, Textedit Plus, something like that. Once you have it open, do a find in the document and search for "COUNTDOWN" this should put you right at this section:

//-------------------------- MP SESSION ---------------------------

MPSESSION_COUNTDOWN_START   "--- Preparing to begin mission ---"
MPSESSION_COUNTDOWN_STOP   "--- Start suspended ---"
MPSESSION_COUNTDOWN_ONE      "Starting mission in %d second"
MPSESSION_COUNTDOWN_MORE   "Starting mission in %d seconds"
MPSESSION_COUNTDOWN_GO      "--- Away we go ---"

you can plainly see which ones do what. the "%d" displays the number of seconds remaining... it does not have to be there. simply change the text to what you want and save as text-only. you may want to make a backup of the "r6_string_table.txt" file.