Destructable Objects?
Moderator: Moderators
- jdee/barc
- 1st Lieutenant

- Posts: 444
- Joined: Wed Aug 25, 2010 2:47 pm
- Projects :: Battlefront One and a Half
- xbox live or psn: No gamertag set
- Location: Boston
Destructable Objects?
Is it possible to make map objects (like platforms, tunnels, rock spires, and docks) destructable. when i say destructable i mean like shooting it with a missile will cause a ramp on bespin to fall apart and the people on it to fall to their doom. How would you do this?
-
THEWULFMAN
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: Destructable Objects?
[GameObjectClass]
ClassLabel = "destructablebuilding"
GeometryName = "yjj_prop_sign.msh"
[Properties]
GeometryName = "yjj_prop_sign"
ExplosionName = "rep_bldg_TENT_exp"
MaxHealth = 60
AINoRepair = 1
AutoBarrierEnable = 1
AutoBarrierRemoveOnDeath = 1
put these lines in your odf, but i must warn you, nit is VERY hard to get this not to look really cheesy, it took three months of very hard work to get my map Ryloth nabat not to suck with 97% destroyable objects. When it comes to destroyable things, i am the guy to talk to
ClassLabel = "destructablebuilding"
GeometryName = "yjj_prop_sign.msh"
[Properties]
GeometryName = "yjj_prop_sign"
ExplosionName = "rep_bldg_TENT_exp"
MaxHealth = 60
AINoRepair = 1
AutoBarrierEnable = 1
AutoBarrierRemoveOnDeath = 1
put these lines in your odf, but i must warn you, nit is VERY hard to get this not to look really cheesy, it took three months of very hard work to get my map Ryloth nabat not to suck with 97% destroyable objects. When it comes to destroyable things, i am the guy to talk to
