Included Config Files; Updated Fika and SPT Install

This commit is contained in:
2025-11-22 04:17:13 -05:00
parent ae900e6448
commit fdcc02d335
97 changed files with 21032 additions and 441 deletions
+3 -3
View File
@@ -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%"