Windrose
Windrose
Docker app from Nodiaque's Repository
Overview
This Docker will download and install SteamCMD. It will also install Windrose and run it on Wine64.
** Configuration are required after first run **
Network:
Direct Port:
Port used are defined under Game Parameters. If you change them, you must remove and create the port binding.
Dyamic Port:
Remove the queryport and port from the game parameter, remove the port binding and start using host network. You must also change serverdescription.json to change "usedirectconnection" from true to false.
Configuration:
You must wait for the game to be fully initialize once, then shutdown the server to modify the config file.
NEVER MODIFY WHILE THE CONTAINER IS RUNNING.
There is 2 configuration file.
R5/ServerDescription.json is for the server itself (how it run). After first run, you must change these:
"IsPasswordProtected": true,
"Password": "yourpassword",
"UseDirectConnection": true,
"DirectConnectionServerPort": 7777,
To edit World configuration and settings, you edit the file WorldDescription.json. This file will be under a random named folder like R5/Saved/SaveProfiles/Default/RocksDB/game version/Worlds/world document id/WorldDescription.json
Reference:
https://playwindrose.com/dedicated-server-guide/
Update Notice: Simply restart the container if a newer version of the game is available.
Joining a gameIf you don't use the direct port method, you must join using the invite code that you can find in ServerDescription.json
Runtime arguments
- Network
bridge- Shell
bash- Privileged
- false
- Extra Params
--restart=unless-stopped
Template configuration
- Target
- /serverdata/steamcmd
- Value
- /mnt/user/appdata/steamcmd
- Target
- /serverdata/serverfiles
- Value
- /mnt/cache/appdata/windrose
If you change the port or query port, you must change port mapping
- Target
- GAME_PARAMS
- Value
- -MULTIHOME=0.0.0.0 -PORT=7777 -QUERYPORT=7778
- Target
- 7777
- Default
- 7777
- Value
- 7777
- Target
- 7777
- Default
- 7777
- Value
- 7777
- Target
- 7778
- Default
- 7778
- Value
- 7778
Fallback container directory for tailscale state information - Added By Community Applications
- Target
- CA_TS_FALLBACK_DIR
- Default
- /serverdata/steamcmd
- Value
- /serverdata/steamcmd
Fallback container directory for tailscale state information - Added By Community Applications
- Target
- CA_TS_FALLBACK_DIR
- Default
- /serverdata/steamcmd
- Value
- /serverdata/steamcmd
Categories
Download Statistics
Details
nodiaque/steamcmd:windroseRun Windrose on Unraid.
Windrose is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.