Skip to content

A Don't Starve Together dedicated server launcher.

License

Notifications You must be signed in to change notification settings

ClifffordW/vox-launcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub ReleaseGitHub DownloadsPython Version)


Vox Launcher

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.


Included features:

  • 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.

How it works?


  • Download the App zip, extract its contexts and start the Vox 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.


Frequently Asked Questions


  • 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 at appdata/logs/applog.txt.


App Showcase


From top left to bottom right: Instructions, Starting Server, Server Online, Log Screen.





























📌 Contributing


Feel free to suggest features and create pull requests to fix bugs or improve existing code. The entry point is app/main.py.

You can also help by translating the app:

  • Create a file in app/localization/ called locale.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


Installing dependencies:

  python -m pip install -r requirements.txt



📜 License


This project is under MIT license. See the LICENSE file for more details.

About

A Don't Starve Together dedicated server launcher.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.4%
  • Lua 1.6%