• 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!

Recent content by gatuxoss

  1. G

    Compiling Compiling error tfs 1.4.2 FMT and STD

    It worked flawlessly, thank you very much Just to understand better: so basically you updated all the functions/methods in each part of the code needed to work with the latest versions of vcpkg libraries like boost and fmt?
  2. G

    Compiling Compiling error tfs 1.4.2 FMT and STD

    Thank you for your answer But for custom purposes I need to compile the source code with my changes.
  3. G

    Compiling Compiling error tfs 1.4.2 FMT and STD

    @Gesior.pl @Codinablack Actually, I managed to install Boost and FMT in an older version separated from vcpkg... I saw that to use older version with vcpkg should use a .json file but it feels like more a workaround... Anyway, I download Boost 1.79 and FMT 9.1 in individual folders and linked...
  4. G

    [TFS 1.4.2] Error compiling

    Ok, I managed to download and install independently boost and fmt packages and linked directly to the project in Visual Studio, all erros were gone except for that Visual Studio cannot find the libs for boost. could not open input file 'libboost_atomic-vc142-mt-s-x64-1_79.lib' Any idea in how...
  5. G

    Compiling Compiling error tfs 1.4.2 FMT and STD

    Yeah, didn't work... Trying to compile TFS 1.4.2, had to downgrade Boost, did it by manually linking with 1.79 version then boost errors gone. Now this fmt problem, edited everything like says in the commit 61452aa, cleaned project, deleted cached files, opened visual studio again and -> The...
  6. G

    PROBLEM WITH COMPILE TFS 1.5 NEKIRO IN WINDOWS

    Hello, I'm having the same issue. Did you manage to solve it? Downgrading Boost isn't a simple task apparently
  7. G

    [TFS 1.4.2] Error compiling

    Hello everyone, I'm having a problem while trying to compile and build TFS 1.4.2 on my Windows PC. I followed everything in the tutorial as it says in: Compiling on Windows (vcpkg) (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29) I saw in another thread that...
Back
Top