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

Plutonium

INSANEMODEundefined

INSANEMODE

@INSANEMODE
Contributor
About
Posts
38
Topics
5
Shares
0
Groups
1
Followers
34
Following
10

Posts

Recent Best Controversial

  • Dedicated zm server gsc mod menu
    INSANEMODEundefined INSANEMODE

    find the source to one (google it, you will find some) and change it. thats what i did. i just looked for a decent menu or menu base, and added what i wanted to it.
    Slander

    BO2 Modding Support & Discussion

  • [Release] All-In-One Retexture Pack
    INSANEMODEundefined INSANEMODE

    ImagineTho make the folder

    BO2 Modding Releases & Resources

  • [Release] [ZM] ZOMBIES++
    INSANEMODEundefined INSANEMODE

    @PrincessYoshi check the config. some of the values are different from vanilla.

    BO2 Modding Releases & Resources

  • [Release] Votekick v1.0
    INSANEMODEundefined INSANEMODE

    that would be great if you can. 🙂

    BO2 Modding Releases & Resources

  • [Release] Votekick v1.0
    INSANEMODEundefined INSANEMODE

    any way to get this to work for zombies? i added the zm equivalent includes, but there doesn't seem to be a "notifyonplayercommand" function. (i didn't think bo2 had this, anyway?)

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Secondary Score Display for matches with 4+ players
    INSANEMODEundefined INSANEMODE

    still crashes on my server around round 20 ish with the latest update. longer than before, but seems like it still doesn't work with z++. (or something else, because my servers are modded af)

    with this removed, can do 8 player origins games for 40+ rounds without issue.

    haven't attempted with nothing but this mod, though.

    BO2 Modding Releases & Resources

  • Linux Host tutorial anywhere?
    INSANEMODEundefined INSANEMODE

    i don't have time to really format this or anything, but i'll just paste a discord message i sent to someone. might fix it up after i get off work.

    make sure you are on kernel 4.18.20 or below. (much easier than fixing and compiling wine for newer kernels)

    next install wine. winehq.com probably has a tutorial if you need it.

    run piry.exe ( https://piry.plutonium.pw/piry.exe ) in the directory you want the game. (open terminal in folder, and run wine ./piry.exe)

    then download plutonium.exe (http://cdn.plutonium.pw/updater/plutonium.exe) and throw in the folder and run wine ./plutonium.exe -update-only

    then grab the files from https://github.com/xerxes-at/T6ServerConfigs

    place the .cfg files in your ./t6r/data/ folder and edit to your liking.

    place the .bat files in your game folder and edit to your liking (including grabbing a key from https://platform.plutonium.pw/serverkeys to put in the .bat)

    still in the folder in your terminal, run wineconsole <name-of-file>.bat and hopefully the server launches.

    BO2 Server Hosting Support

  • Discord rich presence not working
    INSANEMODEundefined INSANEMODE

    got it to work. just restarted computer. i did it once and it didn't change anything.
    but the second time fixed it, i guess. lol

    BO2 Client Support

  • Discord rich presence not working
    INSANEMODEundefined INSANEMODE

    doesn't show up at all if i remove it as a game

    BO2 Client Support

  • [Release] Shotgun Rank/Max Bank/All Perma-Perks
    INSANEMODEundefined INSANEMODE

    probably easier to write it as
    %localappdata%/Plutonium/Storage/Demonware/18397/user
    so people can copy and paste it without having to replace the username.

    BO2 Modding Releases & Resources

  • Discord rich presence not working
    INSANEMODEundefined INSANEMODE

    i'd hope it would, but doesn't seem to be the case for me. 😕

    i even deleted everything and did it again.

    hell, i can even see the .dll for the rich presence, but it still doesn't work,

    BO2 Client Support

  • Discord rich presence not working
    INSANEMODEundefined INSANEMODE

    anyone manage to get rich presence to work? if i launch plutonium and hop into mp or zm, anch check game activity in discord, it says nothing is running. if i add a game and click zombies, all it shows is the word zombies.

    1bdb3e70-0fc3-445c-886e-b0fd6a567103-image.png

    668fbe12-570f-4999-adef-7950b2bebfb2-image.png

    6089ee17-9734-4ed3-8371-b29dc55104ba-image.png

    BO2 Client Support

  • [Release] [Zombies] No weapon limits for mystery box
    INSANEMODEundefined INSANEMODE

    JezuzLizard hell yeah, i'd really like to see that.

    BO2 Modding Releases & Resources

  • VPS Linux, IW4M Admin is supported?
    INSANEMODEundefined INSANEMODE

    Jimo added

    General Discussion

  • [Release] [ZM] ZOMBIES++
    INSANEMODEundefined INSANEMODE

    fixed who's who crashing the server on die rise when you have staminup or deadshot and get revived.
    i believe it would crash when passing the custom perks to the normal giveperk function that who's who does when you get revived, since those perks don't exist normally on the map.

    what i did was prevent them from getting given back to you from who's who, and handled it when you were revived, if you had the perks.

    also removed the custom perks from the who's who ghost, to match how the perk works normally.

    i'd post the fix, but it is probably complete shit, since i have almost zero knowledge or gsc. lol

    BO2 Modding Releases & Resources

  • VPS Linux, IW4M Admin is supported?
    INSANEMODEundefined INSANEMODE

    Jimo what server are you trying to run?

    this is a pull request i made that makes it pretty easy to run a (bo2) t6 server on linux.

    https://github.com/xerxes-at/T6ServerConfigs/pull/5

    there are some limitations i mention in the link, though.

    also, the console doesn't really work under wine, or at least the version i have installed. just a black window, but it runs perfectly. other than the occasional error in my gsc, I've had no issues.

    General Discussion

  • Failing in my attempt to host a T6 server on AWS
    INSANEMODEundefined INSANEMODE

    i made a pull request here https://github.com/xerxes-at/T6ServerConfigs/pull/5
    that allowed me to run the server on linux.

    WARNING: this only works on kernel version 4.18.X or below (or a patched and rebuilt wine, but building wine is a real pain), and the console window for the server is pretty much useless.

    if you are running headless, take a look at the reply i made to the pull request., or the commented out line near the bottom.

    also, cd to the directory before launching the server.

    BO2 Server Hosting Support

  • NVIDIA RTX Voice causing plutonium to crash on startup
    INSANEMODEundefined INSANEMODE

    The problem:

    If i attempt to open t6rzm.exe or t6rmp.exe while the application Nvidia RTX Voice (https://www.nvidia.com/en-us/geforce/guides/nvidia-rtx-voice-setup-guide/) is open, the game will crash repeatedly on startup.

    Additional info:

    -if the game is launched with rtx voice closed, it will launch correctly.

    -if rtx voice is opened after launching the game, it will perform correctly.

    -rtx voice can be disabled, but still open, and still cause the game to crash.

    -rerunning piry.exe does not change issue.

    -all files appear to be correct.

    -launching a dedicated server doesn't seem to be affected by this problem

    Steps to reproduce:

    1. open nvidia rtx voice
    2. launch game

    video of issue:
    https://youtu.be/l8gvR42AYuA

    files:

    [0_1596760650421_01_08_2020_10_18_13.dmp](Uploading 100%)

    ![1_1596760769285_Annotation 2020-08-06 193911.png](Uploading 100%) ![0_1596760769285_Annotation 2020-08-06 193830.png](Uploading 100%)
    [0_1596761127206_DxDiag.txt](Uploading 100%)

    the file upload didn't seem to work, so here is a google drive link https://drive.google.com/drive/folders/1EGJrFbmATB9ic9m-BCR1BmoRC0Tbv5sX?usp=sharing

    BO2 Client Support
  • 1
  • 2
  • 2 / 2
  • Login

  • Don't have an account? Register

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