fixes (changelog in readme)

This commit is contained in:
Andrew Marchukov 2022-02-20 23:10:18 +03:00
parent 7a7d8f022f
commit 3b6dc5d974
2 changed files with 4 additions and 5 deletions

View file

@ -23,4 +23,4 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-s
WORKDIR /home/steam/steamcmd WORKDIR /home/steam/steamcmd
USER steam USER steam
ENTRYPOINT /home/steam/steamcmd/steamcmd.sh +force_install_dir /home/steam/steamcmd/sandstorm/ +login anonymous +app_update 581330 +quit && \ ENTRYPOINT /home/steam/steamcmd/steamcmd.sh +force_install_dir /home/steam/steamcmd/sandstorm/ +login anonymous +app_update 581330 +quit && \
/home/steam/steamcmd/sandstorm/Insurgency/Binaries/Linux/InsurgencyServer-Linux-Shipping -hostname="$HOSTNAME" -Port=$PORT -QueryPort=$QUERYPORT ${LAUNCH_SERVER_ENV} /home/steam/steamcmd/sandstorm/Insurgency/Binaries/Linux/InsurgencyServer-Linux-Shipping ${LAUNCH_SERVER_ENV} -hostname="$HOSTNAME" -Port=$PORT -QueryPort=$QUERYPORT

View file

@ -13,11 +13,12 @@
<summary>Changelog</summary> <summary>Changelog</summary>
``` ```
Feb 17, 2022 Feb, 2022
some fixes in modmap.env some fixes in modmap.env
mod.io token moved from Engine.ini to GameUserSettings.ini (because NWI) mod.io token moved from Engine.ini to GameUserSettings.ini (because NWI)
fixed steam warning in dockerfile "Please use force_install_dir before logon!" fixed steam warning in dockerfile "Please use force_install_dir before logon!"
changed readme changed readme
changed ENTRYPOINT now you can use LAUNCH_SERVER_ENV to set map
``` ```
</details> </details>
@ -66,9 +67,7 @@ services:
- /home/user/coop-modmap/config/txt:/home/steam/steamcmd/sandstorm/Insurgency/Config/Server:ro - /home/user/coop-modmap/config/txt:/home/steam/steamcmd/sandstorm/Insurgency/Config/Server:ro
- /home/user/coop-modmap/Mods:/home/steam/steamcmd/sandstorm/Insurgency/Mods:rw - /home/user/coop-modmap/Mods:/home/steam/steamcmd/sandstorm/Insurgency/Mods:rw
ports: ports:
- "${PORT}:${PORT}/tcp"
- "${PORT}:${PORT}/udp" - "${PORT}:${PORT}/udp"
- "${QUERYPORT}:${QUERYPORT}/tcp"
- "${QUERYPORT}:${QUERYPORT}/udp" - "${QUERYPORT}:${QUERYPORT}/udp"
``` ```
### .env example ### .env example
@ -77,7 +76,7 @@ services:
HOSTNAME=[ISMC] MOD MAPS ONLY @120hz HOSTNAME=[ISMC] MOD MAPS ONLY @120hz
PORT=12345 PORT=12345
QUERYPORT=54321 QUERYPORT=54321
LAUNCH_SERVER_ENV=-MapCycle=MapCycle -Mods -ModList=Mods.txt -mutators="ISMCarmory_legacy,ImprovedAI,NoRestrictedArea,ScaleBotAmount,AdvancedSupplyPoints,WelcomeMessage,JoinLeaveMessage,FpLegs,JumpShoot" -GameStatsToken=my_token -GameStats -GSLTToken=my_token -ModDownloadTravelTo=TORO?Scenario=Scenario_TORO_Checkpoint_Security LAUNCH_SERVER_ENV=LAUNCH_SERVER_ENV=Ministry?Scenario=Scenario_Ministry_Checkpoint_Security?Game=CheckpointHardcore?password=MyPa$$word?MaxPlayers=10 -MapCycle=MapCycle -Mods -ModList=Mods.txt -mutators="ISMCarmory_legacy,ImprovedAI,NoRestrictedArea,ScaleBotAmount,AdvancedSupplyPoints,WelcomeMessage,JoinLeaveMessage,FpLegs,JumpShoot" -GameStatsToken=my_token -GameStats -GSLTToken=my_token -ModDownloadTravelTo=TORO?Scenario=Scenario_TORO_Checkpoint_Security
``` ```
## Server auto update ## Server auto update