February 14th, 2004
|
#2 |
| BC Modder
Join Date: October 20th, 2002 Location: Ontario, Canada Status: Available Rep Power: 0 | Re: Does anyone have any expirence with making single player missions. Well to edit TGL's, you don't neccessarily need to edit the file itself. you can do them on the fly, like i did in the mvam:
pDatabase = App.g_kLocalizationManager.Load("data/TGL/Bridge Menus.tgl")
pName = pDatabase.GetString("Red Alert")
pName.SetString("Whatever you want")
//use it here, REMEMBER to reset it:
pName.SetString("Red Alert")
So you just grab a database, grab one of the TGL's in it.. rename it.. use it somewhere... and reset it after you're done. |
| |
| |