Author Topic: new 1.02 server command help  (Read 2193 times)

$Pref::Server::BrickPublicDomainTimeout = -1

basically i'd like to know what this does and how to implement it.
thanks.

Why is there no more Timescale?

thanks koden, that really answers the question... sigh.

Badspot

  • Administrator
$Pref::Server::BrickPublicDomainTimeout = -1

basically i'd like to know what this does and how to implement it.
thanks.
$Pref::Server::BrickPublicDomainTimeout is the number of minutes it takes for bricks to become publicly destructable after their builder and all the people on that person's trust list have left the server.  Setting it to -1 disables the feature entirely so no bricks will ever become public domain.  Open the file blockland/base/config/server/prefs.cs in notepad to see all of the server pref settings.  (many are also available through the advanced config button on the start mission dialog)

Why is there no more Timescale?

Doing $timescale in the server console screws up the synchronization and makes the game look broken.  There is a server command called timescale that will sync the timescale across all clients in the game.  Type /timescale 0.5 in the chat as admin.

great stuff. thankyou.