Skip to content

A script allowing dedicated servers to auto-run challenge games.

License

Notifications You must be signed in to change notification settings

WaywardGame/challengeserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge Server

A server-side mod which automatically runs challenge games.

  1. Install the mod by cloning it or downloading as a ZIP. The mod's folder should be in your local mods folder: Steam\steamapps\common\Wayward\mods.
  2. Launch a dedicated server in challenge mode. Example: wayward.exe +server +new +difficulty challenge
  3. The game begins paused, and the server description will say "waiting for players".
  4. When enough players have joined (defaults to 2), a countdown will begin. When the countdown ends, the game starts.
  • Any players that join after this point will be ghosts.
  1. When there's only one player left alive, a player completes the challenge, or everyone dies, the game ends.
  2. There will be an "ending" countdown, and then it will make a new game and the cycle will continue.
  3. You can configure the length of the countdowns, the number of players required to start the challenge, and whether the last living player should win by default in the options menu.

Editing the mod

Cloning/Setup:

git clone https://github.com/WaywardGame/challengeserver.git
cd challengeserver
On Windows: path/to/wayward/install/wayward.cmd +mod update .
On macOS: path/to/wayward/install/Wayward.app/Contents/MacOS/Electron +mod update .
On Linux: path/to/wayward/install/wayward +mod update .

To build: Open the folder in Visual Studio Code and build with Ctrl+Shift+B.

About

A script allowing dedicated servers to auto-run challenge games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published