05-28-2011, 05:07 PM,
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
Only an update video for now: http://www.youtube.com/watch?v=-nyXzHHYlqA
I am able to attach an arbitrary number of bodies to the car. I am not really happy with the current implementation tough. Need to make it more generic. We could support per body aerodynamics and collision sounds/materials.
By the way, the config files are getting somewhat complex.
Code: [wing.front]
frontal-area = 0.20
drag-coefficient = 0.5
surface-area = 1.00 # including body downforce; 0.7
lift-coefficient = -2
efficiency = 0.99
texture = body00.png, body-misc1.png
mesh = wing_front.joe
position = 0.0, 2.25, -0.44
mass = 20
[wing.front.shape.box.0]
center = 0.0, 0.0, 0.0
size = 0.6, 1.25, 0.28
[wing.front.link]
strength = 1000
elastic-limit = 1000
I've been thinking about separating the common settings(body, model, link, aero, ..)
|
|
05-28-2011, 05:18 PM,
|
|
Timo 6
Member
|
Posts: 164
Threads: 6
Joined: Mar 2009
|
|
Nice! Is it stable enough to add to SVN? I wanna play with it!
|
|
05-29-2011, 10:37 AM,
|
|
Timo 6
Member
|
Posts: 164
Threads: 6
Joined: Mar 2009
|
|
Will do.
|
|
05-29-2011, 01:03 PM,
|
|
Timo 6
Member
|
Posts: 164
Threads: 6
Joined: Mar 2009
|
|
R3128 crashes when damage is turned on any car any track. I'll revert to 3127 and test that.
|
|
05-30-2011, 11:52 AM,
|
|
Timo 6
Member
|
Posts: 164
Threads: 6
Joined: Mar 2009
|
|
Yep, that fixes it. I'll get back to testing now I've had a play!
|
|
05-30-2011, 01:09 PM,
|
|
Timo 6
Member
|
Posts: 164
Threads: 6
Joined: Mar 2009
|
|
F1-02 is the only car that's works with damage on, others crash the game.
Road Atlanta crashes with any settings.
On some tracks the rear wing fall off when the car spawns, I guess that the starting position is to high or something.
|
|
05-30-2011, 02:44 PM,
|
|
NaN
Posting Freak
|
Posts: 2,024
Threads: 120
Joined: Jan 2010
|
|
Excellent work Timo6. Can you retest with 3130?
Quote:On some tracks the rear wing fall off when the car spawns, I guess that the starting position is to high or something.
The car wheel rays have a maximum length of 4 meters. Would be great if you note the track down on which it happens. I'll fix the positions then.
|
|
05-30-2011, 04:02 PM,
|
|
Timo 6
Member
|
Posts: 164
Threads: 6
Joined: Mar 2009
|
|
Road Atlanta still broken, but everything else seems to work so far.
|
|
|