Jump to content

Recommended Posts

I have finished a simple ground object. The Model works, but I cannot get the OBJECTDESTROYED.LOD file I created to work for it. When I destroy it, only smoke and a crater are left.

Share this post


Link to post
Share on other sites

Guest capun

how's the destroyed meshes declared in the object.ini?

Share this post


Link to post
Share on other sites

Here are the lines in the ini file. Also, I have repeated these in the terrain file Target Types.ini.

 

[GroundObjectData]

DamagedModel=

DestroyedModel=radardome_DESTROYED.LOD

DestroyedEffect=LargeShortStructureCollapse

EmptyMass=286228.00

Component[001]=Body

 

I tried the warehouse_DESTROYED.LOD as the destroyed file, which worked. The model I made doesn't? (the destroyed model was tested adndoes show in the game, when used as the primary)

Share this post


Link to post
Share on other sites
Guest capun

You need to give it a full path name like this, also if I remember correct the damaged texture has to be in the GroundObject folder not on the particular model

 

 

[GroundObjectData]

DamagedModel=

DestroyedModel=Dr1-Static/Dr1-Dest-R0a.LOD

DestroyedEffect=SmallFireEffect

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..