Hi!
Getting my hands dirty here... So! I want to tune the engine for the Austin Healey 3000. But i want to only use that engine on specific cars, whilst the others use the standard 225hp engine.
So i copied the .eng-file, gave it a new name, used Toms to tune it to 260hp (i follow ALOT of historic racing, and got the specs from a guy driving the Equipe Pre63-series in the uk).
Ok, so the .car file points to something about engines:
- Code:
-
Number=650
Team="Pete Presley"
PitGroup="Pete Presley"
Driver="Pete Presley"
Description="Austin Healey 3000"
Engine="BMC C-Series 2.9L I6"
Manufacturer="AustinHealey_3000"
But when i open the "BMC3000.eng"-file it just reads at the top "// Austin-Healey 2.912L I6 / 225HP @ 5750RPM / 320NM @ 4500RPM / Copyright Simbin 2004". What gives a engine its name?
I then went into the .hdc and found:
- Code:
-
[ENGINE]
RevLimitAvailable=1
SpeedLimiter=1 // Whether a pitlane speed limiter is available
Normal=BMC3000
RestrictorPlate=BMC3000
Is it the filename itself that points to the engine? So if i was to put this:
- Code:
-
[ENGINE]
RevLimitAvailable=1
SpeedLimiter=1 // Whether a pitlane speed limiter is available
Normal=BMC3000_260hp
RestrictorPlate=BMC3000_260hp
It would run the 260hp-engine?
But then again i seem forced to make a new .hdc for the cars i want to use the 260hp engine, correct? So in this part of the .car:
- Code:
-
HDVehicle=AH3000.hdc
Graphics=Austin_Healey_3000_LHD.cas
GenString=013A011B003x1x02
Sounds=AustinSounds.aud
HeadPhysics=HeadPhysics.hed
I would change to:
- Code:
-
HDVehicle=AH3000_265hp.hdc
Graphics=Austin_Healey_3000_LHD.cas
GenString=013A011B003x1x02
Sounds=AustinSounds.aud
HeadPhysics=HeadPhysics.hed
Ofcourse i would create that file first.
Does it seem right? Havent done anything of this before
Thank you!