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

  • Will there be a call of duty black ops 3 or ghost game in the near future?
    mxveundefined mxve

    kanekki291
    bo3
    alt text

    ghosts
    https://xlabs.dev/support_iw6x_client

    General Discussion

  • 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

    Resxt Ty, fixed.

    General Discussion

  • [Help] Rotate game modes
    mxveundefined mxve
    set sv_maprotation "dsr gamemode1.dsr map mp_map1 dsr gamemode2.dsr map mp_map2"
    
    MW3 Server Hosting Support

  • 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

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

  • Bootstrapper error
    mxveundefined mxve

    xEnxvy https://github.com/ChxseH/Redist-Installer/releases/download/latest/Redist-Installer.bat
    you are missing directx, run this to install all missing redistributables.

    BO2 Client 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

  • missing names of stuff, shows up as generic variable name
    mxveundefined mxve

    graymatter set language to english on steam

    BO2 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

  • scripts help
    mxveundefined mxve

    https://forum.plutonium.pw/topic/17253/disable-custom-script-into-my-server?_=1644322478344

    MW3 Modding Support & Discussion

  • Error when i start te server
    mxveundefined mxve

    use t6 files, not t4.
    t4 = waw
    t6 = bo2

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

    BO2 Server Hosting Support

  • [Linux/Windows] Server updater
    mxveundefined mxve

    As I have no life I've started work on a rewrite in rust, which drastically improves speed and also allows the updater to run on windows.

    https://github.com/mxve/plutonium-updater.rs

    Launcher Support

  • BO2 Zombies. How to create your own server?
    mxveundefined mxve

    https://plutonium.pw/docs/server/t6/setting-up-a-server/

    BO2 Server Hosting Support bo2 zombies

  • cannot find the file to equip gun skins
    mxveundefined mxve

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

    put the files in %LocalAppdData%\Plutonium\storage\t6\images

    BO2 Client Support

  • [Linux/Windows] Server updater
    mxveundefined mxve

    GitHub

    Plutonium Updater CLI alt text alt text

    Features

    • Multi-platform
    • Option to automatically create backups

    Usage

    • Download the latest release
      • Linux
        • https://github.com/mxve/plutonium-updater.rs/releases/latest/download/plutonium-updater-x86_64-unknown-linux-gnu.tar.gz
      • Windows
        • https://github.com/mxve/plutonium-updater.rs/releases/latest/download/plutonium-updater-x86_64-pc-windows-msvc.zip
      • MacOS (untested)
        • https://github.com/mxve/plutonium-updater.rs/releases/latest/download/plutonium-updater-x86_64-apple-darwin.tar.gz
    • Unpack archive
    • Run it
      • Preferably from a terminal so you can see the output and append the arguments listed below, if needed.
      • Linux
        • Unpack
          • tar xfv plutonium-updater-x86_64-unknown-linux-gnu.tar.gz
        • Make binary executable
          • chmod +x plutonium-updater
        • Run it
          • ./plutonium-updater
      • Windows
        • Unpack
        • Run it

    Examples

    Windows update .bat
    @echo off
    set installDir=C:\your_pluto_directory
    plutonium-updater.exe -d "%installDir%"
    
    Linux update .sh
    #!/bin/bash
    INSTALLDIR=/home/pluto/pluto_dir
    ./plutonium-updater -d "$INSTALLDIR"
    
    Repair files
    ./plutonium-updater.exe -f
    

    or

    ./plutonium-updater.exe -fd "pluto directory"
    

    Arguments

    • -h, --help
      • Show available arguments
    • -V, --version
      • Print plutonium-updater version
    • -d, --directory <path>
      • Install directory, supports relative and absolute paths
      • Default: "plutonium"
    • -f, --force
      • Force file hash re-check even if version matches
    • -l, --launcher
      • Download launcher assets.
    • -q, --quiet
      • Hide file actions (Checked, Skipped, Downloaded)
    • -s, --silent
      • Hide all non-error output
    • -c, --check
      • Compares local version to remote
        • Exit code 0 for up to date
        • Exit code 1 for outdated
    • --version-local
      • Returns local version number, not found/broken = 0
    • --version-cdn
      • Returns latest version number
    • --no-color
      • Disable colors
    • --archive-list | --plutools-list
      • List revisions archived on plutonium-archive.getserve.rs
    • --archive <revision> | --plutools
      • Install revision archived on plutonium-archive.getserve.rs
      • Downgrading is not recommended, use an empty directory instead. If downgrading use -f.
    • --backup
      • Create backup of current version while updating
    • --manual-backup
      • Create/update backup of current version
    • --backup-list
      • List available backups
    • --backup-restore <backup>
      • Restore backed up version
    • --cdn-url
      • Override cdn url
    • -e, --exclude "file|folder
      • Exclude file or folder from update
      • Can be used multiple times
      • Example: -e "games/t6mp.exe" -e "storage"

    Exit codes

    • 0 success
    • 101 error (rust panic)
      (Just fail on everything that differs from 0 if you are scripting it)

    Building

    1. Install the rust toolchain
    2. Clone the repo
    3. Build
      • cargo build --release
    4. (Linux/Optional) Strip binary
      • strip target/release/plutonium-updater
    5. Grab binary from target/release/plutonium-updater(.exe)
    Launcher 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

  • Can't join games,help?
    mxveundefined mxve

    open the plutonium launcher and click on the avatar in the top right corner, then at the bottom it should say "Core version: ..", whats the number shown there?

    BO2 Client Support

  • Can't join games,help?
    mxveundefined mxve

    Try updating plutonium
    https://plutonium.pw/docs/update

    BO2 Client Support

  • Lot of frame drops
    mxveundefined mxve

    i only started playing bo2 again after the recent update, but i've had some similiar fps drops that i didn't have a few months back.

    Ryzen 2400g
    RX 570 8GB
    16GB DDR4 RAM

    game on ssd, everything up to date yada yada

    General Discussion
  • 1
  • 2
  • 6
  • 7
  • 8
  • 9
  • 10
  • 8 / 10
  • Login

  • Don't have an account? Register

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