- Joined
- Feb 2, 2012
- Messages
- 1,667
- Reaction score
- 115
- Points
- 78
Well i have in the GV_LERWHEEL cfg :
Listen_from=LERBODY
LERBODY is the cfg for the body. But no movement in the GV_LERWHEELS. I guess the display have not be seen in the vessel sitting in?
this works for me:
GV_LERWHEELS.cfg
Code:
ClassName=GeneralVehicle
Module=GeneralVehicle
Empty_Mass = 1000 ;[kg] empty mass (almost unused)
Mesh = LER\LERWHEELS ; meshname
Cockpit_pos = -0.5 0.63 1.5 ; [m m m] Position of the cockpit camera
Acceleration = 1.15 ; [G] Acceleration factor expressed in Gs
Brake = 2 ; [G] Deceleration factor expressed in Gs
Max_Speed = 200 ; [km/h] Max Speed
Reverse_Max_Speed = 50 ; [km/h] Max Speed in Reverse
Steering_Speed = 1 ; Steering wheel velocity factor
Full_Pedal_Time = 2 ; [s] seconds from the beginning of pressing of Acceleration or Brake and the full power is applied
Max_Steering_Angle = 30 ; [DEG] Max steering of the front wheels per side
Height_From_Ground = 2.166 ; [m] height of the center of gravity from the ground
Always_Upright = FALSE ;if set to TRUE vehicle will always remain parallel to the ideal ground, without following terrain's inclinations
Four_Wheels_Steering = TRUE ;if true also rear wheels will steer
;Mesh Groups - just specify using space between them
Rear_Right_Groups = 6 2
Rear_Left_Groups = 11 3
Front_Right_Groups = 8 1
Front_Left_Groups = 9 4
Middle_Right_Groups = 7 5
Middle_Left_Groups = 0 10
Camber = 0 ;[DEG] camber angle of the front wheels, no camber is implemented for rear wheels.
Listen_From = LERBODY
BEGIN_ATTACHMENT
C 0 0 0 0 1 0 0 0 1 BDY
END_ATTACHMENT
scenario
Code:
LERWHEELS:GV_LERWHEELS
STATUS Landed Moon
POS -33.4747431 41.0690295
HEADING 236.50
ALT 2.166
AROT -155.665 8.575 152.402
AFCMODE 7
NAVFREQ 0 0
END
LERBODY:LERBODY
STATUS Landed Moon
BASE Brighton Beach:1
POS -33.4374968 41.1184013
HEADING 66.99
ALT 2.233
AROT 17.341 -16.521 43.998
ATTACHED 0:1,LERWHEELS
AFCMODE 7
IDS 0:560 100 1:564 100
NAVFREQ 0 0
END
Anyway I'm about to finish the doc, and everything will be detailed there