Change launcher data location with argument(s)
-
Hello, i try to find the launch arg of the launcher to make it "portable".
I want to start the launcher in a USB key and store all data in a folder.
Example of what i want to do:plutonium.exe -data "plutonium/data"
And now with that, we can play where we want on any computer if this can work.
Sorry for my english, im french.
-
Put this in a .bat file, saved in a folder where
plutonium.exe
is@echo off set installDir=%localappdata%\Plutonium_Resxt plutonium.exe -install-dir "%installDir%" -update-only
Replace installDir's value by the desired path
-
Thanks, it worked !
But i have a question ? Why you add the arg "-update-only" ? -
Rxmii6z this is what I use for my servers so yeah it's to only update and close I believe. You can probably remove it for a classic use