Project Zomboid: add settings (#487)

This commit is contained in:
Greelan 2023-10-22 10:55:37 +11:00 committed by GitHub
parent a84ed9dbf1
commit 26e0ee4123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 845 additions and 97 deletions

View File

@ -30,7 +30,7 @@ App.CommandLineArgs={{$PlatformArgs}} -port {{$ApplicationPort1}} -udpport {{$Ap
App.UseLinuxIOREDIR=False
App.AppSettings={}
App.EnvironmentVariables={"PATH":"./jre64/bin:%PATH%","LD_LIBRARY_PATH":"./linux64:./natives:./:./jre64/lib/amd64:%LD_LIBRARY_PATH%","LD_PRELOAD":"./jre64/lib/libjsig.so","PZ_CLASSPATH":"java/*;java/","SteamAppId":"108600"}
App.CommandLineParameterFormat=-{0} {1}
App.CommandLineParameterFormat=-{0} "{1}"
App.CommandLineParameterDelimiter=
App.ExitMethod=String
App.ExitTimeout=30

File diff suppressed because it is too large Load Diff