- Added preview image for discord etc
- Direct image link is pluto.mxve.de/server/<ip>/<port>/png

mxve
Posts
-
[Web] Plutonium Server List
-
banned without any reasons bruhYou 100% loaded external software without switching to lan mode.
https://plutonium.pw/docs/anticheat/#plutonium-cheat-policy -
[Linux/Windows] Server updaterv0.2.0
9 Feb, 2022
- Disable colors instead of crashing on error while enabling on windows
- Print count of processed files after updating
- Added -c, --check flag
- Compares local version to remote
- Exit code 0 for up to date
- Exit code 1 for outdated
- Compares local version to remote
- Added --no-color flag
- Disables colors
- Minor code cleanup
v0.2.1
1 Mar, 2022
- strip quotes from directory path
v0.3.0
13 Mar, 2022
- Save info.json from cdn to cdn_info.json
- Replaces version.txt used previously
- Added backups (Closes #1)
- Before updating a backup will be created
- This does not include custom files, only files specified in cdn_info.json are respected
- Theres a limit of 3 backups, lowest version number will be deleted first
--backup
- Create/update backup of currently installed version
--backup-list
- List available backups
--backup-restore <backup>
- Restore backup (doesn't delete files that aren't specified in cdn_info.json of the backup)
--no-backup
- Don't create backup
- Use this on every run if want to opt out of backups
- Before updating a backup will be created
v0.3.1
13 Mar, 2022
- added windows file details
- added windows icon
-
I'd like to delete my account.Edit profile -> delete account
-
Missing Files even though downloaded through linkErrors 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 -
Missing Files even though downloaded through linkpost a screenshot of the error
-
HELP CANT START GAME -
MW3 infinityscriptRAVEN 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 infinityscriptYou can use GSC for scripting on Plutonium.
-
Suggestionafaik this is supposed to happen at some point, but theres no eta or anything like that, so I'd recommend to not wait for it atm.
-
MW3 Client closes when trying to connect to specific serversDelete the mods folder in %localappdata%\Plutonium\storage\iw5
-
[LAUNCHER] V2 Tentha's Custom Launcher Pack@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 toset plutopath=%localappdata%\Plutonium\ %plutopath%bin\plutonium-updater.exe -l -d %plutopath% start "" "%plutopath%bin\plutonium-launcher-win32.exe"
-
[LAUNCHER] V2 Tentha's Custom Launcher PackYou 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.
-
"The code execution cannot proceed because D3DCOMPILER_43.dll was not found"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 -
bo2 could not load assethttps://plutonium.pw/docs/install/#installing-the-base-game-bo2
Follow this guide for downloading the game, cracked versions are not supported. -
i cant run wawErrors 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 -
Is it possible to extract BO2 Titles on plutonium -
plutonium launcher errorErrors 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 -
i can't play zombiepost a screenshot of the error
-
Trying to spawn more than one model.You are running a loop inside the function you called, so the thread is probably blocked.
Something like this could work, but idk enough about gsc to be sure.
level thread makejumppad((490.875, -2121, 134.676), (50, 0, 430)); level thread makejumppad((-2957.64, 995.975, 994.125), (50, 0, 430));
Best case would probably be that you move your loop to another function and start a thread for the loop function from makejumppad.