Is it possible to make the launcher "portable"?
-
I have my copy of BO2 and the plutonium launcher on an external hard drive because I move to different PCs a lot. Whenever I need to update the launcher however, it always installs new copies to the folder "C:\Users\USER\AppData\Local" and I have to manually move it into my external hard drive every time. Is there any way to change the default directory of the launcher to a folder on my external drive instead of the PC's hard drive?
-
Yes, take a look at this bat file.
-
Xerxes I'm not tech savvy enough to understand this well, what should I change or do with this file? The file successfully opens the plutonium updater but I'm having trouble changing where it installs the launcher to. Thank you for the assistance
-
Change ./plutonium to the file path you'd like it to store the files.
-
nigetwey
plutonium.exe -install-dir ./plutonium
is what you want to use to change the path where the files are stored../plutonium
tells the launcher to put it into a sub-directory calledplutonium
where ever the launcher is started. So if you move the launcher into your BO2 folder and start it like that everything will be in your BO2 folder.