Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

Cahzundefined

Cahz

@Cahz
VIP
About
Posts
390
Topics
8
Shares
0
Groups
2
Followers
151
Following
35

Posts

Recent Best Controversial

  • I nead help my plutonium
    Cahzundefined Cahz

    GGMxArima I guess following instructions isn't your strong suit.
    Your gamefolder is in your downloads folder.... which isn't what the install guide tells you to do.

    Please follow the installation guide in its entirety.
    (yes that means read every single word from the post)

    Launcher Support

  • [Release] [Zombies] Bonus Survival Maps for Tranzit
    Cahzundefined Cahz

    @mr-memeski You can find the source and precompiled versions HERE

    Once you download the precompiled files, open the .rar file and drag the maps folder into the data folder.
    YourGameFolder/t6r/data

    This should result in the directory with many gsc files and some subfolders inside (also containing gsc files)
    ...t6r/data/maps/mp/...

    Don't forget to follow the instructions to make sure you define the custom DVARs in your dedicated.cfg, so you load the map(s) of your liking.

    BO2 Modding Releases & Resources

  • [Release] [ZM] ZOMBIES++
    Cahzundefined Cahz

    Cheeeesyy

    To have all players spawn on round 1, you can use this simple GSC in your script.

    Add this into your script anywhere.

    spawn_if_round_one() //force spawn player
    {
    	wait 5; //waits for blackscreen to load
    	if ( self.sessionstate == "spectator" && level.round_number == 1 )
    	{
    		self [[ level.spawnplayer ]]();
    		if ( level.script != "zm_tomb" || level.script != "zm_prison" || !is_classic() )
    			thread maps\mp\zombies\_zm::refresh_player_navcard_hud();
    	}
    }
    

    Then add this

    player thread spawn_if_round_one();
    

    under your OnPlayerConnect function, like so.

    onPlayerConnect()
    {
    	level endon( "end_game" );
            self endon( "disconnect" );
    	for (;;)
    	{
    		level waittill( "connected", player );
    		player thread spawn_if_round_one();
    	}
    }
    

    Hope this helps

    https://github.com/JezuzLizard/Public-BO2-Mods/tree/master/MapRestartWorkaround

    BO2 Modding Releases & Resources

  • I have a screen shot of a player being really toxic and was wondering if there is a ban penalty for this ?
    Cahzundefined Cahz

    lexiconal this has been dealt with buddy. thanks for reporting 🙂

    General Discussion

  • Zombie++ forces map restart instead of rotate
    Cahzundefined Cahz

    Lewis5441 In the _clientids.gsc file (source code - not compiled), you need to remove 2 lines of code.

    thread gscRestart(); //JezuzLizard fix sound stuff
    thread setPlayersToSpectator(); //JezuzLizard fix sound stuff
    

    These are lines 368 & 369 in the file.
    Removing them will stop the map from being restarted at the end of the game.

    BO2 Modding Support & Discussion

  • MW3 client boot up gives me a virus
    Cahzundefined Cahz

    You If you never added exclusions in your anti-virus &/OR Windows Defender, then ofc it will give a false positive.
    HENCE why you DON'T want it to be checked by your anti-virus &/OR Windows Defender.

    MW3 Client Support

  • [Release] [ZM] ZOMBIES++
    Cahzundefined Cahz

    Thoxy In the file you provided you have

    //set customMysteryBoxPriceEnabled 0
    //set customMysteryBoxPrice 950
    

    Take off the "//" in the front of each of them

    set customMysteryBoxPriceEnabled 0
    set customMysteryBoxPrice 950
    
    BO2 Modding Releases & Resources

  • [Release] [ZM] ZOMBIES++
    Cahzundefined Cahz

    DannyIsHere change the jugg health to 250 in your dedicated_zm.cfg

    BO2 Modding Releases & Resources

  • Error: MSVCP140.dll and VCRUNTIME140.dll
    Cahzundefined Cahz

    @Treway99
    download extract it to any location and install the 2 vcredist's and directx
    (you can delete it after installation)

    Try this link: https://drive.google.com/u/0/uc?id=1gG_DXaZfAUETfXaYJzCP36ImvE_bO_x9&export=download

    If first link doesn't work, use this one:
    https://drive.google.com/file/d/1Vj9nBzpb4tdFk2mHxGF2zfBmobXak_MK/view?usp=sharing

    BO2 Client Support

  • [Release] [ZM] ZOMBIES++
    Cahzundefined Cahz

    tino1occo Do not use the mystery box price change on Nuketown or any Survival maps. It will cause crashes as well.

    Most likely it is that
    (disable in your dedicated_zm.cfg)

    BO2 Modding Releases & Resources

  • [Release] [ZM] ZOMBIES++
    Cahzundefined Cahz

    wxsif Please try the newest _clientids.gsc. I modified the equipment_take so it should work without errors now.

    BO2 Modding Releases & Resources

  • I need help
    Cahzundefined Cahz

    dishon592 Are you familiar with VPNs and what they do?

    BO2 Client Support

  • Cheats who toggle uav hacks
    Cahzundefined Cahz

    ninja636 said in Cheats who toggle uav hacks:

    i see there are plenty of uav hackers who toggle hacks and i try to report them and it says not enough arguments.

    "Plenty of UAV hackers" - I see this as highly unlikely as there have been over 1500+ bans since the anticheat has been introduced into IW5 & T6
    Check Anticheat Stats 5th Month.

    ninja636 said in Cheats who toggle uav hacks:

    I have played bo2 on steam for years and can pick cheat so ez but too many servers with cheats and from what i can see i cant report them so i will have to uninstall.

    For reporting cheaters, I server owners would ideally be running IW4MAdmin on the server and allow for users to report by typing "!r <username> <reason>". Maybe you were missing the reason argument when trying to report.
    Servers with cheats is a different story. Servers are ran by people within the community, so anyone can open their own server and enforce any rules they choose (even if its ridiculous). So there is a possibility you've ran into a server with ridiculous rules. (I've seen servers where "Admins" get aimbot, so I wouldn't put it past server owners to do the same with UAV)

    ninja636 said in Cheats who toggle uav hacks:

    Thought i might be able to actually play without hackers but obviously not. can see i was very dissapointed nothing will happen to cheats in the lobby

    If you're still not convinced, then go ahead and uninstall. I'm just trying to put in my two cents as I've been playing Plutonium T6 since BEFORE the anticheat was added. The problem with cheaters was significantly worse 6 months ago. I haven't seen a single cheater since the anticheat was added personally

    General Discussion

  • [Release] [ZM] ZOMBIES++
    Cahzundefined Cahz

    INSANEMODE I merged your pull request. If anyone runs into issues, they can reply here, or contact me directly 🙂

    BO2 Modding Releases & Resources

  • Other servers like Plutonium?
    Cahzundefined Cahz

    MrJasonDEX You can access Black Ops 3 and run servers if you download it off of Steam.

    General Discussion

  • When I try to boot up it says missing XINPUT 1_4 From Your Computer. It also crashes
    Cahzundefined Cahz

    mans_dippin If you're on Windows 10, you need to update your DirectX
    If you're on Windows 7, you need to upgrade to Windows 10

    BO2 Client Support

  • Wont let me download
    Cahzundefined Cahz

    Zeto Piry.exe is currently offline. Follow this guide to install Plutonium WITHOUT using Piry.exe

    BO2 Client Support

  • piry file not downloading
    Cahzundefined Cahz

    symhp Piry.exe is currently offline. Follow this guide to install Plutonium WITHOUT using Piry.exe

    BO2 Client Support

  • JUST CANT INSTALL THE GAME!!!
    Cahzundefined Cahz

    @Kxzuma Piry.exe is currently offline. Follow this guide to install Plutonium WITHOUT using Piry.exe

    BO2 Client Support
  • 1
  • 2
  • 5
  • 6
  • 7
  • 8
  • 9
  • 19
  • 20
  • 7 / 20
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate