123456789101112131415-- Base Config.MAX_CONTRAPTION_SPAWNS = -1; -- Max number of times a player can spawn stuff. -1 = InfiniteCONTRAPTION_SPAWN_DELAY = 5; -- Ammount of time between contraption spawns. -1 = None -- Add folders here.-- Example: VMFLoader.AddFolder( friendlyname, path, access );VMFLoader.AddFolder( "Contraptions", "contraptions", "" );VMFLoader.AddFolder( "Admin Only", "contraptions/admin", "a" ); -- Add users here.-- Access Levels:-- a-y - Folder admin.-- z - Immune to max spawns, spawn delays.-- Example: VMFLoader.AddUser( "STEAMID", "abcdef" ); VMFLoader.AddUser( "Steam:YOURSTEAMID", "abcdef" );
(Optional)Step3: Download the VMF Pack posted above, and repalce the old contraptions folder with it.