Hole
Moderator: Moderators
-
DrDrSheldonLeeCooper
- Chief Warrant Officer

- Posts: 353
- Joined: Sat Apr 26, 2014 1:50 pm
- Projects :: Times before Empire
- xbox live or psn: No gamertag set
- Location: Coruscant City [Germany]
Hole
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?
-
thelegend
- Sith

- Posts: 1433
- Joined: Thu Jan 23, 2014 6:01 am
- Projects :: Star Wars - Battlefront III Legacy
- xbox live or psn: El_Fabricio#
- Location: Right behind you :)
Re: Hole
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.
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.
-
DrDrSheldonLeeCooper
- Chief Warrant Officer

- Posts: 353
- Joined: Sat Apr 26, 2014 1:50 pm
- Projects :: Times before Empire
- xbox live or psn: No gamertag set
- Location: Coruscant City [Germany]
Re: Hole
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.
ps: you mean the technounion ship?
- TWINKEYRUNAWAY
- Lieutenant General

- Posts: 730
- Joined: Fri Aug 17, 2012 3:13 pm
- Projects :: Empire Rising
- xbox live or psn: No gamertag set
- Location: 411Remnant
- Contact:
Re: Hole
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.
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.
- Kingpin
- Jedi

- Posts: 1096
- Joined: Fri Sep 13, 2013 7:09 pm
- Projects :: The Sith Wars II
- Location: Denver, CO
- Contact:
Re: Hole
I think I know what you want to do. You'll need two .msh files, the first one while it is intact, and the second after it is destroyed. In the odf, you'll want to set it up similar to this:
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"
--1-
MileHighGuy
- Jedi

- Posts: 1194
- Joined: Fri Dec 19, 2008 7:58 pm
Re: Hole
Its 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.
