You can download the latest builds by the commit for TFS 1.X without needing to compile for Windows.
Download nightly (master) builds from AppVeyor
1. Click: "Configuration: Release" or "Configuration: Debug"
2. Click: "Artifacts"
3. Download forgottenserver.exe
Builds are available in:
Download link to Stable Releases
To view the official TFS 1.X repository, visit it on GitHub.
If you wish to compile your own, follow the guide: Compiling
Additional files
To obtain data folder, you can download the master ZIP release on GitHub.
To obtain dll files, you can download the TFS SDK 2.0 and grab the required dlls:
Download nightly (master) builds from AppVeyor
1. Click: "Configuration: Release" or "Configuration: Debug"
2. Click: "Artifacts"
3. Download forgottenserver.exe
Builds are available in:
- Win32 (x86) Release
- Win32 (x86) Debug
- x64 Release
- x64 Debug
Download link to Stable Releases
To view the official TFS 1.X repository, visit it on GitHub.
If you wish to compile your own, follow the guide: Compiling
Additional files
To obtain data folder, you can download the master ZIP release on GitHub.
To obtain dll files, you can download the TFS SDK 2.0 and grab the required dlls:
- For Win32 (x86)
- tfs-sdk-2.0/LuaJIT/lib/lua51.dll
- tfs-sdk-2.0/mysql-connector-c/lib/libmysql.dll
- For x64
- tfs-sdk-2.0/LuaJIT/lib64/lua51.dll
- tfs-sdk-2.0/mysql-connector-c/lib64/libmysql.dll
Last edited by a moderator: