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

  • Translation bo2 GE/ES/IT/FR/RU/PL/JP
    Hadi77KSAundefined Hadi77KSA

    Fli4 this error is unrelated to the language patches. You either deleted a folder that you shouldn't delete, or you were already missing required game files.

    BO2 Modding Releases & Resources

  • no script file
    Hadi77KSAundefined Hadi77KSA

    This is because what was being downloaded to it got moved to a different directory. You can simply create the scripts folder.

    BO2 Modding Support & Discussion mod support

  • Unable to remove fog: "r_fog is cheat protected"
    Hadi77KSAundefined Hadi77KSA

    p1nkrat the commands cmdlist; dvarlist bring up everything.

    BO2 Client Support

  • Dumb question about custom maps and mods
    Hadi77KSAundefined Hadi77KSA

    Based on information provided in Plutonium’s documentation for the anticheat, under “What will not get me banned”; if the mod’s instructions tell you to follow this guide, you’ll be fine. I reckon you’ll also be fine if the mod uses this directory: %localappdata%\Plutonium\storage\t5\scripts

    BO1 Client Support

  • BO2-Reimagined Error
    Hadi77KSAundefined Hadi77KSA

    K-17 don’t download the repository of BO2 Reimagined unless you’re looking to build the mod. Instead, download it from the releases.

    BO2 Modding Support & Discussion

  • Progress Lost
    Hadi77KSAundefined Hadi77KSA

    Refer to the suggestion in my comment here: https://forum.plutonium.pw/topic/42294/game-wont-save-data-properly/2

    BO2 Client Support

  • bo1
    Hadi77KSAundefined Hadi77KSA

    Try the suggestion from my comment here: https://forum.plutonium.pw/topic/28379/please-help-error-bo1-crash-when-lanching/14
    If that doesn’t work, then go to %localappdata%\Plutonium\crashdumps, upload the files that end with .dmp to something like MediaFire, and provide the links to the files with your post.

    BO1 Client Support

  • is it possible to replace sounds without replacing game files?
    Hadi77KSAundefined Hadi77KSA

    You could create a mod using OAT to replace existing sounds individually instead of modifying the sabs/sabl files. You’d do this by first obtaining the sound alias entry of the sound you’re replacing from the soundbank aliases file generated by dumping the fastfile that references that soundbank, creating your own soundbank aliases file that contains the sound alias entry of the sound you’re replacing, then building the mod and loading it from the in-game mods menu. https://openassettools.dev/guide/using-the-tools.html

    Alternatively, you could take the modified sabs/sabl files and place them into %localappdata%\Plutonium\storage\t6\zone

    BO2 Modding Support & Discussion

  • missing dvars in T6 zombies
    Hadi77KSAundefined Hadi77KSA

    Removed due to the addition of mod support. Use a mod. https://forum.plutonium.pw/topic/42299/release-depatch

    BO2 Client Support

  • GSC Scripts not loading
    Hadi77KSAundefined Hadi77KSA

    For scripts placed in the zom folder, this happens when you immediately click "solo" and start the map. I'm guessing this to prevent errors when starting Dead Ops Arcade, as zombies scripts cause errors on it.

    Anyway, to get scripts from the zom folder to load, you'll need to click on "online", then you can back out and start the map and the scripts will be loaded.

    Update (2024/11/02)

    Alternatively, use the following command before starting a match:

    ui_gametype zom
    
    BO1 Client Support

  • camo bo2 cherry fix map victis
    Hadi77KSAundefined Hadi77KSA

    Follow this: https://plutonium.pw/docs/modding/loading-textures/

    BO2 Modding Support & Discussion

  • User Suggestion: New Command
    Hadi77KSAundefined Hadi77KSA

    The commands updategamerprofile; uploadstats serve the purpose of reattempting to upload the stats, but you can still see people reporting the reverting stats problem despite using those commands. In fact, use_localStats was implemented exactly because those commands weren’t always saving the stats to the backend. https://github.com/plutoniummod/issue-tracker/issues/45

    BO2 Client Support

  • Some textures are BLACK!
    Hadi77KSAundefined Hadi77KSA

    For the black textures, you’ll want to install the game’s Multiplayer app and its DLCs. For the settings, you’ll want to not be in an ongoing match to be able to change them.

    BO1 Client Support

  • Crossbow OBJ from Black Ops 2?
    Hadi77KSAundefined Hadi77KSA

    You can extract it using OAT https://openassettools.dev/guide/using-the-tools.html

    BO2 Modding Support & Discussion

  • Team Killing Ban
    Hadi77KSAundefined Hadi77KSA

    The ban.txt file after the r4516 update would generate on storage\t6\main on the Plutonium directory of the person hosting if the host was a player, or on the Plutonium directory of the server if the host is a dedicated server.

    You could get the host to instead use the unban # command to remove the ban, where the # is the UID of the banned user which can be found in https://forum.plutonium.pw/api/user/username

    BO2 Client Support

  • Some textures are BLACK!
    Hadi77KSAundefined Hadi77KSA

    Seems to be specific to that FwG server from what I can tell, in which case it would likely be caused by a script the server is running. If it’s an issue that only happens on a specific server, report it to the moderators of the server.

    BO1 Client Support

  • A GSC script which enables certain perma perks on game start.
    Hadi77KSAundefined Hadi77KSA

    The script looks like it’ll only change the dvars if you set them to nothing (e.g. set pers_boarding ""), otherwise they should persist across matches until you restart the game. If you want them to persist across game restarts, you could write them into %localappdata%\Plutonium\storage\t6\players\plutonium_zm.cfg and use seta just like the other dvars in that file, e.g. seta pers_boarding "0"

    BO2 Modding Support & Discussion

  • Game stuck on 800x600 and can't play in 2K in my new monitor
    Hadi77KSAundefined Hadi77KSA

    Check this for a possible solution: https://forum.plutonium.pw/topic/40296/games-stuck-on-1080p-after-uprading-to-1440p-monitor/16

    BO2 Client Support

  • BO1 Keeps Crashing at startup
    Hadi77KSAundefined Hadi77KSA

    Try the fix from my comment here: https://forum.plutonium.pw/topic/28379/please-help-error-bo1-crash-when-lanching/14

    BO1 Client Support

  • does anyone have a black ops 2 mod that lets me do the victis maps solo?
    Hadi77KSAundefined Hadi77KSA

    stabbygirl275 press Win+R, paste this: %localappdata%\Plutonium\storage\t6\mods\zm_any_player_ee\scripts then press Enter.
    If you get an error, you need to delete everything related to the mod and start over from step 1 because you didn’t install my mod correctly. If you don’t get an error, it’s installed correctly. Follow each step exactly to the letter, and refer to the images for references. This is as far as I can help you.

    BO2 Modding Support & Discussion
  • 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