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

Plutonium

mxveundefined

mxve

@mxve
VIP
About
Posts
186
Topics
5
Shares
0
Groups
1
Followers
35
Following
5

Posts

Recent Best Controversial

  • [LAUNCHER] V2 Tentha's Custom Launcher Pack
    mxveundefined mxve

    You could use https://forum.plutonium.pw/topic/17548/linux-windows-server-updater to still keep getting updates.
    It by default only checks file hashes when a new version has been released, and can also skips launcher files, although I'd recommend against skipping the launcher files.

    You could do something like this, if you drop the latest .exe in to %localappdata%\Plutonium\bin

    set plutopath=%localappdata%\Plutonium\
    %plutopath%bin\plutonium-updater.exe -l -d %plutopath%
    start "" "%plutopath%bin\plutonium-launcher-win32.exe"
    

    -l makes the updater check the launcher files, but only if a new plutonium revision has been released, I'd recommend keeping it so the launcher doesn't break if theres an update for it.

    BO2 Modding Releases & Resources black ops 2 custom launcher mw3 world at war

  • trynna log my account on the launcher and it aint working LOL jajajaja
    mxveundefined mxve

    Whats the error message?

    Use your username to login, also its case sensitive.

    Launcher Support

  • IW4MAdmin Scheduled restarts
    mxveundefined mxve

    SuckOnMyProness
    save pid to file when starting, kill pid when restarting

    something like this should work for saving the pid
    powershell -Command "(Start-Process whatever.exe -passthru).ID | Out-File -FilePath pid.txt"

    make sure to give the pid file a unique name for every instance you have running and when restarting read the pid from the file to kill the process.

    General Discussion

  • MW3 infinityscript
    mxveundefined mxve

    RAVEN said in MW3 infinityscript:

    mxve it's not possible u can't set definition for command like if player type !cmd or etc... like that.
    gsc is limited.

    init() {
        level thread chatListener();
    }
    
    chatListener() {
        while (true) {
            level waittill("say", message, player);
            println(player.name + " said: " + message);
        }
    }
    

    just use if/switch on the player message

    also theres iw5-gsc-utils for some additional features
    https://github.com/fedddddd/iw5-gsc-utils

    MW3 Modding Support & Discussion

  • [LAUNCHER] V2 Tentha's Custom Launcher Pack
    mxveundefined mxve

    @Tentha You'd still need to have a batch file with the content I posted, but it will keep plutonium updated and, as you said, it won't replace the custom images unless theres an update.
    So basically adding the .exe to Plutonium\bin and changing the .bat content to

    set plutopath=%localappdata%\Plutonium\
    %plutopath%bin\plutonium-updater.exe -l -d %plutopath%
    start "" "%plutopath%bin\plutonium-launcher-win32.exe"
    
    BO2 Modding Releases & Resources black ops 2 custom launcher mw3 world at war

  • trynna log my account on the launcher and it aint working LOL jajajaja
    mxveundefined mxve

    Sounds to me like you aren't using your username to login, or you made a typo.

    Make sure to use Skrill4, exactly like that, no lower case S.

    Launcher Support

  • [Web] Plutonium Server List
    mxveundefined mxve

    revision check update

    • outdated servers will now be displayed with red text and have a warning text on the server page

      • alt text
        .
      • alt text
    • api now returns "uptodate: boolean" for every server

    • the api now returns a timestamp instead of the age of the server data: "date: string"

      • this is set globally and for each server
    General Discussion

  • B02 should stay Balanced According to Original
    mxveundefined mxve

    Worldbreaker said in B02 should stay Balanced According to Original:

    No auto-aim assist AKA aim lock aka snap aim assist rewarding bad players. Why revert DSR nerfs?

    It's up to server owners to enable/disable aim-assist. It even says on the server list whether a server has aim-assist enabled. Can't find one you like? Host one yourself.
    sv_patch_dsr50 can be used to toggle the state of the DSR, find a server that has it enabled or, as said before, host one yourself.

    You aren't entitled to anything. Plutonium is provided completely for free, people are hosting servers for you to play on, again completely for free, and thousands of players enjoy it.

    Don't like it? Don't play it.

    Buying a XIM 4 and using your stupid aim assist with my mouse and kb now

    double standard much

    BO2 Client Support

  • Risk of VAC?
    mxveundefined mxve

    It does not launch the actual steam game, it just tells steam that it's running, other mods and game launcher do this too. This won't get you banned, in fact VAC isn't even loaded.
    In case you still don't trust it you could also close Steam when using Plutonium 🙂

    MW3 Client Support

  • Anybody on linux got the Updater running?
    mxveundefined mxve

    this lutris installer for mw3 worked out of the box for me on debian 11, using the launcher. https://screen.sbs/v4uwbtwlb

    https://forum.plutonium.pw/topic/16438/guide-how-to-get-plutonium-mw3-and-bo2-and-waw-to-run-on-linux-with-wine-and-dxvk/3?_=1644069377886

    https://lutris.net/games/call-of-duty-modern-warfare-3-multiplayer/

    Launcher Support

  • More optimized/simple launch process
    mxveundefined mxve

    Rohambili https://forum.plutonium.pw/topic/17548/linux-windows-server-updater

    General Discussion bo2 game launcher mw3 waw

  • B02 should stay Balanced According to Original
    mxveundefined mxve

    Worldbreaker I've never played on console/controller, I'm just not an entitled little shit 🙂

    BO2 Client Support

  • Risk of VAC?
    mxveundefined mxve

    @Altawi Plutonium doesn't change anything about the actual files of your game install, so you don't have to do anything. Simply launch the game through Steam if you want to play the Steam version or through the Plutonium launcher if you want to play the Plutonium version.
    Plutonium files are installed to %localappdata%\Plutonium, it just loads what it needs from the game directory without modifying it.

    MW3 Client Support

  • [Linux/Windows] Server updater
    mxveundefined mxve

    Thread updated for the rust updater, which is not only way faster but also runs on Linux and Windows.

    The original bash script will still be available on GitHub.

    Launcher Support

  • [Web] Plutonium Server List
    mxveundefined mxve
    • Added country flags
      alt text
    • Added country to api, ISO 3166-1 alpha-2
    General Discussion

  • i download plutonium launcher then it says missing VCRUNTIME120.DLL and MSVCP140.DLL was not found fix quick pls
    mxveundefined mxve

    Install this https://github.com/ChxseH/Redist-Installer/releases/download/latest/Redist-Installer.bat

    BO2 Client Support

  • Disabling chat in plutonium
    mxveundefined mxve

    cg_chatHeight "0"

    MW3 Client Support

  • How can I change the folder of plutionium?
    mxveundefined mxve

    run plutonium.exe with -install-dir flag

    plutonium.exe -install-dir "C:\your\target\directory"

    either run it from cmd or create a shortcut and add it in the target input

    alt text

    Launcher Support

  • [Web] Plutonium Server List
    mxveundefined mxve
    • Added preview image for discord etc
      • alt text
      • Direct image link is pluto.mxve.de/server/<ip>/<port>/png

    https://pluto.mxve.de/server/168.119.239.245/27016/png

    General Discussion

  • communicate with rcon using php
    mxveundefined mxve

    https://github.com/xPaw/PHP-Source-Query
    https://github.com/Stricted/PHP-Rcon

    BO1 Server Hosting 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