Page 1 of 1

Space map sky - Resolved

Posted: Wed Aug 16, 2006 1:03 pm
by Fiminopter
I thought someone made a topic for this, but I couldn't find it in all the pages of the modding forum. I also typed in the search engine.

So I want to change the planet of a space map. So, if anyone can tell me, it would be greatly appreciated.

Posted: Wed Aug 16, 2006 1:41 pm
by -_-
It's actually pretty easy. In you space lua's, there should be one that's named ***c/g_cmn. Find a line like this
ReadDataFile("dc:@#$\\spa_sky.lvl", "tat")
Changing "tat" would make your new sky/diffrent one appear. For this list, go to..
BF2_ModTools\Data_***\Worlds\***\sky
To make a custom one, modify the old ones, save, and add to req, then load it in the lua. Hope that was easy to follow.

Posted: Wed Aug 16, 2006 10:46 pm
by Fiminopter
Yeah, thanks a bunch!