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

Compiling Help Compiling TFS on Ubuntu.

frozenbolt

New Member
Joined
Jul 17, 2012
Messages
48
Reaction score
0
I need some help compiling tfs on Ubuntu, I would like to learn about it if you can assist via Teamviewer, thank you.

PS I have read the Ubuntu tutorial on how to set up the server.
Any help is welcome. This was translated.
 
i have tried it , Shinmaru help me via teamviewer but he didn't have much time , i have used search and i have read many tutorials
 
He did, I was helping him, but I have to leave soon, if anyone can help him do so, he has read the tutorials and I told him to even read comments incase someone has solved previous problems.
 
Hmmm ok i understand
i have fixed your problem listen..

Upload your sources folder
root or other folder..
example you upload folder sources in cd /home/sources
need use this lines

LUA:
cd /home/
chmod 777 -R sources
cd /home/sources/
./autogen.sh
./configure --enable-mysql
make -j 4

and create your exe theforgottenserver in folder sources
need move to your folder where have folder data your server.

Example you have in home/server/ your folder data and all your ot..
need move to home/server/ understand?
Open Server need use lines use all..

LUA:
cd
screen -A -S server
cd /home/server
while true; do ./theforgottenserver; done
 
Back
Top