• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

No source file in nightly release

DreadShi

Member
Joined
May 18, 2019
Messages
180
Reaction score
7

i checked this one but does not contain source file like vc14 and these files

that means i don't have ability to edit the source itself?
 
The point of nightly releases is to provide a download-and-run executable, if you want to edit the sources of a specific nightly build just create a new git branch from specific commit.
For example, I want this nightly release: tfs-windows-msvc-Release-luajit=on-17697846bf34d7df31960616189163b8585128a9
I'd do the following to "get the source code"
Git:
git clone https://github.com/otland/forgottenserver.git
git checkout -b new_test_branch 17697846bf34d7df31960616189163b8585128a9
 
Last edited:
Back
Top