Navigation

    Plutonium
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Donate
    1. Home
    2. mxve

    mxve (@mxve)

    81
    Reputation
    138
    Posts
    172
    Profile views
    14
    Followers
    4
    Following
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Information about mxve

    VIP
    Joined
    Last Online

    Best posts made by mxve

    • [Web] Plutonium Server List

      alt text
      alt text

      ->> Server list <<-


      Features

      • Server list (WOW!)
        • Filter by game
        • Basic search
          • Select a game filter before searching to only search servers on that game
        • Outdated servers are marked as such with yellow text color
      • Server page
        • connect ip:port string with click to copy
        • Player list
        • Embeddable server banner
      • API
      • Open Source
      posted in General Discussion
    • [Linux/Windows] Server updater

      alt text
      alt text

      GitHub

      Plutonium Updater CLI

      Stop uploading, start downloading

      (So catchy!)

      Features

      • Multi-platform
      • Version checking
      • File hash checking
      • Automatic version backups/restoring
        • last 3 versions
        • Doesn't include custom content (scripts, usermaps..)

      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.exe -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
      • --no-color
        • Disable colors
      • --no-backup
        • Don't create backup
      • --backup
        • Create/update backup of current version
      • --backup-list
        • List available backups
      • --backup-restore <backup>
        • Restore backed up version

      Exit codes

      • 0 success
      • 101 error (rust panic)
        (Just fail on everything that differs from 0 if you are scripting it)
      posted in Plutonium Launcher Support
    • [RELEASE] mxve's 4k loadscreens

      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
      posted in MW3 Modding Releases & Resources
    • Option to play t5 zombies alpha is gone

      alt text

      posted in General Discussion
    • [Web] Plutonium Server List

      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

      posted in General Discussion
    • My Stats got reset....

      alt text

      posted in BO2 Client Support
    • plutonium launcher error

      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

      posted in Plutonium Launcher Support
    • T7.
      • 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.

      posted in General Discussion
    • [LAUNCHER] V2 Tentha's Custom Launcher Pack

      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.

      posted in BO2 Modding Releases & Resources
    • Disable Custom Script into my server

      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

      posted in BO2 Server Hosting Support

    Latest posts made by mxve

    • [RELEASE] mxve's 4k loadscreens

      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
      posted in MW3 Modding Releases & Resources
    • A few DLL files not found after keep my files factory reset

      https://github.com/ChxseH/Redist-Installer/releases/download/latest/Redist-Installer.bat
      run this, don't download dll files

      posted in Plutonium Launcher Support
    • This is getting ridiculous

      Its ridiculous how entitled you are

      posted in BO1 Client Support
    • Is it possible to release cod 4?

      https://cod4x.ovh/

      posted in General Discussion
    • unfair

      @Resxt said in unfair:

      If most servers have it off that's probably because it's a PC game and you need a "cheat" to compete, in their mind.

      The fun part is -
      theres barely any servers that don't have aim-assist enabled.

      So either aim-assist is disabled client side, if thats even possible, or @ThodorasGr is expecting way stronger aim-assist than what would be fair.

      posted in BO2 Client Support
    • Keep getting this error

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

      posted in BO1 Client Support
    • My friend keeps getting "Wrong DLL present" error

      @Ramyidk windows 7 is not supported, as well as downloads other than steam and the torrent that can be found in the install guide.

      posted in BO2 Client Support
    • when i jont to some servers the game freezes... BUG PROBLEM

      Make sure to let the server list load completely before joining a server

      posted in BO2 Client Support
    • ADS sensitivity faster than Hip-Fire Sensitivity

      https://plutonium.pw/docs/qol-changes/

      posted in MW3 Client Support
    • XIMPUT1_3.dll and D3DCOMPILER_43.dll error

      https://git.io/redists run this or manually install directx

      posted in BO2 Client Support