RezTech Basically this is a weapon bug that has existed since BO2 first came out. When you swap an empty mustang and sally( pack-a-punched m1911 ) to another gun it will show a scope briefly.
JezuzLizard
Posts
-
Mustang & Selly bug -
Using r_xxxx dvars through a GSC file?@Dev-Ultimateman Its not possible to set dvars on clients from gsc in T6. Clientside dvars need to be set by the client themselves or thru certain internal gsc functions created specifically for setting those dvars.
-
How to change the health of panzersoldat?SpicySpider Unfortunately, if you want to modify the health of the panzer you would have to modify _zm_ai_mechz.gsc in zm_tomb_patch/maps/mp/zombies. This is because the health is only set at the init() and then only when the panzer's health is supposed to increase in mechz_health_increases().
It is likely there will be a lot of bugs due to how big the script is so you will have to fix it.
-
How to mod & play with friends safely?BrightyMVP Plugins work on dedicated servers, create a folder called plugins in your data folder. The server will load any dlls in that folder. Also if you want infinite ammo you can use gsc mods which are legit on dedicated servers.
-
How to mod & play with friends safely?BrightyMVP Just run your mods on a private dedicated server.
-
[Release] [Zombies] GriefFix - Required for Grief ServersI actually made this mod quite some time ago but I never released it since at the time the code to host grief servers wasn't public. Now that the grief code is publicly available I decided to look over my current GriefFix mod and clean it up a bit for a official release on the forums.
https://github.com/JezuzLizard/Public-BO2-Mods/tree/master/GriefFix
One notable change from my original version from several months ago is the splitting of the mod into two separate versions so if you don't want the extra settings that go beyond fixing grief to run on a dedicated server you don't have to worry about them.
-
gsc causing the server to suddenly crashbroken168 I didn't say to use the other dvars from the dvars.txt. If you want to use them maybe read what each dvars name is so you what they do first. As for not being able to connect to the server with the mod loaded I don't have an answer. I use this mod all the time because it has several useful functions that I can enable with dvars making it convenient to use.
-
gsc causing the server to suddenly crashbroken168 https://drive.google.com/file/d/1kQDY_zuEuaSY2JjOPepzsxSSjfYrb_8H/view?usp=sharing Compile this script as _zm_bot.gsc and place it maps/mp/zombies. Include these dvars in your server config:
set debugModTimescale 5 set debugModPersonalGodMode 1Play on the server until it crashes with your mod installed. Next comment out features of your mod in order to determine what affects the stability of the server.
-
[SOLVED] 3 weapons / additional weaponbroken168 Define this function override in _clientids.gsc
level.get_player_weapon_limit = ::new_weapon_limit; new_weapon_limit( player ) { return 3; } -
[SOLVED] 3 weapons / additional weaponbroken168 I wouldn't recommend using that script as it is currently, due to it being in the major errors category still. I never got around to fixing it since its likely to be difficult to fix due to its size and the number functions it contains. I can't recall the exact bugs I encountered when I tested _zm_utility.gsc so anyone else wanting to use this script be warned that there may be unintended behaviors.
-
Map rotate crash (party_maxplayers)MirkoD2 You can use this script to keep sound on any map but won't allow for rotating maps:
https://github.com/JezuzLizard/Public-BO2-Mods/tree/master/MapRestartWorkaround -
[Question] CTF setting dvarsmikey https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer/blob/master/patch_mp/maps/mp/gametypes/ctf.gsc see if the dvars/gametypesettings are here in this script.
-
Origins white screen glitchThatTallBoy Go into a custom game and watch the cutscene in full once.
-
[Release] [Zombies] Bonus Survival Maps for Tranzitrockwell Fixed in the latest release and commit.
-
every round the game crash?hw-hs Some questions:
What mode were you playing on; Zombies or Multiplayer?
Did the crash produce a crash dump?
-
Mod to disable aim assist?IsNo There is no aim assist on PC.
-
BO2 campaign modetaste Plutonium was not made to be just a free BO2. If you want to play the campaign buy it on steam.
-
Can we expect BO3 Plutonium soon?@RykillTV

-
How to pause zombie partyMrStatix_ The only way I know to pause is to start up a normal custom game instead of a server and then when you want to pause you need to have all the players in your game to leave and it will let you pause the game. Have them rejoin when you want to continue the game.
-
Is there a cracked version of black ops 1?BobTheBuilder1 There are plenty of cracked versions of t5 but I don't think that is what your looking for. Generally clients like pluto t6 or iw5 are not referred to as "cracked" because that undersells how much work was put into them. The phrase you are looking for is custom client. Yes there is a custom client for t5 and it is called RektT5.