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

Search results

  1. Fox Rother

    [Tutorial] How to setup OTServBR-Global (Based on The forgotten server) - Windows

    Thaaaaaaaaaaaanks. Just started watching. Let's see where I got things F'd up. 🤪 Update: Huuuuhhh, seems like we were talking about different things after all! 🤣 I actually might give in to that approach if I keep failing on the TFS master branch and wiki, hehe. I was afraid of using "impure"...
  2. Fox Rother

    Compiling TFS 1.3 vcpkg windows

    Thank you, guys! 😊 @Piquenoelmal I'll try that approach one more time and see how it goes. Last time I did something similar, the compiler started to throw errors related to the cryptopp lib (which was just fine [???]). I even used the exact W10 SDK and MSVC versions the project file originally...
  3. Fox Rother

    Compiling TFS 1.3 vcpkg windows

    @Piquenoelmal Gratz! I'm still puzzled by how mysterious this process is hehehe. :P Some people say the versions are unimportant, others that we shouldn't use the TFS SDK... And I can't even object, because each of these different approaches work. I was able to compile and debug it using WSL...
  4. Fox Rother

    Using blender to create sprites...

    @Sam Drost As far as I know, OTC still supports 32x32 sprites only. I hope I'm wrong, since I believe it to be one of the biggest bottlenecks for setting OT free from T :V
  5. Fox Rother

    TFS Architecture

    @Delusion @Togu thank you for your input! I'll keep these strategies in mind :D @Znote Great: starting points! I'll check them out asap. :)
  6. Fox Rother

    tfs 1.3 compilation problem

    @bartoszz192 Huh, that's more or less where I got stuck last time. :P I just find it odd that your W SDK version is different from mine (10.0.17134 I think). Still no fix for me. Can you run vcpkg list on your prompt and share the results? @Delusion Forgot to ask you that as well...
  7. Fox Rother

    Using blender to create sprites...

    @Sam Drost Awesome work you're doing here! Please keep it up! Nowadays the only thing holding the T in OT is CipSoft's sprite collection! Your technique is getting more and more refined!
  8. Fox Rother

    [US] [7.4] Realistic | World Battle | BR/EU/US INTERCONNECTED HOSTS | [10/10/2019]

    Whoa, pretty cool thing you got going on there. I'm really fed up of Real map servers, but I really liked the multiregion approach. Hope it gets instant one of these days!
  9. Fox Rother

    tfs 1.3 compilation problem

    I was having a very similar issue. Double check if both the Windows 10 SDK version and the MSVC version match the one required for this project. That is: do not try to update/retarget the project. You can check available versions on the Visual Studio Installer. :)
  10. Fox Rother

    Games and old buddies

    Not really an AAA game, but really fun and refreshing: Crashlands. Also, if you're into space colonies, strategy and 2D cartoony graphics: Oxygen Not Included is a nice call. Both are quite addictive and might even yield some OT ideas. :)
  11. Fox Rother

    Big German Youtuber wants to start an own client!

    Maybe people were a bit harsh on you, but try to learn something from it, ok? Pay more attention to how you convey your thoughts to a community you've never been to before. That might as well make you think twice prior to actually posting something. "Is this the best way to say it? Is there...
  12. Fox Rother

    AAC - Creating different websites

    There are many kinds of "websites". They're all built with the same three pieces of technology: HTML gives them structure; CSS styles this very structure and JavaScript provides interactivity by detecting user actions and changing the other two accordingly. Together these technologies are...
  13. Fox Rother

    Best way to learn C++?

    You obviously don't need this kind of advice anymore, but I'm going to answer it anyway, what's wrong with lifting the dead anyways? Heh. To other newcomers to C++: get yourself "How to Program, An Introduction to C++" by the Deitels. It's very beginner friendly. It may be a bit verbose at some...
  14. Fox Rother

    (Venting) A serious question

    There are a few reasons for that. First, most of the really talented people in here were leeched a lot for a very long time. There's a very small percentage of the community actually producing content and maintaining projects. They probably got frustrated, tired or bored and figured they should...
  15. Fox Rother

    Compiling TFS 1.3 vcpkg windows

    Is anyone able to compile from Windows 10? Please send me a message.
  16. Fox Rother

    Compiling TFS 1.3 vcpkg windows

    Update @Delusion Used VS Community 2017 Installed the exact Windows SDK version needed as per the VS project file (10.0.17134.0) Downloaded and compiled every package as specified on the repo wiki with vcpkg Updated Include and Libraries directories with vcpkg folder Changed the lua includes...
  17. Fox Rother

    Compiling TFS 1.3 vcpkg windows

    @Delusion Yes, x64. I was using 2017, but I could only download MSVC v142 for 2019. I'll try again, brb. :) Edit: Please ignore the comment on the MSVC version. That was a mess of my own. :P
  18. Fox Rother

    Compiling TFS 1.3 vcpkg windows

    @Delusion It's the only error showing up. There are no warnings, too. x.x Include path: $(VC_IncludePath);$(WindowsSDK_IncludePath);C:\Users\myuser\Desktop\forgottenserver-master\tfs-sdk-3.2\LuaJIT\include;C:\Users\myuser\vcpkg; Libraries path...
  19. Fox Rother

    Compiling TFS 1.3 vcpkg windows

    @Itutorial Thank you for promptly answering! I might be mistaken, but I think I have it installed already
Back
Top