SDK Question Orbiter supports a max of 16 scenario custom vessel option ?

dumbo2007

Crazy about real time sims
Joined
Nov 29, 2009
Messages
675
Reaction score
0
Points
0
Location
India
If I put more than 16 it does not save the vessel position correctly and loads the vessel in space when I start current scene.scn

I want to put in this :

Code:
BEGIN_SHIPS
ATV:BulletBaseVehicle
STATUS Landed Moon
  BASE Brighton Beach:2
  HEADING 70.00
  FUEL 1.000
  GEAR 1 1.0
  NOSECONE 0 0.0000
  WheelLeftForwardMeshFile Bump/RoverLFwheel
  WheelRightForwardMeshFile Bump/RoverRFwheel
  WheelLeftRearMeshFile Bump/RoverLRwheel
  WheelRightRearMeshFile Bump/RoverRRwheel
  ChassisMeshFile Bump/RoverChassis
  WheelWidth 0.3
  WheelRadius 0.4
  WheelForwardBackDistance 1.5
  WheelLeftRightDistance 1.8
  ChassisWheelConnectionHeight 3.0
  SuspensionRestLength 0.4  
END

It accepts only this :

Code:
BEGIN_SHIPS
ATV:BulletBaseVehicle
STATUS Landed Moon
  BASE Brighton Beach:2
  HEADING 70.00
  FUEL 1.000
  GEAR 1 1.0
  NOSECONE 0 0.0000
  WheelLeftForwardMeshFile Bump/RoverLFwheel
  WheelRightForwardMeshFile Bump/RoverRFwheel
  WheelLeftRearMeshFile Bump/RoverLRwheel
  WheelRightRearMeshFile Bump/RoverRRwheel
  ChassisMeshFile Bump/RoverChassis
  WheelWidth 0.3
  WheelRadius 0.4
  WheelForwardBackDistance 1.5
  WheelLeftRightDistance 1.8
  ChassisWheelConnectionHeight 3.0
END
 
Speaking of custom vessels, some of our IMS project vessels use hundreds of strings in single vessel scenario entry. So, no, there's no strings per vessel limit set by Orbiter.
 
Bug was on my side, wasn't reading an option correctly :)
 
Back
Top