Skip to content

ServerThrall v2.0.7

Compare
Choose a tag to compare
@NullSoldier NullSoldier released this 18 Apr 07:40
· 119 commits to master since this release

What's New
This release should resolve a few issues that have been lingering since October of last year when I fell off the project.

  1. Fixed "Server is Down" Issue
    This has now been fixed by switching all clients over to the 64 bit client. If you previously modified your serverthrall.config to set conan_exe_path and conan_exe_name to use the 64bit client I recommend deleting them from your config.

  2. MULTIHOME is now auto detected and auto set
    Most people who want to set up their first Conan Exiles server are running their server on the same computer they're playing on. This isn't supported by Conan Exiles out of the box, and requires some configuration that is hard to understand. ServerThrall now automatically detects what your MULTIHOME setting should be to let you play on the computer your server is hosted on, and uses that automatically. In case ServerThrall picks the wrong address for multihome, you can configure an override in your serverthrall.config.

  3. Add testlive support
    ServerThrall can now automatically run your server in testlive mode by setting testlive = true in your serverthrall.config. If the server was not previously running testlive, the server will close and update to the test live branch. I don't recommend converting your existing server to testlive without copying your game database out as a backup.

Fixes and Cleanups

  • Add version.txt which includes the current version, and print it out when ServerThrall starts

Thank you, and more information can be found in the README.