Page 1 of 1

Destroyed Starfighter bits (problem solved)

Posted: Sun Aug 15, 2010 1:36 pm
by MrCrayon
Alright, everybody is aware of how easy it is to make an odf. But to make one with the little chunks that float around in space assault after you crash is difficult to find. I cannot find an odf or msh that has these little pieces! I have searched high and low and I must know where to find destroyed debris of starfighters? Is it even in mod tools?

Re: Destroyed Starfighter bits

Posted: Sun Aug 15, 2010 1:53 pm
by genaral_mitch
You want the mshs? You can find them in your side's msh folder.

Re: Destroyed Starfighter bits

Posted: Sun Aug 15, 2010 1:54 pm
by fiddler_on_the_roof
yes, it is.
rep_fly_jedifighter_sc wrote:CHUNKSECTION = "CHUNK1"
ChunkGeometryName = "rep_fly_jedifighter_chunk1"
ChunkNodeName = ""
ChunkTerrainCollisions = "1"
ChunkTerrainEffect = "com_sfx_explosion_lg"
ChunkPhysics = "FULL"
ChunkOmega = "3.0 3.0 2.5"
ChunkBounciness = 0.45
ChunkStickiness = 0.25
ChunkSpeed = "13.0"
ChunkUpFactor = "0.00"
ChunkTrailEffect = "com_sfx_chunktrail_sm"
ChunkGravity = "0.0 0.0 0.0"
ChunkVelocityFactor = "0.15"

CHUNKSECTION = "CHUNK2"
ChunkGeometryName = "rep_fly_jedifighter_chunk2"
ChunkNodeName = ""
ChunkTerrainCollisions = "5"
ChunkTerrainEffect = "dirtspray"
ChunkPhysics = "FULL"
ChunkOmega = "3.0 3.5 3.0"
ChunkBounciness = 0.45
ChunkStickiness = 0.25
ChunkSpeed = "15.0"
ChunkUpFactor = "6.00"
ChunkTrailEffect = "com_sfx_chunktrail_sm"
ChunkGravity = "0.0 0.0 0.0"
ChunkVelocityFactor = "0.15"

CHUNKSECTION = "CHUNK3"
ChunkGeometryName = "rep_fly_jedifighter_chunk3"
ChunkNodeName = ""
ChunkTerrainCollisions = "4"
ChunkTerrainEffect = "dirtspray"
ChunkTrailEffect = "com_sfx_chunktrail_sm"
ChunkPhysics = "FULL"
ChunkOmega = "2.0 2.0 2.0"
ChunkSpeed = "18.0"
ChunkGravity = "0.0 0.0 0.0"
ChunkVelocityFactor = "0.15"

ChunkSmokeEffect = "com_sfx_smokeplume"
ChunkSmokeNodeName = "hp_smoke1"

Re: Destroyed Starfighter bits

Posted: Sun Aug 15, 2010 7:35 pm
by MrCrayon
will this get me the charred pieces of wreckage or just a ship?

Re: Destroyed Starfighter bits

Posted: Sun Aug 15, 2010 10:41 pm
by genaral_mitch
What do you mean? Those were the lines that tell what chunks will appear when the ship explodes.

Re: Destroyed Starfighter bits

Posted: Tue Aug 17, 2010 2:23 pm
by MrCrayon
thanks guys!