A Don't Starve Together dedicated server launcher.
Vox Launcher
is a Windows only dedicated server launcher, created with the aim of simplifying their creation and usage.
- Buttons to save, reset, rollback and stop the server.
- A screen that shows server logs and have a console for executing commands.
- Shows information about the server, such as number of players, day count, season and memory usage.
- Supports any number of shards.
- Download the
App
zip, extract its contexts and start theVox Launcher
executable. Click here to download it. - Select the game installation folder under
Game Directory
, if it has not been automatically populated. - Create a world using the in game menu and select it under
Cluster Directory
. - Paste a server token under
Server Token
. See instructions on how to obtain one in the app. - Finally, click on the
LAUNCH
button and have fun!
Tip
Additionally, check out this amazing video tutorial by Jazzy Games on YouTube.
- Are mods supported? What do I need to do to enable them?
Yes, they are. Just enable them when you're creating the world, it's that simple!
- How do I get a Cluster Token?
You can create one on the Klei Accounts website.
- I've found a problem in the app, where should I report it?
You may create a issue in the Issues Tab.
Please attach the app log file when doing so. It can be found atappdata/logs/applog.txt
.
From top left to bottom right: Instructions
, Starting Server
, Server Online
, Log Screen
.
Feel free to suggest features and create pull requests to fix bugs or improve existing code. The entry point is app/main.py
.
-
Create a file in
app/localization/
calledlocale.yaml
, where locate is the language code, which you can find in this website. -
Use
en_US.yaml
as a template. Please, try to keep sentence lengths close to the English version to avoid visual issues. -
Create a Pull Request with the title:
Added {language} ({lang_code}) localization
python -m pip install -r requirements.txt
This project is under MIT license. See the LICENSE file for more details.