Author Topic: Is it possible to have more than 50 content bricks??  (Read 827 times)


Yes. In RTB settings, there is an option to add more content bricks.

Yes. In RTB settings, there is an option to add more content bricks.
Nothing manuel, cuase my RTB Options dont work. Only Admin Control, and Prefrences

Nothing manuel, cuase my RTB Options dont work. Only Admin Control, and Prefrences
They don't work for anyone, you have to restart it or just use the adv. settings on the Start Server menu.

$JVS::Content::Prefs::MaxContentBricksPerPlayer = 1337;

Do this in the console.

This will increase your max content bricks to 1337.

That is exactly like using the RTB menu.

They don't work for anyone, you have to restart it or just use the adv. settings on the Start Server menu.

That doesn't make any sense. I got options for JVS? You just need RTB. Which obviously he does.

Using the RTB settings menu doesn't change it immediately.
You have to restart the server for the changes to take effect.

$JVS::Content::Prefs::MaxContentBricksPerPlayer = 1337;


Leet is correct.

It also works like this:
$Pref::Server::MaxPlayers = 99;
(That makes MaxPlayers to 99)

or

$Pref::Server::Name = Freebuild;
(Changes server name to 'Freebuild', but, there is another command that must be entered after that, or it won't take effect)