Archived
Included Config Files; Updated Fika and SPT Install
This commit is contained in:
@@ -12,7 +12,7 @@ class SPTGame(BasicGame, mobase.IPluginFileMapper):
|
||||
Version = "1.1.2"
|
||||
GameName = "SPT"
|
||||
GameShortName = "spt"
|
||||
GameBinary = "SPT.Launcher.exe"
|
||||
GameBinary = "SPT/SPT.Launcher.exe"
|
||||
GameDataPath = "%GAME_PATH%"
|
||||
GameSaveExtension = "json"
|
||||
GameSavesDirectory = "%GAME_PATH%/user/profiles"
|
||||
@@ -53,8 +53,8 @@ class SPTGame(BasicGame, mobase.IPluginFileMapper):
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
set "launcher_path=SPT.Launcher.exe"
|
||||
set "server_path=SPT.Server.exe"
|
||||
set "launcher_path=SPT/SPT.Launcher.exe"
|
||||
set "server_path=SPT/SPT.Server.exe"
|
||||
|
||||
REM Launch the server.exe
|
||||
start "" "%server_path%"
|
||||
|
||||
Reference in New Issue
Block a user