Two different server types on the same VPS.
-
I am creating both an S&D server and a trickshotting server on the same VPS but I am having trouble separating the GSC files for each server since the place to put them is %localappdata% in the Plutonium folder. Is there another place I can put the GSC files to keep the servers running at the same time without script overlap?
-
The easiest solution is to have two separate Plutonium folder, one for each server
By default it's in%localappdata%\Plutonium
but by pasting this in a notepad and saving it as a .bat file you can create a folder called Plutonium2. Of course change your server bat and cfg accordingly where it's needed.@echo off set installDir=%localappdata%\Plutonium2 plutonium.exe -install-dir "%installDir%" -update-only