Compare commits
50 Commits
garrysmod
...
stationeer
Author | SHA1 | Date | |
---|---|---|---|
8001d4983b | |||
d79194eaeb | |||
f36906ea2a | |||
2cc611cbc3 | |||
58e6b96b48 | |||
17f3c42eff | |||
e75dce5905 | |||
7bd9f725d6 | |||
6144991342 | |||
fc30ba0e5c | |||
244cca033b | |||
c019cd356e | |||
f46bc69a7e | |||
21cd5752bd | |||
8988c4c91e | |||
4957a42a13 | |||
e806676dd0
|
|||
247c2cdabc
|
|||
5494f0a27f
|
|||
9c8d8acff3
|
|||
c4efccf1f5
|
|||
549b5dccda
|
|||
654b662ecf
|
|||
1deab2c601
|
|||
363e7d3023
|
|||
c125c65770
|
|||
662e129e04
|
|||
540bcb9088
|
|||
d738eabeef
|
|||
d9e40876cb
|
|||
c5ad79c18b
|
|||
1c84355305 | |||
f365810f12 | |||
28394c43d0 | |||
7297c7d9ef | |||
f48368b220 | |||
34201c67df | |||
facdfe8886 | |||
70597f761c | |||
d50f10f958 | |||
3182749046 | |||
3662b6e6d1 | |||
0bf9735430 | |||
928bcd589c | |||
d454585586 | |||
d6c7b68b01 | |||
cc9fef8c94 | |||
5ac311ace7 | |||
6a92b07c61 | |||
7d0b2023cc |
@@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors="admin@minenet.at"
|
||||
LABEL org.opencontainers.image.source="https://github.com/ich777/docker-steamcmd-server"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y install --no-install-recommends lib32gcc-s1 lib32stdc++6 && \
|
||||
apt-get -y install --no-install-recommends lib32gcc-s1 screen && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV DATA_DIR="/serverdata"
|
||||
@@ -12,7 +12,7 @@ ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"
|
||||
ENV SERVER_DIR="${DATA_DIR}/serverfiles"
|
||||
ENV GAME_ID="template"
|
||||
ENV GAME_NAME="template"
|
||||
ENV GAME_PARAMS="template"
|
||||
ENV GAME_PARAMS="-difficulty easy -loadlatest Mars Mars"
|
||||
ENV GAME_PORT=27015
|
||||
ENV VALIDATE=""
|
||||
ENV UMASK=000
|
||||
|
26
README.md
26
README.md
@@ -1,5 +1,7 @@
|
||||
# SteamCMD in Docker optimized for Unraid
|
||||
This Docker will download and install SteamCMD. It will also install Garry's Mod and run it.
|
||||
This Docker will download and install SteamCMD. It will also install Stationeers and run it.
|
||||
|
||||
**Configuration:** To configure your server edit the file 'settings.xml' which lives in the main directory from the container (please don't forget to stop the container before editing the file).
|
||||
|
||||
**Update Notice:** Simply restart the container if a newer version of the game is available.
|
||||
|
||||
@@ -8,29 +10,25 @@ This Docker will download and install SteamCMD. It will also install Garry's Mod
|
||||
| --- | --- | --- |
|
||||
| STEAMCMD_DIR | Folder for SteamCMD | /serverdata/steamcmd |
|
||||
| SERVER_DIR | Folder for gamefile | /serverdata/serverfiles |
|
||||
| GAME_ID | The GAME_ID that the container downloads at startup. If you want to install a static or beta version of the game change the value to: '4020 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install). | 4020 |
|
||||
| GAME_NAME | SRCDS gamename | garrysmod |
|
||||
| GAME_PARAMS | Values to start the server | -secure +maxplayers 12 +map gm_flatgrass |
|
||||
| GAME_ID | The GAME_ID that the container downloads at startup. If you want to install a static or beta version of the game change the value to: '600760 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install). | 600760 |
|
||||
| GAME_PARAMS | Values to start the server | -difficulty easy -loadlatest Mars Mars |
|
||||
| UID | User Identifier | 99 |
|
||||
| GID | Group Identifier | 100 |
|
||||
| GAME_PORT | Port the server will be running on | 27015 |
|
||||
| VALIDATE | Validates the game data | true |
|
||||
| VALIDATE | Validates the game data | blank |
|
||||
| USERNAME | Leave blank for anonymous login | blank |
|
||||
| PASSWRD | Leave blank for anonymous login | blank |
|
||||
|
||||
## Run example
|
||||
```
|
||||
docker run --name GarrysMod -d \
|
||||
-p 27015:27015 -p 27015:27015/udp \
|
||||
--env 'GAME_ID=4020' \
|
||||
--env 'GAME_NAME=garrysmod' \
|
||||
--env 'GAME_PORT=27015' \
|
||||
--env 'GAME_PARAMS=-secure +maxplayers 12 +map gm_flatgrass' \
|
||||
docker run --name Stationeers -d \
|
||||
-p 27015:27015/udp -p 27500:27500/udp \
|
||||
--env 'GAME_ID=600760' \
|
||||
--env 'GAME_PARAMS=-difficulty easy -loadlatest Mars Mars' \
|
||||
--env 'UID=99' \
|
||||
--env 'GID=100' \
|
||||
--volume /path/to/steamcmd:/serverdata/steamcmd \
|
||||
--volume /path/to/garrysmod:/serverdata/serverfiles \
|
||||
ich777/steamcmd:garrysmod
|
||||
--volume /path/to/stationeers:/serverdata/serverfiles \
|
||||
ich777/steamcmd:stationeers
|
||||
```
|
||||
|
||||
This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!
|
||||
|
11
config/default.ini
Normal file
11
config/default.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[SERVER]
|
||||
SERVERNAME=Docker Stationeers
|
||||
GAMEPORT=27500
|
||||
UPDATERPORT=27015
|
||||
PASSWORD=Docker
|
||||
MAPNAME=Moon
|
||||
DESCRIPTION=Stationeers Docker for Unraid
|
||||
MAXPLAYER=20
|
||||
|
||||
[RCON]
|
||||
RCONPASSWORD=DockerAdmin
|
128
config/settings.xml
Normal file
128
config/settings.xml
Normal file
@@ -0,0 +1,128 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<SettingData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<SettingsVersion>0.2.4677.21598</SettingsVersion>
|
||||
<ShowFps>false</ShowFps>
|
||||
<ShowLatency>false</ShowLatency>
|
||||
<AutoSave>true</AutoSave>
|
||||
<SaveInterval>300</SaveInterval>
|
||||
<SavePath>/serverdata/serverfiles/saves</SavePath>
|
||||
<HUDScale>50</HUDScale>
|
||||
<TooltipOpacity>0.95</TooltipOpacity>
|
||||
<IngamePortrait>true</IngamePortrait>
|
||||
<ExtendedTooltips>true</ExtendedTooltips>
|
||||
<ChatFadeTimer>10</ChatFadeTimer>
|
||||
<DayLength>20</DayLength>
|
||||
<LegacyInventory>false</LegacyInventory>
|
||||
<ShowSlotToolTips>true</ShowSlotToolTips>
|
||||
<ResearchPoolKey>ResearchOff</ResearchPoolKey>
|
||||
<DeleteSkeletonOnDecay>false</DeleteSkeletonOnDecay>
|
||||
<Monitor>1</Monitor>
|
||||
<ScreenWidth>1920</ScreenWidth>
|
||||
<ScreenHeight>1080</ScreenHeight>
|
||||
<RefreshRate>60</RefreshRate>
|
||||
<GraphicQuality>Fantastic</GraphicQuality>
|
||||
<TextureQuality>Very High</TextureQuality>
|
||||
<FullScreen>true</FullScreen>
|
||||
<Vsync>false</Vsync>
|
||||
<Shadows>High</Shadows>
|
||||
<ShadowResolution>Very High</ShadowResolution>
|
||||
<ShadowDistance>100</ShadowDistance>
|
||||
<LightShadowDistance>50</LightShadowDistance>
|
||||
<RoomControlTickSpeed>1</RoomControlTickSpeed>
|
||||
<ShadowNearPlaneOffset>0.2</ShadowNearPlaneOffset>
|
||||
<ShadowCascades>4</ShadowCascades>
|
||||
<ThingShadowMode>High</ThingShadowMode>
|
||||
<WorldOrigin>false</WorldOrigin>
|
||||
<Brightness>100</Brightness>
|
||||
<FieldOfView>70</FieldOfView>
|
||||
<ColorBlind>None</ColorBlind>
|
||||
<ParticleQuality>High</ParticleQuality>
|
||||
<SoftParticles>true</SoftParticles>
|
||||
<EnvironmentElements>true</EnvironmentElements>
|
||||
<ExtendedTerrain>true</ExtendedTerrain>
|
||||
<VolumeLight>Full</VolumeLight>
|
||||
<PixelLightCount>8</PixelLightCount>
|
||||
<MaxThingLights>256</MaxThingLights>
|
||||
<Antialiasing>SSAA</Antialiasing>
|
||||
<FrameLock>Off</FrameLock>
|
||||
<AtmosphericScattering>true</AtmosphericScattering>
|
||||
<AmbientOcclusion>Ultra</AmbientOcclusion>
|
||||
<LensFlares>true</LensFlares>
|
||||
<ChunkRenderDistance>150</ChunkRenderDistance>
|
||||
<MineableRenderDistance>45</MineableRenderDistance>
|
||||
<ThingRenderDistance>12</ThingRenderDistance>
|
||||
<DisableWaterVisualizer>true</DisableWaterVisualizer>
|
||||
<Clouds>false</Clouds>
|
||||
<TerrainClutter>false</TerrainClutter>
|
||||
<TerrainClutterMultiplier>1</TerrainClutterMultiplier>
|
||||
<DoubleClickDelay>0.18</DoubleClickDelay>
|
||||
<HelmetOverlay>true</HelmetOverlay>
|
||||
<WeatherEventQuality>High</WeatherEventQuality>
|
||||
<MasterVolume>100</MasterVolume>
|
||||
<SoundVolume>100</SoundVolume>
|
||||
<VoiceNotificationVolume>90</VoiceNotificationVolume>
|
||||
<MusicVolume>100</MusicVolume>
|
||||
<InterfaceVolume>100</InterfaceVolume>
|
||||
<VirtualVoices>1024</VirtualVoices>
|
||||
<RealVoices>64</RealVoices>
|
||||
<UserSpeakerMode>Stereo</UserSpeakerMode>
|
||||
<ServerName>Stationeers Docker</ServerName>
|
||||
<StartLocalHost>true</StartLocalHost>
|
||||
<ServerVisible>true</ServerVisible>
|
||||
<ServerPassword>Docker</ServerPassword>
|
||||
<AdminPassword />
|
||||
<ServerAuthSecret>adminDocker</ServerAuthSecret>
|
||||
<ServerMaxPlayers>15</ServerMaxPlayers>
|
||||
<UpdatePort>27015</UpdatePort>
|
||||
<GamePort>27500</GamePort>
|
||||
<UPNPEnabled>true</UPNPEnabled>
|
||||
<UseSteamP2P>true</UseSteamP2P>
|
||||
<DisconnectTimeout>10000</DisconnectTimeout>
|
||||
<NetworkDebugFrequency>500</NetworkDebugFrequency>
|
||||
<LocalIpAddress>0.0.0.0</LocalIpAddress>
|
||||
<AutoPauseServer>true</AutoPauseServer>
|
||||
<LanguageCode>EN</LanguageCode>
|
||||
<VoiceLanguageCode>EN</VoiceLanguageCode>
|
||||
<Voice>false</Voice>
|
||||
<PopupChat>true</PopupChat>
|
||||
<CameraSensitivity>50</CameraSensitivity>
|
||||
<Keyboard />
|
||||
<InvertMouse>false</InvertMouse>
|
||||
<InvertMouseWheelInventory>false</InvertMouseWheelInventory>
|
||||
<MenuLite>false</MenuLite>
|
||||
<MouseWheelZoom>true</MouseWheelZoom>
|
||||
<FirstRun>true</FirstRun>
|
||||
<VoiceNotifications />
|
||||
<CompletedTutorials />
|
||||
<CompletedScenarios />
|
||||
<VerticalMovementAxis>
|
||||
<Controller>None</Controller>
|
||||
<Axis>None</Axis>
|
||||
</VerticalMovementAxis>
|
||||
<HorizontalMovementAxis>
|
||||
<Controller>None</Controller>
|
||||
<Axis>None</Axis>
|
||||
</HorizontalMovementAxis>
|
||||
<ForwardMovementAxis>
|
||||
<Controller>None</Controller>
|
||||
<Axis>None</Axis>
|
||||
</ForwardMovementAxis>
|
||||
<VerticalLookAxis>
|
||||
<Controller>None</Controller>
|
||||
<Axis>None</Axis>
|
||||
</VerticalLookAxis>
|
||||
<HorizontalLookAxis>
|
||||
<Controller>None</Controller>
|
||||
<Axis>None</Axis>
|
||||
</HorizontalLookAxis>
|
||||
<UseCustomWorkThreadsCount>false</UseCustomWorkThreadsCount>
|
||||
<MinWorkerThreads>12</MinWorkerThreads>
|
||||
<MinCompletionPortThreads>12</MinCompletionPortThreads>
|
||||
<MaxWorkerThreads>140</MaxWorkerThreads>
|
||||
<MaxCompletionPortThreads>70</MaxCompletionPortThreads>
|
||||
<CoroutineTimeBudget>1</CoroutineTimeBudget>
|
||||
<SmoothTerrain>false</SmoothTerrain>
|
||||
<SmoothTerrainAngle>60</SmoothTerrainAngle>
|
||||
<ConsoleBufferSize>1024</ConsoleBufferSize>
|
||||
<LegacyCpu>false</LegacyCpu>
|
||||
</SettingData>
|
@@ -51,8 +51,27 @@ else
|
||||
fi
|
||||
|
||||
echo "---Prepare Server---"
|
||||
echo "---Checking if 'settings.xml' is present---"
|
||||
if [ ! -f ${SERVER_DIR}/settings.xml ]; then
|
||||
cd ${SERVER_DIR}
|
||||
if wget -q -O ${SERVER_DIR}/settings.xml --show-progress --progress=bar:force:noscroll https://raw.githubusercontent.com/ich777/docker-steamcmd-server/stationeers/config/settings.xml ; then
|
||||
echo "---Sucessfully downloaded configuration file 'settings.xml'---"
|
||||
else
|
||||
echo "---Something went wrong, can't download 'settings.xml', putting server in sleep mode---"
|
||||
sleep infinity
|
||||
fi
|
||||
else
|
||||
echo "---Configuration file 'settings.xml' found---"
|
||||
fi
|
||||
chmod -R ${DATA_PERM} ${DATA_DIR}
|
||||
find $SERVER_DIR -name "masterLog.*" -exec rm -f {} \;
|
||||
echo "---Server ready---"
|
||||
|
||||
echo "---Start Server---"
|
||||
${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port ${GAME_PORT}
|
||||
cd ${SERVER_DIR}
|
||||
if [ ! -f ${SERVER_DIR}/rocketstation_DedicatedServer.x86_64 ]; then
|
||||
echo "---Something went wrong, can't find the executable, putting container into sleep mode!---"
|
||||
sleep infinity
|
||||
else
|
||||
${SERVER_DIR}/rocketstation_DedicatedServer.x86_64 ${GAME_PARAMS} -settingspath ${SERVER_DIR}/settings.xml
|
||||
fi
|
@@ -26,8 +26,8 @@ chown -R ${UID}:${GID} ${DATA_DIR}
|
||||
|
||||
echo "---Starting...---"
|
||||
term_handler() {
|
||||
kill -SIGTERM "$killpid"
|
||||
wait "$killpid" -f 2>/dev/null
|
||||
kill -SIGKILL $(pidof rocketstation_DedicatedServer.x86_64)
|
||||
tail --pid=$(pidof rocketstation_DedicatedServer.x86_64) -f 2>/dev/null
|
||||
exit 143;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user