How do I remove battledroid type exploding? [Solved]
Moderator: Moderators
-
={Z32}=Kfm946
- Private Second Class
- Posts: 70
- Joined: Wed Jul 30, 2008 6:49 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Uhh...Not behind you...
- Contact:
How do I remove battledroid type exploding? [Solved]
I'm not sure if there's already a topic about this but in a map im making, I made the sniper a mandalorian, but it still has the droid death anim. how do i change it?
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Cis Death Anim
what do you mean with "droid death anim"?
do you mean, hes exploding?
do you mean, hes exploding?
-
={Z32}=Kfm946
- Private Second Class
- Posts: 70
- Joined: Wed Jul 30, 2008 6:49 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Uhh...Not behind you...
- Contact:
- RED51
- Jedi

- Posts: 1024
- Joined: Sun Sep 07, 2008 6:25 pm
Re: Cis Death Anim
:funny2:That'a be funny to see. Anyway, you must've only change the model the sniper uses, and didn't remove the explosion part. Go into the cis_inf_default odf and remove these lines:
Or get him to read the rep_inf_default.
Code: Select all
ChunkFrequency = 0.6
CHUNKSECTION = "CHUNK1"
ChunkGeometryName = "bdroid_chunk1"
ChunkNodeName = "bone_neck"
ChunkTerrainCollisions = "4"
ChunkTerrainEffect = "dirtspray"
ChunkTrailEffect = "com_sfx_chunksmolder"
ChunkPhysics = "FULL"
ChunkOmega = "4.0 4.0 4.0"
ChunkSpeed = 8.0
CHUNKSECTION = "CHUNK2"
ChunkGeometryName = "bdroid_chunk2"
ChunkNodeName = "bone_l_upperarm"
ChunkTerrainCollisions = "4"
ChunkTerrainEffect = "dirtspray"
ChunkTrailEffect = "com_sfx_chunksmolder"
ChunkPhysics = "FULL"
ChunkOmega = "4.0 4.0 4.0"
ChunkSpeed = 8.0
CHUNKSECTION = "CHUNK3"
ChunkGeometryName = "bdroid_chunk3"
ChunkNodeName = "bone_l_calf"
ChunkTerrainCollisions = "4"
ChunkTerrainEffect = "dirtspray"
ChunkTrailEffect = "com_sfx_chunksmolder"
ChunkPhysics = "FULL"
ChunkOmega = "4.0 4.0 4.0"
ChunkSpeed = 8.0
CHUNKSECTION = "CHUNK4"
ChunkGeometryName = "bdroid_chunk4"
ChunkNodeName = "bone_r_thigh"
ChunkTerrainCollisions = "4"
ChunkTerrainEffect = "dirtspray"
ChunkTrailEffect = "com_sfx_chunksmolder"
ChunkPhysics = "FULL"
ChunkOmega = "4.0 4.0 4.0"
ChunkSpeed = 8.0
CHUNKSECTION = "CHUNK5"
ChunkGeometryName = "bdroid_chunk5"
ChunkNodeName = "bone_a_spine"
ChunkTerrainCollisions = "4"
ChunkTerrainEffect = "dirtspray"
ChunkTrailEffect = "com_sfx_chunksmolder"
ChunkPhysics = "FULL"
ChunkOmega = "4.0 4.0 4.0"
ChunkSpeed = 8.0-
={Z32}=Kfm946
- Private Second Class
- Posts: 70
- Joined: Wed Jul 30, 2008 6:49 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Uhh...Not behind you...
- Contact:
Re: Cis Death Anim
ok i think i'll do rep_inf_default cuz if i remove those lines, then the droids wouldn't explode either, right?
Edit: i think this should be added to the evrything you need thread cuz i see a lot of maps with mandalorian snipers that explode when they die
Edit: i think this should be added to the evrything you need thread cuz i see a lot of maps with mandalorian snipers that explode when they die
