Author Topic: Physics vehicles set to 20, no matter how many times I try to change it.  (Read 1261 times)

I'm making a new TDM, but I reached the maxiumum amount of physics vehicles. Frustrated, I closed the server, going to "Advanced" and changing the Global Limits for Physics Vehicles to 50. After starting the server again, I loaded the save I was working on (my WIP TDM) and placed another vehicle. Still said the maximum physics vehicles were 20.
Anyone know what's happening?

tl;dr: Physics vehicles always capped at 20, no matter how many times it changes in "Advanced."

this is normal, you can't set it above 20
having more than 20 physics vehicles going around would be very unpleasant anyways

It is because vehicles cause a lot of lag.
It is a hard cap.
Something about their location being updated on the server first, before the players.
Which means the more vehicles are used, the more the players rubberband.

There are ways to increase with commands.
But first you should really think about if you really need that many.

See if you can convert some of the vehicles into bots like the horse or bike and stuff.
Things that don't have physics and can topple over.
You could place over 100 of those things, next to the 20 normal vehicles.


There are ways to increase with commands.
But first you should really think about if you really need that many.
I just need to increase the limit to 30 to finish my TDM.
What are the commands? I can take the risk.

I just need to increase the limit to 30 to finish my TDM.
What are the commands? I can take the risk.
Badspot REALLLY doesn't like you getting around his limitations. I couldn't say on this forum if I wanted to, but it's all global values

$Server::Quota::Vehicle = 30;
$Max::Quota::Vehicle = 30;


Before placing any bricks. If all these vehicles are moving at the same time, your server will lag like stuff.

Badspot REALLLY doesn't like you getting around his limitations.
oh god

oh god
when Badspot gets mad at you it is like hell stuffting on you
terrible and causes you to spontaneously combust

$Server::Quota::Vehicle = 30;
$Max::Quota::Vehicle = 30;


Before placing any bricks. If all these vehicles are moving at the same time, your server will lag like stuff.
doesnt work


ah screw it, im just going to cut down on vehicles.

doesnt work

You're right, seems I forgot two more prefs:

$Server::Quota::Vehicle = 30;
$Max::Quota::Vehicle = 30;
$Server::MaxPhysVehicles_Total = 30;
$Max::MaxPhysVehicles_Total = 30;