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

Plutonium

Hadi77KSAundefined

Hadi77KSA

@Hadi77KSA
Contributor
About
Posts
676
Topics
11
Shares
0
Groups
1
Followers
71
Following
19

Posts

Recent Best Controversial

  • [Release] BO2 Zombie Hitmarkers
    Hadi77KSAundefined Hadi77KSA

    Ghy54- VZLAxScorpion I've just made one. You can find it here: https://github.com/Hadi77KSA/Plutonium-Scripts/blob/main/t6/scripts/mp/death_red_hitmarker.gsc
    To download it, click on the "Download raw file" button from the top right.
    The script goes in: %localappdata%\Plutonium\storage\t6\scripts\mp

    BO2 Modding Releases & Resources

  • How to change bot names on T6 dedicated server BO2 (Bot Warfare, Bots.txt)
    Hadi77KSAundefined Hadi77KSA

    notMeks it's working for me without any issues. Mind you, I'm not using the t6-gsc-utils plugin (my plugins folder is empty) nor any mods.
    b3230293-51cb-4d02-a86d-7d9d4933095f-image.png
    faf837e6-0d3e-4f3d-b32c-c71a82b1450a-image.png
    Have you changed the cd /D %LOCALAPPDATA%\Plutonium line in the server starter bat file? That's my main suspicion as to why it's not working for you, because doing so changes the directory which the server will read the files from.

    BO2 Server Hosting Support

  • Cant play plutonium , Error during initialization: Missing config file "default_mp-_controls.cfg" during initiliazation, May need to add to code_pre_gfx.
    Hadi77KSAundefined Hadi77KSA

    If you’ve downloaded the game from Steam, make sure you have the app of the mode you want to play installed. Search your Steam library for “Black Ops II”, there should be 3 apps for it.

    If you have the mode installed and the problem still occurs, then restart Steam and repair the mode’s game files: https://plutonium.pw/docs/repair/

    If you have attempted to repair game files but it still doesn’t work, check that the folder you selected in the Plutonium launcher is actually the folder which Steam is currently using for the game by comparing the paths.

    • For checking the selected folder in the Plutonium launcher, follow either of these:
      • Open the launcher, select the game, click “Game Settings”, and check the “Game Path”.
      • Go to %localappdata%\Plutonium and open config.json, then check the path set for "t6Path".
    • For opening the folder Steam uses for the mode: right-click the mode from your Steam library > Manage > Browse local files.
      Browse local files

    If none of the previous suggestions have worked, follow this:

    1. Exit out of Steam and make sure it’s no longer running. Closing Steam’s window isn’t enough to shut it down.

    2. Delete the game’s appmanifest files by going to your Steam directory where you installed the game and then to your steamapps directory. The following are the appmanifest files for BO2:

      • appmanifest_202970.acf
      • appmanifest_202990.acf
      • appmanifest_212910.acf

      You should find at least one of those files in your steamapps folder. Don’t worry if one or two of those files don’t exist.

    3. Reopen Steam. The game’s mode should now appear as uninstalled when you check it on your game library and should now say “install” instead of “play”.

      • If the mode doesn’t appear as uninstalled after doing the previous steps, restart your PC.
    4. Click the “install” button for the mode. This will verify the integrity of the installed files and will install any missing files that weren’t originally installed.

    BO2 Client Support

  • Can I change rules?
    Hadi77KSAundefined Hadi77KSA

    NICKname idk regarding the water. If you’re asking about persistent upgrades on BO1, that’s not a thing because those are a feature of BO2, not BO1.

    BO2 Server Hosting Support

  • Can I change rules?
    Hadi77KSAundefined Hadi77KSA

    NICKname glad to have helped!

    BO2 Server Hosting Support

  • Can I change rules?
    Hadi77KSAundefined Hadi77KSA

    NICKname nvm, it seems I confused the functions calling order. Use this instead: https://github.com/Hadi77KSA/Plutonium-Scripts/blob/main/t6/scripts/zm/toggle_pers_upgrades.gsc
    If you want to disable other persistent upgrades, either place double slashes (//) before the variables that start with level.pers_upgrade_ or change the 1 for them to 0 or undefined

    Update (2024/11/02)

    Replaced the provided script with the one I uploaded to GitHub.

    BO2 Server Hosting Support

  • Can I change rules?
    Hadi77KSAundefined Hadi77KSA

    NICKname place it in your scripts\zm folder. The script will need to remain in that folder if you want it to get executed by the game.

    BO2 Server Hosting Support

  • Can I change rules?
    Hadi77KSAundefined Hadi77KSA

    NICKname it’s better if you don’t edit the ranked.gsc file because it will get replaced when you run the Plutonium updater. You can create a new text document, change the file format by renaming it and replacing the .txt with .gsc, then write inside of it what I gave you earlier.

    As for the cause of the error, it’s due to not properly placing that part of the code into a function (that might not be a good way of phrasing it, but let’s go with it). Just create a new .gsc file as I mentioned earlier and place the code there.

    BO2 Server Hosting Support

  • bug baston origins
    Hadi77KSAundefined Hadi77KSA

    Do you have the crystal of the staff you’re trying to make?

    Temas De Español

  • Can I change rules?
    Hadi77KSAundefined Hadi77KSA

    NICKname persistent upgrades are only present in the following modes: TranZit, Die Rise, and Buried. The other modes (Survival, Grief, Turned) don’t have them. Disabling Persistent Jugg in the modes it’s active on can be done using a script. You can do the following to disable it:

    /* DOES NOT WORK
    init()
    {
         level.pers_upgrade_jugg = 0;
    }
    */
    

    As long as that’s set to 0 or undefined in init() not in main(), it should work.

    Update (2024/11/02)

    The above code doesn’t work as discussed in the following comments. Find the script linked below.

    BO2 Server Hosting Support

  • Can I change rules?
    Hadi77KSAundefined Hadi77KSA

    Resxt it might straight up be something built into the game, and not a script. That’s what one of the persistent upgrades that’s called persistent Jugg does on the Victis maps (TranZit, Die Rise, and Buried). The CotD one is probably some bug.

    BO2 Server Hosting Support

  • need some help getting my mods to work
    Hadi77KSAundefined Hadi77KSA

    JarlowRose the 1st minute is just for creating a template .iwd file. You can skip the 1st minute of the video if you use the template iw_42.iwd that’s provided in the megapack download. After that, the video shows that you should copy the textures/camos you want to use and place them in the template .iwd file. Then finally it shows where to install the file in your game folder. Instead of using the directory shown in the video, you can place the file in a folder inside of your mods folder to only load that file when that mod is loaded, so the path can be: %localappdata%\Plutonium\storage\t5\mods\MODNAME\WHATEVERNAME.iwd

    BO2 Modding Support & Discussion

  • need some help getting my mods to work
    Hadi77KSAundefined Hadi77KSA

    JarlowRose comment 17: https://forum.plutonium.pw/post/84482

    BO2 Modding Support & Discussion

  • need some help getting my mods to work
    Hadi77KSAundefined Hadi77KSA

    JarlowRose iw5 is not BO1. t5 is BO1.
    .iwd files don’t go in images. They go in a separate directory. Check the video linked by the person who created the post you’ve linked or follow the 3rd method I’ve mentioned.

    BO2 Modding Support & Discussion

  • Reporting a player
    Hadi77KSAundefined Hadi77KSA

    Volvo it doesn’t seem like staff do manual client bans anymore.

    Here’s what a staff member said in this post:

    No, its up to the server admins to get rid of the cheaters that don't get banned by the AC.

    BO2 Client Support

  • need some help getting my mods to work
    Hadi77KSAundefined Hadi77KSA

    JarlowRose if I’m understanding correctly, you put a folder in the images folder, which isn’t the way to do it. The .iwi files go directly into the images folder. If I’m mistaken, could you take a picture showing the files inside the images folder and include the path in the screenshot?

    BO2 Modding Support & Discussion

  • need some help getting my mods to work
    Hadi77KSAundefined Hadi77KSA

    JarlowRose you have a few of options:

    • Follow Plutonium’s guide for replacing camos/textures: https://plutonium.pw/docs/modding/loading-textures/
    • Under that thread, there’s a video linked by the person who posted the mod. Follow that to have the camos always loaded.
    • If you want to separate the camos and have the option of loading whichever one you want from the game’s Mods menu, follow the 2nd option but place the created .iwd file in a folder inside of the mods folder.
    BO2 Modding Support & Discussion

  • Error Code During Loading Screens
    Hadi77KSAundefined Hadi77KSA

    The easy fix is to remove the script. Luckily, the mod you’re trying to use has been updated and that error won’t happen with the updated version.

    BO2 Client Support

  • Reporting a player
    Hadi77KSAundefined Hadi77KSA

    I would’ve suggested using the server’s reporting system or reporting it to the owner, but the owner has announced they’re shutting down their servers unfortunately.

    BO2 Client Support

  • Im getting an error when i try to launch bo1
    Hadi77KSAundefined Hadi77KSA

    DangerHawk96 the crashdump is generated in: %localappdata%\Plutonium\crashdumps as the error states. Upload the file to Google Drive or a similar service and send the link to the file here.

    BO1 Client Support
  • 1 / 1
  • Login

  • Don't have an account? Register

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