6320 views
3986 downloads
2 points
This is my as true to real life as possible Lamborghini 5.2 V10 making 632-634 HP @ 8000 rpm (varies between dyno runs). If u run the "car" it will top out at 286 km/h. I did not like this bcs this is not true to the real car (Huracán Performante) as it tops out at around ~330-335 km/h depending on conditions. Sometimes even 340 tbh. So to make this happen u have to change the gear ratios, vehicle mass and the drag coefficient. The download for that is on the Discord btw if any1 cares. Also added a 7th gear for added true to the real deal feel. Will now top out at 334 km/h which fits perfectly to the real car. It has a almost perfect 900 rpm idle. Updated 22/09/22: Now idle is fixed and it also contains the previously source code edit exclusive transmission and vehicle data. I used the exact same transmission data which is probably not the real data but its what I used back when I first made it so I will use it here aswell. Vehicle has weight and coefficient correct rest is just a guess and now it does 346 km/h too btw which is a little too fast but w.e
import "engine_sim.mr" import "themes/default.mr" import "engines/isakm/Lamborghini_5_2.mr" use_default_theme() set_engine(lamborghini_5_2()) set_transmission(lamborghini_5_2_transmission()) set_vehicle(lamborghini_5_2_vehicle())