FileFront Forums

FileFront Forums (http://forums.filefront.com/)
-   ST:BC Modding and Editing (http://forums.filefront.com/st-bc-modding-editing-14/)
-   -   Does anyone have any expirence with making single player missions. (http://forums.filefront.com/st-bc-modding-editing/110836-does-anyone-have-any-expirence-making-single-player-missions.html)

Jdiplock February 14th, 2004 01:52 PM

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

sneaker98 February 14th, 2004 02:12 PM

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.

Jdiplock February 14th, 2004 02:41 PM

Re: Does anyone have any expirence with making single player missions.
 
what tool can i use to do this?

sneaker98 February 15th, 2004 12:23 AM

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.