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.
Where are the Space Map Assets?
Moderator: Moderators
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
Re: Where are the Space Map Assets?
There in BF2_Modtools/space_template/worlds/@#$ or the missions and scripts are in BF2_Modtools/space_template/common
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Where are the Space Map Assets?
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.
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: Where are the Space Map Assets?
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").
I guess this topic is done...
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")
