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

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