I decided to take a look at the lua files to find more stuff to do. I found a few cool commands that you can enter to the console. (You should try finding some too!) Here's the commands that I found: (Not all of them, some were boring ;P) REMEMBER: Change the option that says T3D to BNGV! Code: drivetrain.fuel = X Sets your remaining fuel amount to X liters Code: beamstate.deflateTire(X) Replace X with a number (0-3) to deflate a tire! Code: beamstate.beamBroken(X, Y) Breaks beam X and I don't know what Y does but 10 seems like a good value for it. Don't forget to post your own findings too!
Some of the LUA commands must be issued by going into the console ( ` or ~ ) and clicking on the dropdown to use BNGV. For cars with more than one wheel, Eg. Class-H Cabster, you would have to pop two tires to make that whole wheel deflated. - - - Updated - - - Quick look at the vehicle mesh, the rim is contactable, so if someone could remove the rubber of the tire by a command, please tell.
I doubt so considering I'm able to use the console freely. Make sure you are pressing the key to the left of the 1 key and above tab.
Still nothing happens i pressed every button on my keyboard,nothing happened Is it because ive got a german Keyboard?Because the layout is different
Probably yes. You should try ? (the o with dots above it (in case that gets replaced by a question mark))
For some reason, I cannot deflate tires. I tried including the brackets, excluding the brackets, not using capital letters... I don't know what I am doing wrong.
Fuel and tire commands not working for me.. (Opened console, copied and pasted command, replaced X with a number)
Another cool value to mess with is Settings.gravity = x. As you probably guessed, this affects the gravity. Reload/Reset the car to enable the changes. The normal value is -9.81 (Earth's gravity), try something like -3.711 for Mars or -1.622 for the Moon.