Author Topic: Console command to change JVS limit.  (Read 1472 times)

Seeing as to how RTB no longer supports macintosh, I was wondering what the console command to change the content brick limit was.


I also couldn't think of anywhere better to put this topic. Can anyone help a brothah out?

$Pref::Server::Quota::Schedules = "1000";

I think.

I'm pretty sure it's
Code: [Select]
$JVS::Content::Prefs::MaxContentBricksPerPlayer = NUMBER;
to change the max per player and
Code: [Select]
$JVS::Content::RTBPrefs::MaxContent = NUMBER;
to change the max for the server.