Always a good shout to give credit to person who wrote the script when reposting!

DJseanyB
Posts
-
🔮 BO2 Zombies – Shared Mystery Box Script -
I CANT FIND THE MOD TOOLS FOR BO2https://github.com/Laupetin/OpenAssetTools
This is the mod tools you can use for black ops 2. Its still very limited as its still being massively worked on, but its semi easy to use and you can find documentation on the web as well as the github of the project for information and how it works. "Custom maps" are possible if you consider maps like the Simpsons and Minecraft map from the forums "Custom" but its still got a looooong way to go as far as "Custom" goes. Developments have been added recently that allow this to be expanded but if your looking for something similar to radiant, nothing like it exist publicly atm
-
What happened to Z tavern ?IIXexiseII He closed the server and released his scripts to the public, so he could get a job and focus on himself.
-
Black Ops 1 Server Round Lock ( Customizable )could alternatively use iprintlnbold in replace of iprintln to display it in center of screen
-
Black Ops 1 Server Round Lock ( Customizable )MBHGB Yeah you can do that with a pretty simple Hud element. Just have it display where you want it on the screen and destroy it after sometime. The script i sent will display it at the start of every round so they should have no issue making a note of the password
-
Black Ops 1 Server Round Lock ( Customizable )What This Script Does:
-
Keeps your server unlocked until a round YOU choose.
-
Once that round hits, it locks the server and generates a random 4-digit password.
-
Tells players the password and how to rejoin using the console.
How It Works:
-
Before the round you choose, anyone can join like normal.
-
After the round you set, BOOM, the server locks.
Players will see a message in the game with the password. Message will repeat in between each round so players don't forget
#include common_scripts\utility; #include maps\_utility; init() { executeCommand( "g_password \"\"" ); level thread SetPasswordsOnRound( 35 ); level.locked = false; } setPasswordsOnRound( roundNumber ) { level endon( "disconnect" ); while ( true ) { level waittill( "between_round_over" ); if ( level.round_number >= roundNumber ) { level.locked = true; pin = generateString(); executeCommand("g_password " + pin); executeCommand("password " + pin); level thread messageRepeat( "^2Server is now locked. Use password ^1" + pin + " ^2to rejoin." ); break; } } } messageRepeat( message ) { level endon( "disconnect" ); while ( true ) { iPrintLn( message ); level waittill( "between_round_over" ); } } generateString() { str = ""; for ( i = 0; i < 4; i++ ) { str = str + randomInt( 10 ); } return str; }
-
-
couldn't exec dedicated_zm.cfgHe messaged me and i got him sorted, hes good to go
-
BO2 Plutonium Dying ? Seems the player base has dropped by 50% in the last few months.It will likely pick back up after Christmas. My bot has seen it get as low as 38 players in servers on t6 zombies. It peaks around 200-300 nowadays. ( In Servers )
-
Tranzit Revamped | Warmer Days Mod 2025 | Updated January 29th, 2025GhostRider0125 Both of these can be added via GSC
-
[Release] [ZM] [Mod] zm_weapons - Adding all weapons to mapsFaZe Flick This works for all the maps.... For example if its a sub map of transit it will work for transit ( Farm, Town, Bus depot, Ect... )
-
Tranzit Revamped | Warmer Days Mod 2025 | Updated January 29th, 2025People seem to really like this mod, i put up a server with it and currently has 7/8 people in it. No crashes in the last 2 day seems stable
-
[Release] [ZM] [Mod] zm_weapons - Adding all weapons to mapsThis mod works great if used correctly, Keep up the good work Sehteria
-
[Release] [ZM] [Mod] zm_perks - Adding all perks to maps -
[Release] [ZM] [Mod] zm_weapons - Adding all weapons to mapssehteria Can you add a donation link to the github????
-
Askyou mean like the pluto forums?
-
zombiesYES! i know how, download full game and DLC from steam
-
Reason for the water markjust out of curiosity does this use a hud element?
-
server hosting limitsI have 30 servers up with no issue but also on 4 different vps's, had a issue when i was on 1 VPS could only have 29 servers
-
Can't play Origins?download the DLC on steam