Author Topic: JVS max limit?  (Read 311 times)

The limit is auto set a 50, and I have a build that uses a LOT more than that
(a gigantic key door maze, doors that ask you questions, and tons of supply closets)
How may I change the max content limit? The prefs in RTB seems to be missing...

RTB Prefs are not working for some reason.

You would have to go into the script and change it.

In console type

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

Change the 50 to whatever you think you need.