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

Linux Running TFS 1.2 on Ubuntu desktop

Metal Mouth

Developer
Joined
Oct 7, 2015
Messages
55
Reaction score
7
Hello, i had to switch windows with new Ubuntu. Now i can't execute .exe file in TFS engine so i'm curious how can I run my server on Ubuntu desktop?
 
Depends on what type of desktop gui you want to use.

Unity Desktop:
https://en.wikipedia.org/wiki/Unity_(user_interface)
Code:
sudo apt-get install ubuntu-desktop

https://en.wikipedia.org/wiki/KDE
KDE Desktop:
Code:
sudo aptitude install kubuntu-desktop

If you want to run the Windows executeable file you need to use a software called Wine.
https://en.wikipedia.org/wiki/Wine_(software)
https://www.winehq.org/

You can also compile the server under Ubuntu, you can follow this guide:
https://github.com/otland/forgottenserver/wiki/Compiling-on-Ubuntu
 
Back
Top