This commit is contained in:
lx
2026-07-06 14:01:11 -04:00
commit c4f97d729d
16468 changed files with 935321 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
class Config:
BaseURL = "https://www.vortexi.cc"
AuthorizationToken = "AfterTheFate"
CommPort = 3000
RCCServicePath = "./RCCService/RCCService.exe"
RCCService2018Path = "./RCCService2018/RCCService.exe"
RCCService2020Path = "./RCCService2020/RCCService.exe"
Client2014Path = "./Player2014/SyntaxPlayerBeta.exe"
RCCService2021Path = "./RCCService2021/RCCService.exe"
RCCStartingPort = 53640
RCCEndingPort = 53900
RCCStartingComPort = 64989
RCCEndingComPort = 65200
ThumbnailWorkerCount = 2
PortOffset = 400 # Offset for ports so it will be ActualPort + PortOffset = Gameserver Running Port