![]() |
Does anyone have any expirence with making single player missions. I can change the scripts around but i need a person who can change the TGL files. This would be for my single player dominion war mod that is soon in production So if anyone has any expirence send me a PM or something Jdiplock Out |
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. |
Re: Does anyone have any expirence with making single player missions. what tool can i use to do this? |
Re: Does anyone have any expirence with making single player missions. What tools....? Notepad? Wordpad? .NET?.... are you sure you've worked with scripts before? I gave you all the code you'd need lol, other then exactly where you'd use it (since I dont know where you would, and you could just use other missions as examples) |
| All times are GMT -7. |
Powered by vBulletin®
Copyright ©2000 - 2016, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.