Author Topic: 50 content bricks  (Read 982 times)

How do I turn off the limits of how many content bricks I can use??
it drives me crazy when I try to build and it says not permited to more then 50 content bricks please help

Advanced options on the start game screen.

Advanced options on the start game screen.

Ninja, I've done that but it still says 50 when I put 100. And sometimes, I only have 43!

Ninja, I've done that but it still says 50 when I put 100. And sometimes, I only have 43!

If you increase the number too much, I believe it resets to the default value.

If you increase the number too much, I believe it resets to the default value.

I tried 60 but it only let me have 43 AGAIN.

do you have the demo? lol?

No I have full and Iv tried advanced config

You can't go past 50.
Unless you modify the code.

You can't go past 50.
Unless you modify the code.
well, that's player limits. You can do global limits and LAN limits, FYI.

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

Type that in console, but be warned that you'll need to do that everytime you start the server.

OR:

  • Extract server.cs from JVS_Content.zip.
  • Open server.cs.
  • Search for $JVS::Content::Prefs::MaxContentBricksPerPlayer = 50;.
  • Replace 50 with 200 or any max value you want.
  • Save, then put the new server.cs to JVS_Content.zip (Add to archive) and accept overwrites.
  • Restart server or exec.


That's it.