What's new

Setup [1.2] Compile your TFS on Windows

Kuzyn

Dziad.
Staff member
Joined
May 3, 2008
Messages
1,936
Reaction score
165
This tutorial will work only for version up to 1.2 release.

  1. Download and install Visual Studio 2017 with Boost C++ libraries.
    Download:
    Guide how to install:
  2. Download and extract somewhere TFS SDK v3.2 libraries.
    Download:
  3. Run the file register_tfssdk_env.bat to set the path to libraries for compiler.
    You can run it through cmd to make sure that it was saved.
    1649168700645.png
  4. Move the file register_boost_env.bat to the boost_1_62_0 (Boost C++ directory) and run the file.
  5. Download the files of The Forgotten Server.
    Download: The Forgotten Server 1.2
  6. Find the folder vc17 in The Forgotten Server and run the file theforgottenserver.sln which should open Visual Studio app.
  7. Now configure your build in Configuration Manager (32/64 bit version, release/debug) and then you are ready to Build Solution.
 
Top