Author Topic: To many events at once  (Read 366 times)

Right I know you set this before you click start game, but I have Kalphiter's Dedicated hosting so I have to do it via console. I've done it before it's something like $pref::server::Quota::Schedules = "9999999";

But i'm not sure..

C:\Blockland\config\server

This is mainly where your prefs.cs is saved, if you would like to change anything via EVAL, you have to go to prefs.cs, find the command, and use it. So, if I wanted to put the E-Tard filter on, I'd find the E-Tard Filter in the .cs file, I found it like this:

Code: [Select]
$Pref::Server::ETardFilter = "0";To change it so no idiots are handicapped, you'd change it to
Code: [Select]
$Pref::Server::ETardFilter = "1";This will work.
But i'm not sure..

Yes, that may work, but there may be a limit on Schedules, so, start it off like this,
Code: [Select]
$Pref::Server::Quota::Schedules = "100";Change it to,
Code: [Select]
$Pref::Server::Quota::Schedules = "200";
Repeat that, but there may be a limit on schedules, so it's just trail and error.