SPT Rebrand with 3.9.0
This commit is contained in:
parent
3f58888419
commit
1eb062ae6c
@ -7,12 +7,12 @@ from ..basic_features import BasicModDataChecker, GlobPatterns
|
|||||||
|
|
||||||
class SPTAKIGame(BasicGame, mobase.IPluginFileMapper):
|
class SPTAKIGame(BasicGame, mobase.IPluginFileMapper):
|
||||||
|
|
||||||
Name = "SPT AKI Plugin"
|
Name = "SPT Plugin"
|
||||||
Author = "Archon"
|
Author = "Archon"
|
||||||
Version = "1.1.1"
|
Version = "1.1.2"
|
||||||
GameName = "SPT AKI"
|
GameName = "SPT"
|
||||||
GameShortName = "sptaki"
|
GameShortName = "spt"
|
||||||
GameBinary = "Aki.Launcher.exe"
|
GameBinary = "SPT.Launcher.exe"
|
||||||
GameDataPath = "%GAME_PATH%"
|
GameDataPath = "%GAME_PATH%"
|
||||||
GameSaveExtension = "json"
|
GameSaveExtension = "json"
|
||||||
GameSavesDirectory = "%GAME_PATH%/user/profiles"
|
GameSavesDirectory = "%GAME_PATH%/user/profiles"
|
||||||
@ -43,8 +43,8 @@ class SPTAKIGame(BasicGame, mobase.IPluginFileMapper):
|
|||||||
@echo off
|
@echo off
|
||||||
setlocal
|
setlocal
|
||||||
|
|
||||||
set "launcher_path=Aki.Launcher.exe"
|
set "launcher_path=SPT.Launcher.exe"
|
||||||
set "server_path=Aki.Server.exe"
|
set "server_path=SPT.Server.exe"
|
||||||
|
|
||||||
REM Launch the server.exe
|
REM Launch the server.exe
|
||||||
start "" "%server_path%"
|
start "" "%server_path%"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user