Already added to todo list.
Will also try and make the other marts metallic looking
Great!
Already added to todo list.
Will also try and make the other marts metallic looking
Thank You very muchEverything's behind the garage.
Not sure if this is possible to add (should be but not sure) but will add it to my TODO to checkMy car jumps when in 3 gear XD good mod thank you for your help to find it but it is really cool Thank You. Also A thing you could you add flames for the back fire XD. It is stick now i just need to find a widebody Kit.
read post from top to bottom, do everything as written and it will workit just says throwing errors and wont work
Man, you're really cranking this thing out fast, huh? I'm looking forward to the update!Hint: currently working on boost gauge
still have to make it pretty but the basic installation and displaying works
Supercharger != Turbochargerisnt there already one like this
Nice video
Maby if you down tune the car a bit. from 1,3K hp to 200-400 it would also handle better. Now when you press the gas the car goes crazy.
Nice!Nice video
Feature is planned that you can increase/decrease the amount of boos created
When that is done i will change the default boost to something lower so that you dont destroy the car imediatly
A New Version: added more stuff
- added boost gauge (display 1bar Atmoshere + turbocharger boost: 3bar = 2bar turbo)
- added Intercooler
- added Intercooler-Manifold connection tube
- added Material to everything except Hood (Will come later)
- added Steam Check
- added that when blowoff sound is made boost drops for a short time (gauge will then display 0.65 bar
- added max boost value: maximum boost that is created is now 3.1bar (2.1bar turbo)
- changed...
No there is no pressure valuei HAVE to ask. How do you do the calculation? i didn't knew the game had a exhaust pressure value in the engine.
//If Engine is above 1500rpm the turbocharger "engages" and increases the power multiplier
//Example power multiplier calculation:
/* engineRPM = 2200
* turboChargerRPM: 2200rpm * 16f = 35.200rpm <-> 6000rpm * 16f = 96.000rpm
* turboChargerBar: (turboChargerRPM / 16f) / 10f * 0.002f
* -> 35.200rpm / 16f = 2200 //Get Back to engineRPM
* 2200 / 10f = 220 //Decrease number
* 220 * 0.002f = 0.44 //calculate good working multiplier number
* powerMultiplier = 1 + 0.44 = 1.44 (so 0.44 more Power at 2200rpm) (6000rpm = 1.2 = 2.2 multiplier)
*
*/