Destructable Objects and CPs

Post everything from general questions, to modding questions, to map WIPs to releases. (SWBF1 only)

Moderator: Moderators

Post Reply
Alpha

Destructable Objects and CPs

Post by Alpha »

I'm making a space map now (see Mpa Announcments) and I would like to make the rep_fly_assault_DOME a destructable CP along with the CIS_fedlander_DOME. The only thing I have modified with both of the ODFs is:

1) I changed the rep_fly_assault_DOME ODF to

Code: Select all

[GameObjectClass]		

ClassLabel		=	"prop"
GeometryName	=	"rep_fly_assault_DOME.msh"

[Properties]		

GeometryName	=	"rep_fly_assault_DOME"
FoleyFXGroup	=	"metal_foley"
so that it has building properties.

I did the same to the CIS lander but change the GeometyName to CIS_fedlander_DOME.

I would like the ships to be able to spawn units in places I can designate in ZeroEditor. No, I do not want them to be pilot-able.

I need to know how to:

-Make them CPs
-Make them destructable
-Make the spawn paths so that they are set in ZeroEditor
-Make them have a lot of health
-Make them make BIG explosions

I would appreciate a lot of help on this.

Thanks,
-Alpha
Lord-Bandu

RE: Destructable Objects and CPs

Post by Lord-Bandu »

copy the hoth shield generator odf
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

RE: Destructable Objects and CPs

Post by Teancum »

Yes, Yes, to Lord-Bandu you listen [/Yoda]

Seriously though, it should be much easier to just change the names of the mesh files and whatnot in the hoth shield generator, then rename the odf.
Alpha

RE: Destructable Objects and CPs

Post by Alpha »

What do I change the DestroyedGeometry to?
Ace_Azzameen_5
Jedi
Jedi
Posts: 1119
Joined: Sat Apr 23, 2005 8:52 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: Destructable Objects and CPs

Post by Ace_Azzameen_5 »

Don't need one
Just use a big explosion and have it be presumed vaporized.
Post Reply