Hole
Posted: Fri Jul 04, 2014 6:50 am
Is it possible to make a hole (with ZE) in a wall?And does it is possible that I can destroy buildings like in Battlefield?
ok,thxthelegend wrote:To add holes to walls you have to edit the wall in XSI. Destroyable buildings like in bf4?..hm..may be possible if you create the correctly "building collapse down" animation if an object got destroyed. Example were the Geonosis "rockets" (don't know the right name). If you destroy them they'll collapse down. But this is really difficult. You may need experience in XSI.
I'd like to create models my online problem is the exporting into .msh. Anyway the holes are problably addable if you open the wall.tga with gimp, add an Alpha channel and delete the "holes". Should work too if your wall is not too wide.
Code: Select all
[GameObjectClass]
ClassLabel = "destructablebuilding"
GeometryName = "" /original msh
[Properties]
GeometryName = "" /original msh
DestroyedGeometryName = "" /destroyed msh
ExplosionName = "" /.exp
MaxHealth = x
CurHealth = x
--1
DamageStartPercent = 99
DamageStopPercent = 75
DamageEffect = "com_sfx_vehiclesmoke"
DamageEffectScale = 2
DamageInheritVelocity = 0.0
DamageAttachPoint = "hp_panel"
DamageStartPercent = 74
DamageStopPercent = 0
DamageEffect = "com_sfx_vehiclespark"
DamageEffectScale = 3.5
DamageInheritVelocity = 0.0
DamageAttachPoint = "hp_panel"
--1Its just a destroyable building, no big secret here. It is done very well in that map.TWINKEYRUNAWAY wrote:Ive seen it done in BF1
https://www.youtube.com/watch?v=3nJJ7Tgp52I
Like he said though, its very difficult. However this user has been inactive and I think he wanted to keep this feature exclusive to his mod becuase he wanted it to stay special compared to other mods.