• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[10.98] Nightly packages of The Forgotten Server (official / master)

Status
Not open for further replies.

Don Daniello

/root
Staff member
Administrator
Joined
Apr 11, 2008
Messages
3,697
Solutions
16
Reaction score
1,463
Location
Proland
Nightly packages are automatically built packages containing ready-to-run files of the current development version of TFS.

You may want to use those development-stage packages to test new features since the last stable release. If you find a bug, make sure to report it here.

How to download nightly package (Github)
  1. Go to the workflow run list on Github
  2. Choose the first run from the top (this is the newest)
  3. Choose and click the Artifact that matches your Operating System, build type and LuaJIT
    1. If you're not sure about the type, choose Release with LuaJIT=on
    2. If you plan on debugging, choose Debug with LuaJIT=on
    3. The download list will look like this:
      1588476434512.png
  4. The zip contains datapack, binary and dlls (if necessary).
After you download the ZIP, unpack it and you will find everything ready to run. Don't forget to create config.lua file though!

How to download nightly binary from Appveyor

Command line!
To find out latest release quickly from a Bash script, use this snippet:
Bash:
curl -s https://api.github.com/repos/otland/forgottenserver/actions/artifacts | jq '[.artifacts[] | select(.name|test("tfs-ubuntu-Release-luajit=on"))][0].archive_download_url'

Links
Stable releases can be found here: releases on Github.com
To view the official TFS 1.X repository, visit it on GitHub.
If you wish to compile your own, follow the guide: Compiling
 
Last edited:
Status
Not open for further replies.
Back
Top