Update engine version to playtest-20200418.
This commit is contained in:
parent
c33b1959de
commit
17f455565a
@ -7,14 +7,13 @@ set ListenPort=1234
|
|||||||
set AdvertiseOnline=True
|
set AdvertiseOnline=True
|
||||||
set Password=""
|
set Password=""
|
||||||
|
|
||||||
set GeoIPDatabase=""
|
|
||||||
|
|
||||||
set RequireAuthentication=False
|
set RequireAuthentication=False
|
||||||
set ProfileIDBlacklist=""
|
set ProfileIDBlacklist=""
|
||||||
set ProfileIDWhitelist=""
|
set ProfileIDWhitelist=""
|
||||||
|
|
||||||
set EnableSingleplayer=False
|
set EnableSingleplayer=False
|
||||||
set EnableSyncReports=False
|
set EnableSyncReports=False
|
||||||
|
set EnableGeoIP=True
|
||||||
set ShareAnonymizedIPs=True
|
set ShareAnonymizedIPs=True
|
||||||
|
|
||||||
@echo off
|
@echo off
|
||||||
@ -34,7 +33,7 @@ if not exist %ENGINE_DIRECTORY%\OpenRA.Game.exe goto noengine
|
|||||||
cd %ENGINE_DIRECTORY%
|
cd %ENGINE_DIRECTORY%
|
||||||
|
|
||||||
:loop
|
:loop
|
||||||
OpenRA.Server.exe Game.Mod=%MOD_ID% Server.Name=%Name% Server.ListenPort=%ListenPort% Server.AdvertiseOnline=%AdvertiseOnline% Server.EnableSingleplayer=%EnableSingleplayer% Server.Password=%Password% Server.GeoIPDatabase=%GeoIPDatabase% Server.RequireAuthentication=%RequireAuthentication% Server.ProfileIDBlacklist=%ProfileIDBlacklist% Server.ProfileIDWhitelist=%ProfileIDWhitelist% Server.EnableSyncReports=%EnableSyncReports% Server.ShareAnonymizedIPs=%ShareAnonymizedIPs% Engine.SupportDir=%SupportDir%
|
OpenRA.Server.exe Game.Mod=%MOD_ID% Server.Name=%Name% Server.ListenPort=%ListenPort% Server.AdvertiseOnline=%AdvertiseOnline% Server.EnableSingleplayer=%EnableSingleplayer% Server.Password=%Password% Server.RequireAuthentication=%RequireAuthentication% Server.ProfileIDBlacklist=%ProfileIDBlacklist% Server.ProfileIDWhitelist=%ProfileIDWhitelist% Server.EnableSyncReports=%EnableSyncReports% Server.EnableGeoIP=%EnableGeoIP% Server.ShareAnonymizedIPs=%ShareAnonymizedIPs% Engine.SupportDir=%SupportDir%
|
||||||
goto loop
|
goto loop
|
||||||
|
|
||||||
:noengine
|
:noengine
|
||||||
|
|||||||
@ -40,14 +40,13 @@ LISTEN_PORT="${ListenPort:-"1234"}"
|
|||||||
ADVERTISE_ONLINE="${AdvertiseOnline:-"True"}"
|
ADVERTISE_ONLINE="${AdvertiseOnline:-"True"}"
|
||||||
PASSWORD="${Password:-""}"
|
PASSWORD="${Password:-""}"
|
||||||
|
|
||||||
GEOIP_DATABASE_PATH="${GeoIPDatabase:-""}"
|
|
||||||
|
|
||||||
REQUIRE_AUTHENTICATION="${RequireAuthentication:-"False"}"
|
REQUIRE_AUTHENTICATION="${RequireAuthentication:-"False"}"
|
||||||
PROFILE_ID_BLACKLIST="${ProfileIDBlacklist:-""}"
|
PROFILE_ID_BLACKLIST="${ProfileIDBlacklist:-""}"
|
||||||
PROFILE_ID_WHITELIST="${ProfileIDWhitelist:-""}"
|
PROFILE_ID_WHITELIST="${ProfileIDWhitelist:-""}"
|
||||||
|
|
||||||
ENABLE_SINGLE_PLAYER="${EnableSingleplayer:-"False"}"
|
ENABLE_SINGLE_PLAYER="${EnableSingleplayer:-"False"}"
|
||||||
ENABLE_SYNC_REPORTS="${EnableSyncReports:-"False"}"
|
ENABLE_SYNC_REPORTS="${EnableSyncReports:-"False"}"
|
||||||
|
ENABLE_GEOIP="${EnableGeoIP:-"True"}"
|
||||||
SHARE_ANONYMISED_IPS="${ShareAnonymizedIPs:-"True"}"
|
SHARE_ANONYMISED_IPS="${ShareAnonymizedIPs:-"True"}"
|
||||||
|
|
||||||
SUPPORT_DIR="${SupportDir:-""}"
|
SUPPORT_DIR="${SupportDir:-""}"
|
||||||
@ -66,12 +65,12 @@ while true; do
|
|||||||
Server.Name="${NAME}" Server.ListenPort="${LISTEN_PORT}" \
|
Server.Name="${NAME}" Server.ListenPort="${LISTEN_PORT}" \
|
||||||
Server.AdvertiseOnline="${ADVERTISE_ONLINE}" \
|
Server.AdvertiseOnline="${ADVERTISE_ONLINE}" \
|
||||||
Server.Password="${PASSWORD}" \
|
Server.Password="${PASSWORD}" \
|
||||||
Server.GeoIPDatabase="${GEOIP_DATABASE_PATH}" \
|
|
||||||
Server.RequireAuthentication="${REQUIRE_AUTHENTICATION}" \
|
Server.RequireAuthentication="${REQUIRE_AUTHENTICATION}" \
|
||||||
Server.ProfileIDBlacklist="${PROFILE_ID_BLACKLIST}" \
|
Server.ProfileIDBlacklist="${PROFILE_ID_BLACKLIST}" \
|
||||||
Server.ProfileIDWhitelist="${PROFILE_ID_WHITELIST}" \
|
Server.ProfileIDWhitelist="${PROFILE_ID_WHITELIST}" \
|
||||||
Server.EnableSingleplayer="${ENABLE_SINGLE_PLAYER}" \
|
Server.EnableSingleplayer="${ENABLE_SINGLE_PLAYER}" \
|
||||||
Server.EnableSyncReports="${ENABLE_SYNC_REPORTS}" \
|
Server.EnableSyncReports="${ENABLE_SYNC_REPORTS}" \
|
||||||
|
Server.EnableGeoIP="${ENABLE_GEOIP}" \
|
||||||
Server.ShareAnonymizedIPs="${SHARE_ANONYMISED_IPS}" \
|
Server.ShareAnonymizedIPs="${SHARE_ANONYMISED_IPS}" \
|
||||||
Engine.SupportDir="${SUPPORT_DIR}"
|
Engine.SupportDir="${SUPPORT_DIR}"
|
||||||
done
|
done
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
MOD_ID="example"
|
MOD_ID="example"
|
||||||
|
|
||||||
# The OpenRA engine version to use for this project.
|
# The OpenRA engine version to use for this project.
|
||||||
ENGINE_VERSION="playtest-20200329"
|
ENGINE_VERSION="playtest-20200418"
|
||||||
|
|
||||||
# .dll filenames compiled by the mod solution for use by the runtime assembly check
|
# .dll filenames compiled by the mod solution for use by the runtime assembly check
|
||||||
WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Example.dll"
|
WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Example.dll"
|
||||||
|
|||||||
@ -86,7 +86,7 @@ Section "Game" GAME
|
|||||||
File "${SRCDIR}\SDL2-CS.dll"
|
File "${SRCDIR}\SDL2-CS.dll"
|
||||||
File "${SRCDIR}\OpenAL-CS.dll"
|
File "${SRCDIR}\OpenAL-CS.dll"
|
||||||
File "${SRCDIR}\global mix database.dat"
|
File "${SRCDIR}\global mix database.dat"
|
||||||
File "${SRCDIR}\MaxMind.Db.dll"
|
File "${SRCDIR}\IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP"
|
||||||
File "${SRCDIR}\eluant.dll"
|
File "${SRCDIR}\eluant.dll"
|
||||||
File "${SRCDIR}\rix0rrr.BeaconLib.dll"
|
File "${SRCDIR}\rix0rrr.BeaconLib.dll"
|
||||||
File "${DEPSDIR}\soft_oal.dll"
|
File "${DEPSDIR}\soft_oal.dll"
|
||||||
@ -180,8 +180,7 @@ Function ${UN}Clean
|
|||||||
Delete $INSTDIR\COPYING
|
Delete $INSTDIR\COPYING
|
||||||
Delete $INSTDIR\${MOD_ID}.ico
|
Delete $INSTDIR\${MOD_ID}.ico
|
||||||
Delete "$INSTDIR\global mix database.dat"
|
Delete "$INSTDIR\global mix database.dat"
|
||||||
Delete $INSTDIR\MaxMind.Db.dll
|
Delete $INSTDIR\IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP
|
||||||
Delete $INSTDIR\KopiLua.dll
|
|
||||||
Delete $INSTDIR\soft_oal.dll
|
Delete $INSTDIR\soft_oal.dll
|
||||||
Delete $INSTDIR\SDL2.dll
|
Delete $INSTDIR\SDL2.dll
|
||||||
Delete $INSTDIR\lua51.dll
|
Delete $INSTDIR\lua51.dll
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user