Jump to content

Recommended Posts

Posted

Wondering If someone can help me to locate several terrain objects so I can add them to a terrain I'm working on. The objects I need are:

- Temple ruins

- static Cargo ships with smoke

- static fishing ships

 

Posted

remember, there's no lods available for stock items (locked in cat 002). But it is listed in the stock terrains types inis.

as to the docked ships, they're ground objects, placed as usual. Look for "Trawler"; there's 3 of them.

you should know all this stuff by now, Jordi!!

  • Haha 1
Posted (edited)

For ships as ground objects you can use the line

UseGroundObject=TRUE

 

in the terrains _type.ini

as example

[TargetType032]
Name=PatrolBoat
FullName=PT Boat
TargetType=Warship
ActiveYear=0
TargetValue=100
UseGroundObject=TRUE                                                                     <<<<<<<<<<<<<<<<<<<<<<<<<<<< this line
GroundObjectType=PatrolBoat                                                          <<<<<<<<<<<<<<<<<<<<<<<<<<<< here the definition of ground object to use
RepairRate=0.555
StartDetectChance=0
StartIdentifiedChance=0
IncreaseDetectChanceKey=0
MaxVisibleDist=8000.0
DestroyedEffect=MediumFire
SecondaryEffect=SmallRocketGroundExplosion
SecondaryChance=100

Edited by Gepard

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

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..