Questions about vehicle mechanics

There is some info that I can’t find on the wiki or by a forum search.

  1. People always seem to place wheels on cars at least semi-logically. But how does the game calculate if your vehicle has enough wheels?

  2. Can you put wheels wherever you want (say all at the front or left), or is there some system determining if your vehicle would just fall over due to dumb wheel placement?

  3. How do vehicles trigger landmines? Is it when the wheels touch them, or any part of the vehicle, even if the part is not touching the ground?

Sorry if this has been answered, I honestly couldn’t find this information anywhere.

The game “draws” a sort of shape around the positions of all your wheels and if enough of your car (or at least its center) is inside that shape, you have enough. So you cannot put wheels all on the same position.

Fairly certain traps only trigger on contact with wheels.

[quote=“Blaze, post:2, topic:7664”]The game “draws” a sort of shape around the positions of all your wheels and if enough of your car (or at least its center) is inside that shape, you have enough. So you cannot put wheels all on the same position.

Fairly certain traps only trigger on contact with wheels.[/quote]Is this recent? Because the last experimental I played you just needed 2 wheels anywhere on the vehicle to run it.

It’s what the original system was, as far as I heard. But you’re right, two wheel anywhere and you’re good to go.

If it’s just using 2 wheels = good then that’s definitely a bad regression that happened at some point. 2 wheels should only work for your vehicle if the approximate center of mass is located on the line between the two.

4 wheels good, 2 wheels bad! (unless in a valid position relative to center of mass). I just checked the code, and it looks like it should still take center of mass into account. The function is valid_wheel_config in vehicle.cpp.

I got away with sticking three wheels on the RMCC for awhile, two in the front by the engines, one in the way back righthand corner. It was kinda funny and I had three more sitting around, but still.

I always use 4 wide wheels (2 front, 2 behind) but I never have a problem when one of the wheels explodes, from a landmine for example.
3 wheels is good, 4 is excellent.
4+ is deathmobile tier.

Oh, and IIRC landmines should only trigger when a wheel runs over them.

Correct.

Wait…you mean you’re NOT riding a unicycle?

i tried some vehicle construction some time ago and experimented with different setups.
what i noticed : size of the wheels doesn’t matter. Not for speed anyway. Nor does it matter if your car has each wheel a different size.
Number of wheels matters, up to a number i forgot the car has better speed ( maybe it was 6, idk) then the speed decreases. I think 5 was the best.
I thought wide wheels are immune to mines, if not what’s the point in having them ?

[quote=“Ferodaktyl, post:12, topic:7664”]i tried some vehicle construction some time ago and experimented with different setups.
what i noticed : size of the wheels doesn’t matter. Not for speed anyway. Nor does it matter if your car has each wheel a different size.
Number of wheels matters, up to a number i forgot the car has better speed ( maybe it was 6, idk) then the speed decreases. I think 5 was the best.
I thought wide wheels are immune to mines, if not what’s the point in having them ?[/quote]

Increased surface area, HP, etc.