Having a client separated T6 folder
-
Hi, how can I have the server T6 folder in my server's folder. Since having it in the plutonium folder things are mixed between the files on the server and the client, and if i want to have multiple servers with custom gsc's i cant.
-
Take a look at this, you obviously will have to change the server bat too and will have to update both, your client and server.
https://github.com/xerxes-at/T6ServerConfigs/blob/master/!updatePluto.bat#L1
-
Xerxes Sorry for the ignorance, but I didn't understand what I should do. I just want to have the t6 folder in the server's folder, and not in the Plutonium/storage folder.
-
Santitos The batch file he suggested would install the server files to the local folder.
::Only change this when you don't want to keep the bat files in the game folder. MOST WON'T NEED TO EDIT THIS! set gamepath=%cd%
and
cd /D %LOCALAPPDATA%\Plutonium
In the server start batch file you need to change that directory to the one where you want the server to load the files from.
-
JezuzLizard said in Having a client separated T6 folder:
::Only change this when you don't want to keep the bat files in the game folder. MOST WON'T NEED TO EDIT THIS!
set gamepath=%cd%Don't touch that -.-
-
JezuzLizard Xerxes Thanks, I was able to make it work. But another question. The new plutonium files that I downloaded in my server folder, do they update themselves when I open the server?
-
No they won't.