Skip to content

BO2 Server Hosting Support

1.3k Topics 5.5k Posts

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.

  • Multiple Scripts files?

    3
    0 Votes
    3 Posts
    577 Views
    Resxt
    There is nothing forcing a single script or anything like that so they simply put several .gsc files (scripts) in the scripts folder Only limitations would be game engine's limits (loading too much models for example) or scripts conflicting, such as 2 mapvotes running at the same time for example You can only load one mod but scripts are completely different and they're server side only
  • Unable to host "Server is not running"

    Locked
    2
    0 Votes
    2 Posts
    411 Views
    shayan0907
    I've just moved some stuff from localappdata to this new folder and now I get this: --- Cmd Initialization Complete --- Loading fastfile code_pre_gfx_zm Built adjacency info for IPaks 0ms [STEAM] 1 calls ready, running... [STEAM] running call 1 ----- FS_Startup ----- Searching for iwds in C:\Users\USER\Desktop\gameserver\pluto_t6_full_game/players Searching for iwds in C:\Users\USER\Desktop\gameserver\pluto_t6_full_game/main_shared Searching for iwds in C:\Users\USER\Desktop\gameserver\pluto_t6_full_game/main Searching for iwds in C:\Users\USER\Desktop\gameserver\pluto_t6_full_game\storage\t6/main Searching for iwds in C:\Users\USER\Desktop\gameserver\pluto_t6_full_game\storage\t6/players Searching for iwds in C:\Users\USER\Desktop\gameserver\pluto_t6_full_game\storage\t6// Searching for iwds in C:\Users\USER\Desktop\gameserver\pluto_t6_full_game\storage\t6/raw Current language: english Build r4822 logfile opened on Sun Apr 27 18:09:01 2025 Current search path: C:\Users\USER\Desktop\gameserver\pluto_t6_full_game\storage\t6/raw C:\Users\USER\Desktop\gameserver\pluto_t6_full_game\storage\t6// C:\Users\USER\Desktop\gameserver\pluto_t6_full_game\storage\t6/players C:\Users\USER\Desktop\gameserver\pluto_t6_full_game\storage\t6/main C:\Users\USER\Desktop\gameserver\pluto_t6_full_game/main C:\Users\USER\Desktop\gameserver\pluto_t6_full_game/main_shared C:\Users\USER\Desktop\gameserver\pluto_t6_full_game/players execing default_mp.cfg execing default_statversion.cfg completed execing default_statversion.cfg execing thumbstick_default.cfg completed execing thumbstick_default.cfg execing buttons_default.cfg completed execing buttons_default.cfg completed execing default_mp.cfg execing default_mp_controls_english.cfg completed execing default_mp_controls_english.cfg r_aaSamples will be changed upon restarting. r_fullscreen will be changed upon restarting. r_monitor will be changed upon restarting. r_texFilterQuality will be changed upon restarting. [DW][Auth] Handling authentication request... execing configure.cfg r_aspectRatio will be changed upon restarting. completed execing configure.cfg '16' is not a valid value for dvar 'ai_corpseCount' Domain is any integer from 0 to 8 r_aaSamples will be changed upon restarting. r_texFilterQuality will be changed upon restarting. Loading fastfile patch_zm Loading fastfile code_post_gfx_zm Built adjacency info for IPaks 7ms fs_game is write protected [DW][Lobby] Handling hello request... execing ragdoll.cfg completed execing ragdoll.cfg execing default_zm_gamesettings.cfg execing default_mp_gamesettings.cfg execing zm/gamesettings_default.cfg completed execing zm/gamesettings_default.cfg execing zm/gamesettings_tdm.cfg completed execing zm/gamesettings_tdm.cfg execing default_mp_gametypes.cfg Unknown command "resetCustomGametype" completed execing default_mp_gametypes.cfg completed execing default_mp_gamesettings.cfg execing zm/gamesettings_default.cfg completed execing zm/gamesettings_default.cfg execing zm/gamesettings_zclassic.cfg completed execing zm/gamesettings_zclassic.cfg completed execing default_zm_gamesettings.cfg bound socket to localhost:4977 fs_game is write protected net_port will be changed upon restarting. execing buttons_default.cfg completed execing buttons_default.cfg execing buttons_default.cfg completed execing buttons_default.cfg execing thumbstick_default.cfg completed execing thumbstick_default.cfg execing buttons_default.cfg completed execing buttons_default.cfg execing buttons_default.cfg completed execing buttons_default.cfg execing thumbstick_default.cfg completed execing thumbstick_default.cfg --- Common Initialization Complete --- Unknown command "t6zm" fs_game is write protected net_port will be changed upon restarting. execing dedicated_zm.cfg Unknown command "limit" Unknown command "range" Unknown command "value" addedaddedaddedaddedcompleted execing dedicated_zm.cfg Loading fastfile patch_ui_zm Loading fastfile ui_zm Built adjacency info for IPaks 9ms Loading fastfile common_zm Loading fastfile ffotd_tu17_zm_147 Built adjacency info for IPaks 10ms Loading fastfile dlczm0_load_zm Loading fastfile dlc1_load_zm Loading fastfile dlc2_load_zm Loading fastfile dlc3_load_zm Loading fastfile dlc4_load_zm Loading fastfile dlc0dd_load_zm Loading fastfile seasonpass_load_zm map_rotate... "sv_mapRotation" is: "execgts zm_classic_processing.cfg map zm_buried execgts zm_classic_rooftop.cfg map zm_highrise execgts zm_classic_prison.cfg map zm_prison execgts zm_classic_tomb.cfg map zm_tomb execgts zm_classic_transit.cfg map zm_transit" "sv_mapRotationCurrent" is: "" Executing gts cfg: zm_classic_processing.cfg. Setting map: zm_buried. Server is not running. Built adjacency info for IPaks 10ms execing zm_classic_processing.cfg execing gamesettings_default.cfg completed execing gamesettings_default.cfg execing gamesettings_zclassic.cfg completed execing gamesettings_zclassic.cfg g_gametype will be changed upon restarting. completed execing zm_classic_processing.cfg ]status Server is not running.
  • Buried - Disable Timebomb to prevent Timebomb Glitch

    5
    0 Votes
    5 Posts
    1k Views
    ReuS
    I'm reviving this old thread, but if you want to disable points duplication while still allowing the timebomb (for EE or regular use), you can use this code, which simply disables points duping. in scripts/zm/zm_buried: #include common_scripts\utility; #include maps\mp\_utility; #include maps\mp\zombies\_zm_utility; #include maps\mp\gametypes_zm\_hud_util; #include maps\mp\zombies\_zm_weapons; #include maps\mp\_visionset_mgr; #include maps\mp\zombies\_zm_audio; #include maps\mp\zombies\_zm_blockers; #include maps\mp\zombies\_zm_laststand; #include maps\mp\zombies\_zm_weapon_locker; #include maps\mp\zombies\_zm_magicbox; #include maps\mp\zombies\_zm_perks; #include maps\mp\zombies\_zm_score; #include maps\mp\zombies\_zm_stats; #include maps\mp\zombies\_zm_equipment; #include maps\mp\zombies\_zm; #include maps\mp\zombies\_zm_spawner; #include maps\mp\animscripts\zm_death; #include maps\mp\zombies\_zm_ai_basic; main(){ replaceFunc(maps\mp\zombies\_zm_weap_time_bomb::_time_bomb_restores_player_data_internal, ::_time_bomb_restores_player_data_internal_override); } _time_bomb_restores_player_data_internal_override( save_struct ) { self endon( "death" ); self endon( "disconnect" ); if ( self maps\mp\zombies\_zm_laststand::player_is_in_laststand() ) { debug_time_bomb_print( "TIMEBOMB >> " + self.name + " in last stand, reviving..." ); self maps\mp\zombies\_zm_laststand::auto_revive( self ); } else if ( isdefined( self.sessionstate ) && self.sessionstate == "spectator" ) { self [[ level.spawnplayer ]](); self thread refresh_player_navcard_hud(); } if ( isdefined( self.is_drinking ) && self.is_drinking ) { if ( self has_packapunch_weapon() ) self.is_drinking++; self thread maps\mp\zombies\_zm_perks::perk_abort_drinking( 0.1 ); } if ( self can_time_bomb_restore_data_on_player( save_struct ) ) { debug_time_bomb_print( "TIMEBOMB >> restoring player " + self.name ); if ( !isdefined( self.time_bomb_save_data ) && !isdefined( save_struct ) ) self.time_bomb_save_data = spawnstruct(); if ( !isdefined( save_struct ) ) s_temp = self.time_bomb_save_data; else s_temp = save_struct.player_saves[self getentitynumber()]; self setorigin( s_temp.player_origin ); self setplayerangles( s_temp.player_angles ); self setstance( s_temp.player_stance ); self thread _restore_player_perks_and_weapons( s_temp ); n_difference_in_score = s_temp.points_current - self.score; // Comment here to avoid points duplication // if ( n_difference_in_score > 0 ) // self maps\mp\zombies\_zm_score::add_to_player_score( n_difference_in_score ); // else // self maps\mp\zombies\_zm_score::minus_to_player_score( abs( n_difference_in_score ) ); if ( is_weapon_locker_available_in_game() ) { if ( isdefined( s_temp.weapon_locker_data ) ) self maps\mp\zombies\_zm_weapon_locker::wl_set_stored_weapondata( s_temp.weapon_locker_data ); else self maps\mp\zombies\_zm_weapon_locker::wl_clear_stored_weapondata(); } if ( isdefined( s_temp.account_value ) && isdefined( level.banking_map ) ) { self.account_value = s_temp.account_value; self maps\mp\zombies\_zm_stats::set_map_stat( "depositBox", self.account_value, level.banking_map ); } s_temp.save_ready = 1; if ( !isdefined( save_struct ) ) self.time_bomb_save_data = s_temp; self ent_flag_wait( "time_bomb_restore_thread_done" ); } else { debug_time_bomb_print( "TIMEBOMB >> restoring player " + self.name + " FAILED. No matching save detected" ); self restore_player_to_initial_loadout(); } self _give_revive_points( s_temp ); }
  • error unable to join game session bo2 zm

    1
    0 Votes
    1 Posts
    265 Views
    No one has replied
  • Error while creating my T6 multiplayer server

    6
    0 Votes
    6 Posts
    764 Views
    Resxt
    @ElMikoo in your game folder, in Black Ops II
  • Wine alternative for aarch64/arm64 ubuntu

    2
    1 Votes
    2 Posts
    619 Views
    Minami
    Run through Docker by using linaro/wine-arm64. This image is specifically designed for ARM64 architecture and can help you get Wine running smoothly on your system.
  • Is it possible to have a script auto-add bots at the start of games?

    3
    0 Votes
    3 Posts
    752 Views
    Resxt
    Use the bots_manage_fill dvar with Bot Warfare (linked above)
  • Couldnt Exec dedicated_zm.cfg

    2
    1
    0 Votes
    2 Posts
    490 Views
    Resxt
    It probably cannot locate it because you didn't install it properly https://plutonium.pw/docs/server/t6/setting-up-a-server/#1-preparation See where the localappdata files go (in localappdata)
  • PAYING $ FOR SERVER HELP

    1
    0 Votes
    1 Posts
    316 Views
    No one has replied
  • How do I disable server command usage for global players?

    6
    0 Votes
    6 Posts
    1k Views
    LATN
    TURN YOUR SERVERS BACK ON ONLY TS SERVERS W DECENT PING
  • Issues with DDoS Attacks on My Server

    2
    0 Votes
    2 Posts
    829 Views
    SC Kiels
    https://buyvm.net/ Best DDoS protection for COD servers 30$ - 6 servers 45$ - 10 servers No it's not your provider, no you can't protect your server with a firewall app or iptables Your ip is public and extremely easy to find, without a scrubbing center you will not be able to defend against botnet attacks (which is what you're getting) There is just a lot of DDoS happening to pluto cuz they dont do much to help owners add me Kiels for more info
  • Server AI

    1
    0 Votes
    1 Posts
    253 Views
    No one has replied
  • How to detect a finished Easter Egg on BO2 Origins?

    3
    0 Votes
    3 Posts
    668 Views
    notpiratecantfly
    @Hadi77KSA oh my god. thank you so much.
  • couldn't exec dedicated_zm.cfg

    8
    4
    0 Votes
    8 Posts
    2k Views
    PhysiX
    @DJseanyB is it possible to see what he did wrong please ? I can"t manage to escape from this error..... multiple redoes...
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    221 Views
  • Problem start a second server

    Moved
    5
    0 Votes
    5 Posts
    553 Views
    corebr
    Oh, I see, I think I understand the process now. I thought I needed to make a copy of the server folder. This information will also help me save disk space. Thanks for the help!
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    181 Views
    No one has replied
  • The server does not show up

    5
    2
    0 Votes
    5 Posts
    660 Views
    joolace
    @iHarrow what do you mean for output?
  • I have problem on loading screen

    8
    1
    0 Votes
    8 Posts
    999 Views
    iHarrow
    @Xerxes Finally I have solved my problem , I have missing server files To people in the future who have the same problem as me and they use same egg as me You just need Folder named gamesettings copy it then paste it on your t6 folder here -> Plutonium\storage\t6 and That's it. That also fix town problem that couldn't load ( it Load TranZit Map not Town) Edit: To find this folder go to your Plutonium\storage\t6 in your main device then copy it
  • Server Name Copied - Change Request

    4
    1
    0 Votes
    4 Posts
    659 Views
    No one has replied