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
  • dedicated.cfg not found yet present.

    9
    0 Votes
    9 Posts
    504 Views
    @Xerxes Thank you, the server works now ! i placed all the config files in t6_pluto\main now the heartbeat is successful and i can see my server in the serverlist ! Edit: just tried it with a friend and it works, thanks i just have custom classes disabled for some reason
  • sv_maxclients seems overriden

    2
    0 Votes
    2 Posts
    140 Views
    I still have the problem, and my MP server still crash multiple time per day. gungame/zm seems ok... Interesting thing, in the log file the game launch line change sometime: at game launch it start with \g_gametype for some reason it become \com_maxclients\18 after some time + \party_maxplayers\18 : I did not add this ! Not sure it is what make it crash but I thing this is why my server fall back to 18 max player after some time... I attached crashdump / cfg files: link text Note: interesting thing: I am facing an internet connection issue at the moment, and it may be related because disconnection time seems to match crash time. I will keep monitoring it..
  • Error when starting StartServer_zm

    7
    0 Votes
    7 Posts
    121 Views
    @N0cs please do delete the server key on https://platform.plutonium.pw/serverkeys as you just leaked your key. Also make sure that your user can read and execute the dll.
  • Fast restart hotkey

    2
    0 Votes
    2 Posts
    2k Views
    bind F5 fast_restart would work for private match, dedis you'd have to login to rcon then do a rcon fast_restart, can be done with binds though.
  • BO2 SERVER HELP

    Moved
    7
    0 Votes
    7 Posts
    386 Views
    @LaViejaNikson how u make it work
  • 8 Votes
    1 Posts
    2k Views
    No one has replied
  • Hosting T6 server on linux

    3
    0 Votes
    3 Posts
    227 Views
    You can host them with wine already.
  • [RESOLVED] [Bug] Server hangs upon launch

    6
    1 Votes
    6 Posts
    246 Views
    @CPL said in [Bug] Server hangs upon launch: Unfortunately the hung server still appears in the public API, but not in the in-game server browser. So this method cannot be used. Which makes that, contrary to your statement, perfect to check the server. Grab all servers from the API with a given list of Endpoints (get that from iw4ma) Send query packages to them. They reply? Perfect, they are up. They don't? Try again a few times in case they are changing map. They still don't reply? Kill the server.
  • Is there a way to add commands tobo2Admin?

    5
    0 Votes
    5 Posts
    145 Views
    i diid it but no some thing happend
  • servers keeps saying restart idk what to do

    5
    0 Votes
    5 Posts
    157 Views
    @Extradip post a screenshot of your server directory and the contents of your batch files.
  • Server is up and running! Not in the Server list?

    9
    0 Votes
    9 Posts
    317 Views
    @TheLininii a simple way to check if other people are seeing the server is to look at the server console. If you see "ping request from xxxx" it is listed and there is nothing to worry about, just use the connect command to connect yourself. If not there is still smth wrong with the forwarding or firewall rules.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Problem with UpnP

    6
    0 Votes
    6 Posts
    321 Views
    Basically any router where OpenWRT can be installed would work, as on OpenWRT the UPNP version can be forced to v1 which is the only version supported.
  • This topic is deleted!

    8
    0 Votes
    8 Posts
    85 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Black Ops 2 Mode Change Bug........

    Locked
    4
    0 Votes
    4 Posts
    201 Views
    @Mr-Right said in Black Ops 2 Mode Change Bug........: @RektInator Lmao I already did that. As it was written in my post LOL!! Didn't u read it fully? What u said here and what I did before creating this post, It doesn't work. Anyway I found a workaround. No........... I stopped reading after.......... you made a shitpost on OUR FORUM..... acting like it's our fault your shits broken.......... Don't be so entitled......
  • Is there a way to add commands to IW4MAdmin?

    2
    0 Votes
    2 Posts
    163 Views
    You can with plugins. I don't know off the top of my head the plugin for the zombies banks so you'll have to do some google searching.
  • Server question.

    3
    0 Votes
    3 Posts
    121 Views
    @Malarn to answer your question: yes you can rent a server to run a t6 server, you're not limited to your own pc.
  • Run a server with wine

    4
    0 Votes
    4 Posts
    341 Views
    @Dss0 I'm on debian, firstly I add winehq repository in my source.list. checkout wine wiki I am using winehq-devel (6.0-rc1 as today) Then I created a wine prefix: WINEPREFIX=<PATH_TO_YOURNEW_PREFIX> wineboot And then, the hardest part, get the correct runtime working. After a few try I end with dotnet472. Before I tried with winemono wich is a free/open reimplementation but without success. To do that: WINEPREFIX=<PATH_TO_YOURNEW_PREFIX> winetricks dotnet472 Be patient ! This step take a long time because there is a lot of workaround to fully install it. In fact it is sequentially installing older version with a few wine hacks. After this, you should be able to run plutonium.exe... But ! I had another issue, the GUI was not showing up, but it was working in background. So I call the install command and waited for the download process to finish, and then start the dedicated server in command line... and... tAdAdA, it worked !