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

Search results

  1. Hashcube

    TFS 1.5 compilation

    I have no idea why it is failing to compile at this point. Most of the errors are related to linker /usr/bin/ld so maybe try updating this file for example with sudo apt install --reinstall binutils You can also try updateing libs and your software with sudo apt install --reinstall...
  2. Hashcube

    TFS 1.5 compilation

    Yes, rename it to sol and drop it in /usr/include
  3. Hashcube

    TFS 1.5 compilation

    You must delete quotation mark signs at the end of each line from 36 to 69. These lines must end with .cpp and nothing else after it.
  4. Hashcube

    TFS 1.5 compilation

    Put your src/CMakeLists.txt to pastebin.com and add a link here
  5. Hashcube

    TFS 1.5 compilation

    https://github.com/ThePhD/sol2 download "include" folder from this repository and rename it to sol, then put it in /usr/include on your ubuntu 1702573140 btw this repo has some issues with src/CMakeLists.txt First of all you must comment with # the first line, because luamodules is nowhere in...
  6. Hashcube

    TFS 1.X+ Switch script not working tfs 1.5 (8.0 by Nekiro)

    This is the solution, thank you.
  7. Hashcube

    TFS 1.X+ Switch script not working tfs 1.5 (8.0 by Nekiro)

    Hi. I struggle to make my switch work. Tried so far a lot of scripts and wrote some code on my own but nothing worked. What I try to achieve is if player uses switch, then door on positon XYZ transforms from closed to open. Procedure: In RME set action id 9002 on switch add <action...
Back
Top