Skip to content

BO2 Server Hosting Support

Request support for the Plutonium T6 servers, please wait at-least 1 day for a reply, it can get busy. The community is free to try to help in any thread.

1.3k Topics 5.4k Posts
  • Plugins and chatbank.

    2
    0 Votes
    2 Posts
    601 Views
    I can't help for the bank stuff but if you're looking for admins only command I think that adapting my MW3 chat commands script to BO2, adding the commands you want which is easy given the code structure and examples in place and given that you can copy paste the functions you want from menus and then simply add a check for the player name or GUID. The only downsise is that you would have to use a unique command prefix to avoid conflicts https://github.com/Resxt/Plutonium-IW5-Scripts/blob/main/small_scripts/chat_commands.gsc
  • bo2 custom private server

    1
    1 Votes
    1 Posts
    138 Views
    No one has replied
  • NSM Server Manager dont work

    1
    0 Votes
    1 Posts
    104 Views
    No one has replied
  • (Ubuntu/Linux) Cannot launch my server

    3
    0 Votes
    3 Posts
    114 Views
    A Former User?
    @VZLAxSmoke I was able to make it work on linux and paying 40$ for a window server, not the greatest ideas. The problem was I had to reset the key for it and a script was causing this
  • My zombies server doesn't appear for me and for anyone

    9
    0 Votes
    9 Posts
    131 Views
    @elRodrix99 yes. I'm not saying using 4977 is bad, it's actually good. I'm saying that if you use it then set 4977 in your bat too Like if you port forward port 4977 why do you put 4976 in your bat? Change it to 4977 too
  • 1 player disconnecting causes server to rest

    3
    0 Votes
    3 Posts
    74 Views
    Hello, Is the issue is solved ? Got the same
  • 0 Votes
    2 Posts
    121 Views
    @rastamonte https://github.com/DoktorSAS/GSC/blob/main/T6/zm/chatbank.gsc https://github.com/mjkzy/t6-zm-chat-bank
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    22 Views
    No one has replied
  • Question about 8 players or more for dedi server on t6zm

    5
    0 Votes
    5 Posts
    298 Views
    @cumixs What I said about Mob applies to Origins as well. The creators of Origins assumed 4 players max for the easter egg and several other components. Every map besides Origins and Mob also assumes 4 players for the easter egg, it's just some maps it's only the easter egg steps affected
  • HOW TO CREATE A SERVER ZOMBIE BLACK OPS 2 ON ubuntu 18.04

    2
    0 Votes
    2 Posts
    207 Views
    get windows 10 or smth else if you dont know a lot of commands and coding that linux uses
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • custom maps

    3
    0 Votes
    3 Posts
    209 Views
    @Pop4Fizz https://github.com/JezuzLizard/Bonus-Survival-Maps-for-BO2/blob/master/INSTRUCTIONS - Plutonium.md Maybe you like these custom maps. You need to follow the instructions in the link to deploy it to your servers.
  • Server stops but heartbeat keeps on responding.

    8
    0 Votes
    8 Posts
    289 Views
    @lolabola It does happen on windows so it isn't related to whether you are using linux or not. It isn't known yet whether it is a bug with the basegame or with Plutonium code, but I will see if I can replicate it on older versions of Plutonium. If it is something Plutonium is doing it can probably be fixed easily, but if its an issue with the basegame it would be much harder to fix.
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    51 Views
  • Mod menu Not opening on server

    4
    0 Votes
    4 Posts
    115 Views
    is it in ur server folder?
  • Yo everytime showing enable to join sessions zombie

    6
    0 Votes
    6 Posts
    125 Views
    0 reason to add you somewhere else so no
  • connect through localhost not working (wsl2)

    3
    0 Votes
    3 Posts
    60 Views
    @Dss0 yeah I know, it's running on 4977, I read about "Why can't I find my server hosted at home while others can?" in the docs for bo2 where it says "Your router probably doesn't support NAT-Loopback", so I guess this could be the same with wsl2 but than idk why nginx etc. do work with localhost.
  • NSM (Node Server Manager) SyntaxError

    15
    0 Votes
    15 Posts
    629 Views
    @Monologue do you still have this error?
  • Don't see Dedicated server: Gang gg

    4
    0 Votes
    4 Posts
    92 Views
    They can connect using your local IPv4 followed by the port You can find your local IPv4 by typing ipconfig in a Windows cmd For example with me, people on my network would connect with connect 192.168.1.98:5000 Also I really recommend using a port that's at least 5000, just to be 100% sure no port conflict will happen [image: 1667645490637-4e380540-0c60-45b4-8b5a-e7fbcd9962d6-image.png]
  • Server Stuck On Launch

    11
    1 Votes
    11 Posts
    501 Views
    Just putting this here in-case someone has the same problem I did. I had a very similar issue where the server console would stick at "Loading fastfile seasonpass_load_zm" and I found the problem to be with my "dedicated_zm.cfg" in Plutonium's AppData location. Within my config under the map rotation section at the very bottom, in copying and pasting different maps I had accidentally omitted the "sv_maprotation" and just left the "exec zm_[whatever_map].cfg map zm_[whatever_map]" command. In adding back "sv_maprotation" before the "exec" command, the issue was resolved and the server began to function normally.