Page 1 of 1
Where are the Space Map Assets?
Posted: Mon Dec 03, 2007 9:15 pm
by [RDH]Zerted
I wanted to look at all the retail space maps in ZE, but I couldn't find them. Where are they hiding or were they not included?
Why I wanted to look at them: I need the names of all the captial ship hanger shields so I can make a Fake Console command to shut them down. It would be a lot easier than doing that take-off/land exploit.
Re: Where are the Space Map Assets?
Posted: Mon Dec 03, 2007 9:20 pm
by EGG_GUTS
There in BF2_Modtools/space_template/worlds/@#$ or the missions and scripts are in BF2_Modtools/space_template/common
Re: Where are the Space Map Assets?
Posted: Mon Dec 03, 2007 10:09 pm
by Teancum
The actual maps themselves were never released. Dunno why. Psych0fred gave them to me back in the day, but it was yet another thing I lost when my HDD got corrupted.
Re: Where are the Space Map Assets?
Posted: Mon Dec 03, 2007 10:46 pm
by [RDH]Zerted
Seems I got a break. I found the class files for the hanger shield objects. For all the maps I've tested so far, the following code is able to let units through the shield. This has already been added to the Fake Console commands. I'm testing stuff online right now if anyone wants to preview it (server search for "flying").
Code: Select all
SetClassProperty("all_cap_rebelcruiser_shield", "SoldierCollision", "CLEAR")
SetClassProperty("cis_fedcruiser_shield_blue", "SoldierCollision", "CLEAR")
SetClassProperty("rep_assultship_shield_red", "SoldierCollision", "CLEAR")
SetClassProperty("imp_cap_stardestroyer_shield", "SoldierCollision", "CLEAR")
I guess this topic is done...