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

Plutonium

broken168undefined

broken168

@broken168
About
Posts
36
Topics
6
Shares
0
Groups
0
Followers
2
Following
1

Posts

Recent Best Controversial

  • Plutonium BO2 & WaW - Linux Tutorial
    broken168undefined broken168

    broken168 ok, finally i could install black ops ii from lutris, but the issues keeping the same.

    BO2 Client Support

  • Plutonium BO2 & WaW - Linux Tutorial
    broken168undefined broken168

    I did it(not completely). I have some problems: black installation from lutris.net does not working, its exit with code 252, but installation keeping idk why, then i download plutonium.exe and make manually an application. Only local party works, the game freeze when i tried play on server.

    OS: endeavour os

    BO2 Client Support

  • Can only me and my friends play zombies without an vpn?
    broken168undefined broken168

    mer said in Can only me and my friends play zombies without an vpn?:

    Can only me and my friends play zombies without an vpn?

    yes, you need enable the fordwarding ports and use "connect ipHost:4976 or 4977"

    or you config a private dedicated server

    BO2 Server Hosting Support

  • Error creating server to play with friends
    broken168undefined broken168

    add me on discord xisha#2747

    BO2 Server Hosting Support

  • Error creating server to play with friends
    broken168undefined broken168

    Jesua Did you create a server key and put it on start.bat?

    (Ativa esse windows aí amigão)

    BO2 Server Hosting Support

  • Server
    broken168undefined broken168

    ensar94 you did something incorrectly

    BO2 Server Hosting Support

  • Server
    broken168undefined broken168

    ensar94 I recommend that you download your game again. I taught my friend that way and it worked, and I host a server every day that way. your game is probably incomplete.

    BO2 Server Hosting Support

  • plutonium please make a easy way to host the servers
    broken168undefined broken168

    pattseheadshot lol just pay attention to the server hosting topics you can get, and there are several videos on youtube explaining how to do this. you should be thankful for the team providing us with all that they do, and FREE.

    BO2 Server Hosting Support

  • Server
    broken168undefined broken168

    ensar94 download this https://drive.google.com/file/d/1j5BAJtvsFyVLlS0SVVAjgQAy-1t37Wl-/view?usp=sharing extract the files in the game folder, edit! start_zm_server.bat with the server key. if you don't want to use mods, delete "maps" in \ bo2 server \ t6r \ data. just run the zbat .bat, I imagine everything works correctly.

    BO2 Server Hosting Support

  • party_maxplayers is not working after the new plutonium update
    broken168undefined broken168

    Sorex It worked. thank you very much.

    BO2 Server Hosting Support

  • party_maxplayers is not working after the new plutonium update
    broken168undefined broken168

    Dss0 Did not work. I saw other players reporting this problem.

    BO2 Server Hosting Support

  • party_maxplayers is not working after the new plutonium update
    broken168undefined broken168

    As I already said, it is not working. I've tried to remove _clientids, but it didn't work. I tested it on a custom game and it apparently doesn't work either.

    BO2 Server Hosting Support

  • Não consigo criar sala personalizada
    broken168undefined broken168

    Osugi Para iniciar um custom game, você precisa usar o comando "xpartygo", no console(aperte " para abrir).

    BO2 Client Support

  • Perma Perks GSC Help
    broken168undefined broken168

    jugernogg2829 To play with your friends, you need a VPN (example: RadminVPN). You and your friends will join the same network. Someone will create the game (if the game does not start, use the command "xpartygo" on the console), and the others will connect using the command "connect radminIp: 4976" (example: connect 23.145.0.12:4976). The "radminIp" you can find within the program.

    BO2 Modding Support & Discussion

  • Perma Perks GSC Help
    broken168undefined broken168

    thebx2 I'm happy to have helped you 🙂

    BO2 Modding Support & Discussion

  • [QUESTION] mod buy wall
    broken168undefined broken168

    Exists some public mod to change wall buy? if no, someone has a idea how to make this, i'm looking for in scripts, but i'm no find nothing

    BO2 Modding Support & Discussion

  • Perma Perks GSC Help
    broken168undefined broken168

    Tgamer500 I didn't quite understand what you want. But I made a script that "saves" all its perks. Every time you respawn or revive, you define the perks.

    /*
    *	 Black Ops 2 - GSC Studio by iMCSx
    *
    *	 Name : modForForum
    *	 Description : 
    *	 Date : 2020/09/17 - 11:01:01	
    *
    */	
    
    // Put your functions here
    #include maps\mp\_utility;
    #include common_scripts\utility;
    #include maps\mp\gametypes_zm\_hud_util;
    #include maps\mp\gametypes_zm\_hud_message;
    #include maps\mp\zombies\_zm_utility;
    #include maps\mp\zm_transit;
    #include maps\mp\zombies\_zm;
    #include maps\mp\zombies\_zm_stats;
    #include maps\mp\zm_transit_standard_town;
    
    init()
    { 
        level thread onPlayerConnect();
    
    }
    
    onPlayerConnect()
    {
        for(;;)
        {
            level waittill("connected", player);
            player thread onPlayerSpawned();
            player thread onPlayerRevive();
        }
    }
    
    onPlayerSpawned()
    {
        self endon("disconnect");
        level endon("game_ended");
    
        for(;;)
        {
            self waittill("spawned_player", player);
            wait 1;
            self setperk("specialty_additionalprimaryweapon");
            self iprintln("Perk added");
        }
    }
    onPlayerRevive()
    {
    	self endon("disconnect");
    	self endon("game_ended");
    	
    	for(;;)
    	{
    		self waittill("player_revived");
    		self setperk("specialty_additionalprimaryweapon");
    		self iprintln("Perk added");
    	}
    }
    

    You can find a perk list here: https://www.nextgenupdate.com/forums/black-ops-2-gsc-mods-scripts/763318-gsc-managed-code-list.html

    BO2 Modding Support & Discussion

  • gsc causing the server to suddenly crash
    broken168undefined broken168

    JezuzLizard Hey. I managed to make it work. I changed the value of debugModTimescale to 4, maybe I was not connecting because my pc is low-end.

    Thank you so much for your help.

    BO2 Modding Support & Discussion

  • gsc causing the server to suddenly crash
    broken168undefined broken168

    JezuzLizard Really, I just tried to use it to see how it worked. I will keep trying.

    BO2 Modding Support & Discussion
  • 1
  • 2
  • 1 / 2
  • Login

  • Don't have an account? Register

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