Question 1: How do I change the max amount of bricks a duplicator can handle?
Question 2: Sometimes when i click with the wrench, the popup window doesnt appear for like 10 seconds, and after i close out and put away the wrench, the model still stays up, even tho the tool menu was closed.
Question 3: I cant see all my RTB prefs! (maybe reason for not being able to see duplicator prefs and change max bricks [question 1])
Answer #1: If you have RTB, goto Server Control > Prefs > Scroll down to Duplicator. Otherwise, edit the server.cs. Find these two lines near the top:
$Pref::Duplicator::MaxBricks::Admin = 5000;
$Pref::Duplicator::MaxBricks::NonAdmin = 500;
Edit them to whatever you want.
Answer #2: This is caused by you loading all the server's events for the first time. If this happens when you wrench, say, a door, DO NOT CLICK SEND. This, I have found, clears all events on that brick.
Answer #3: I have no idea. Maybe an add-on is messing with your RTB GUI in a way it's not designed to handle.