Author Topic: Server is limited to 10 physics vehicles  (Read 438 times)

This is pure bullstuff.

I set it to 20 (which I heard somewhere that it was the hardcoded maximum), but it still keeps it at 10 no matter what. I can't host anything to do with vehicular battles without having a higher amount of physics vehicles.

Halp.

Try this:

Go to "Blockland/config/server", open "prefs.cs"
Scroll down until you find
Code: [Select]
$Pref::Server::MaxPhysVehicles_Total = 10;Change it to:
Code: [Select]
$Pref::Server::MaxPhysVehicles_Total = 20;

Or, open the console with ~ and type:

Code: [Select]
$Pref::Server::MaxPhysVehicles_Total = 20;