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

  • [Web] Plutonium Server List
    mxveundefined mxve

    -> getServe.rs <-

    API

    f839f926-6094-4ed1-9133-2ab98a2d836c-image.png

    General Discussion

  • [RELEASE] mxve's 4k loadscreens
    mxveundefined mxve

    mxve's 4K loadscreens


    Mission

    alt text


    Rust

    alt text


    Dome

    alt text


    Download


    Installation

    1. Download .iwi
    2. Place in %localappdata%\Plutonium\storage\iw5\images\
    3. ????
    4. Profit
    MW3 Modding Releases & Resources

  • [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

  • [Web] Plutonium Server List
    mxveundefined mxve

    updatink yes

    • updated layout
    • added api endpoints
      • get all servers
      • get server by ip and port
      • data you don't get from the pluto api
        • player userslug (sanitized username to build forum profile url)
        • display map name (for known maps)
        • display hostname (removed color codes)
        • display gametype
        • server online & known
          • online should be obvious
          • known is currently the same as online but will in the future be used to differentiate between servers that are offline but have been cached and servers that are completely unknown

    alt text

    General Discussion

  • This is getting ridiculous
    mxveundefined mxve

    Its ridiculous how entitled you are

    BO1 Client Support

  • Option to play t5 zombies alpha is gone
    mxveundefined mxve

    alt text

    General Discussion

  • Plutonium is shit
    mxveundefined mxve

    Then create your own free mod for the game, fix the bugs of the original, add features and get people to play it.
    Should be easy enough

    General Discussion

  • [Web] Plutonium Server List
    mxveundefined mxve

    So uuh X Labs anyone?
    https://list.plutools.pw/xlabs
    alt text

    General Discussion

  • plutonium launcher error
    mxveundefined mxve

    Errors related to D3DCOMPILER_43.dll, XINPUT1_3.dll, D3DX9_37.dll, MSVCP140.dll or VCRUNTIME140.dll are caused by missing redistributable on your system.
    To fix this a member of the staff created a script that will download and install all the redistributable (redist) required to get Plutonium running.
    Download and open the script from the link below and let it finish to download and install every redist (Direct X, Visual C++ etc.)
    Then once it says it's finished you can close it and start your game.
    https://github.com/ChxseH/Redist-Installer/releases/download/latest/Redist-Installer.bat

    Launcher Support error

  • My Stats got reset....
    mxveundefined mxve

    alt text

    BO2 Client Support

  • Disable Custom Script into my server
    mxveundefined mxve

    My preferred way is to have a separate plutonium directory (the one in %LocalAppData%\Plutonium, where you put your scripts) for every server.

    1. Create update.bat
    @echo off
    set plutonium=C:\path\to\plutonium.exe
    set installDir=C:\unique\dir
    
    "%plutonium%" -install-dir "%installDir%" -update-only
    
    • change plutonium var (C:\path\to\plutonium.exe) to the path of your plutonium.exe
    • change installDir var (C:\unique\dir) to the directory you want for the servers plutonium files
      • this has to be different for every server that should use different scripts
    1. Update your start.bat
      if you use the default start bat, there'll be a line like this
      cd /D %LOCALAPPDATA%\Plutonium
      change "%LOCALAPPDATA%\Plutonium" to the path you set for installDir

    2. Put scripts on the new plutonium folder, or don't if you don't want any :^)


    A different way is to modify your script(s) so they only load on servers with a specific port
    https://forum.plutonium.pw/topic/17070/assign-a-script-to-another-server-how?_=1643248860552

    BO2 Server Hosting Support

  • T7.
    mxveundefined mxve
    • Plutonium isn't about playing for free, it's about adding features and enhancements to old games

    • BO3 already has most, if not all, things plutonium would be adding

    • A Plutonium client for BO3 wouldn't make it suddenly get more players


    @Dr-Stone762 said in T7.:

    I think I would like to see bo1 or even aw more than bo3 because they are games that I have not played in 2 generations of consoles (ps3), I would like the plutonium team to support one of those 2, I personally loved it that plutonium gave me the opportunity to replay the great and nostalgic bo2

    bo3 < bo1/aw
    for nostalgia 🙂

    BO1 (T5) has already been announced. Theres no ETA, but it is being worked on.

    General Discussion

  • Notification of Plutonium Forum Databreach - September 2021
    mxveundefined mxve

    Unluko

    Announcements

  • 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

  • Server owner abusing keys
    mxveundefined mxve

    LeonFull But you already have to actively bypass the limit by creating a new account to generate more keys. I don't understand how it isn't obvious that this means you aren't supposed to create more servers.
    Theres no way you accidentally do this. This isn't about people not knowing about the rule, but rather about people not using their brain.
    For all I care this rule could be completetly removed, but don't try to make this a mistake of pluto staff lmao

    General Discussion

  • [Web] Plutonium Server List
    mxveundefined mxve

    Web

    (Desktop only)
    • Added sorting (click the column title to sort)
    • Added aim assist info
    • Added password protection info
    • Added current round (t6zm only)

    API

    • round
      • Current round (non-t6zm is always 0)
    • password
      • Now supports all games, the plutonium api only correctly sets it for iw5
    • aimassist
      • '-1' if unknown (currently always -1 for iw5 t4)
      • '0' if disabled
      • '1' if enabled
    General Discussion

  • Banned on BO2
    mxveundefined mxve

    You didn't get banned for that, just stop lying lmao

    General Discussion

  • How to play better??
    mxveundefined mxve

    mouse and keyboard

    General Discussion

  • [Web] Plutonium Server List
    mxveundefined mxve

    IHateBlackOps4

    IHateBlackOps4 said in [Web] Plutonium Server List:

    I have some suggestions.

    • H1 support when?

    Currently not planned

    • Any way you can have it select certain games to show up? e.g. show only IW5 and T5 servers and/or don't show Pluto Zombies servers?

    You can make it show only a single game by using the links above the table:
    https://i.mxve.de/v/qqrctshw.mp4
    Filtering for multiple games isn't really something I want to do, because I feel like it would make things too cluttered or harder to use.

    General Discussion

  • Retrieve Chat Messages from Players with GSC
    mxveundefined mxve
    init() {
        level thread chatListener();
    }
    
    chatListener() {
        while (true) {
            level waittill("say", message, player);
            println(player.name + " said: " + message);
        }
    }
    

    alt text

    MW3 Modding Support & Discussion
  • 1
  • 2
  • 3
  • 4
  • 1 / 4
  • Login

  • Don't have an account? Register

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