Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

Hadi77KSAundefined

Hadi77KSA

@Hadi77KSA
Contributor
About
Posts
912
Topics
12
Shares
0
Groups
1
Followers
86
Following
19

Posts

Recent Best Controversial

  • 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

  • need some help getting my mods to work
    Hadi77KSAundefined Hadi77KSA

    JarlowRose if the mod is posted on Plutonium’s forum, could you link it? If not, could you show where you’ve installed the mod’s files and explain what it’s supposed to do?

    BO2 Modding Support & Discussion

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

    DangerHawk96 the error is saying to upload the crashdump that Plutonium generated so that someone can look into what caused the crash. You can upload it to an online file hosting website like OneDrive, Google Drive, MEGA… etc, then post the link to the file here.

    BO1 Client Support

  • Missing config file "default_mp_controls.cfg" during initiliazation.
    Hadi77KSAundefined Hadi77KSA

    steelLight881 could you take screenshots of the path you have selected in the launcher and the root of your game folder?

    BO2 Client Support

  • Missing config file "default_mp_controls.cfg" during initiliazation.
    Hadi77KSAundefined Hadi77KSA

    Make sure MP and ZM are actually installed. You can tell by looking into the game’s folder and seeing if t6mp.exe and t6zm.exe are there.

    BO2 Client Support
  • 1 / 1
  • Login

  • Don't have an account? Register

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