Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parser rewrite. Need Feedback!
09-24-2010, 07:45 AM,
#4
 
What do you think about merging suspension and wheel? Right now there have to be the same number of suspension and wheel sections.

Code:
[wheel]
name = front-right
orientation = right
model = oem_wheel
tire = tire-front
brake = brake-front
coilover = coilover-front
position = 0.736, 1.14, -0.47
hinge = 0.0, 0.0, 0.0
camber = 1.33
caster = 6.12
toe = 0.0
ackermann = -8.46
steering = 30

An alternative would be to define the suspension relative to the wheel(orientation) to be able to share it:

Code:
[suspension]
name = front
coilover = front
hinge = 0.0, 0.0, 0.0
camber = 1.33
caster = 6.12
toe = 0.0
ackermann = -8.46
steering = 30

[wheel]
name = front-right
orientation = right
position = 0.736, 1.14, -0.47
model = oem_wheel
suspension = front
brake = front
tire = front
Reply


Messages In This Thread
Parser rewrite. Need Feedback! - by NaN - 09-23-2010, 06:21 AM
[No subject] - by cologne - 09-23-2010, 06:54 AM
[No subject] - by NaN - 09-23-2010, 07:30 AM
[No subject] - by NaN - 09-24-2010, 07:45 AM
[No subject] - by cologne - 09-24-2010, 05:46 PM
[No subject] - by NaN - 09-25-2010, 05:43 AM
[No subject] - by cologne - 09-25-2010, 03:51 PM
[No subject] - by NaN - 09-25-2010, 05:12 PM
[No subject] - by NaN - 09-30-2010, 02:24 PM
[No subject] - by NaN - 09-30-2010, 03:39 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)