Existing Server Files and Steamcmd folder - Robomikel/Steam-Server-Manager GitHub Wiki
Existing Server Folder and/or Steamcmd folder.
-
IF you have an existing Server folder. Put the Server Folder (Only Server files) in the Steam-Server-Manager Folder or use Wiki to point to directory. Run Install command with your serverFolder name and provide app id. If its a supported Server it will create a variables.ps1 and support commands.
-
IF you have an existing steamcmd Folder. Remove the ServerFiles from SteamCMD and put SteamCMD folder in root of Steam-Server-Manager. Folder Named "SteamCMD"
-
if you already installed a server with the default directories and want to test something. I haven't tested it, but I am thinking if you change
$steamdirectory = "$currentdir\SteamCMD"inssm.ps1to$steamdirectory = "your\current\path\SteamCMD"(The folder containing steamcmd.exe needs to be named SteamCMD) and$global:sfwd = "C:\Path\To\servers"to$global:sfwd = "C:\Path\To\SteamLibrary\steamapps\common"Wiki for custom server dir it might work. If anyone is successful let me know