1

Topic: Teeworlds server on shell account

Hello,
i want to play with my friend on server with password. The server will be only for few players and we dont want to somebody without us play on our server. So...
I have shell account and i think that i can run teeworlds server on shell ? But i dont know how to do it hmm

Somebody have any idea ?

sorry for my english, i am from polad

2

Re: Teeworlds server on shell account

Ofcourse u can if its not against the rules of ur shell provider. U need to know the system u have shell on, then download the binary / source, install / compile it, and start the server. The password stuff can be done via the config file or remote console. Also u will need to handle the port forwarding: ask the admin to forward the port u need, or choose a non-standard but forwarded one.

We will meet again when the flowers spread their glorious scent of victory and the birds sing us the melody of justice...

3 (edited by jaki 2008-08-29 10:46:48)

Re: Teeworlds server on shell account

@torch
I can run games server on my shell account wink Yesterday i try compile it but something was wrong... today i will try again because yesterday i was tired sad

I should do it in this way ? -> http://www.teeworlds.com/?page=docs& … Everything

4

Re: Teeworlds server on shell account

If you have a Linux or a Windows system, just downloading the binary pack (the best via wget) will be the easiest way. On a Linux system the only thing you have to do after untaring the archive is:

/the/path/to/your/teeworlds/directory/teeworlds_srv -f /the/path/to/your/config/file.cfg

If you want to edit the file via the console, the best thing you can use is vi:

vi /the/path/to/your/config/file.cfg

Controlling vi is easy. After it started up, you type i, so that it switches into the editing mode. Then you can change things like you can do in a normal textbox. When you are done, you press ESC, then SHIFT-Q and then you type x and hit enter. The file will be saved.

greetings
Lord Horazont

Servers:
For normal games: /usr/games/teeworlds/teeworlds_srv
For highly tuned and totally freaky games: /usr/games/teeworlds/teeworlds_special

5 (edited by jaki 2008-08-29 14:25:29)

Re: Teeworlds server on shell account

ohh... when i write:

/the/path/to/your/teeworlds/directory/teeworlds_srv -f /the/path/to/your/config/file.cfg

and push enter command line show me:

ELF interpreter /lib/ld-linux.so.2 not found
Abort trap: 6

whats now ?

/edit
of course i change your example directory on my true directory

6

Re: Teeworlds server on shell account

uhm... That is looking like a missing library... I dont know which package services this library. Perhaps you have to google for it and find out how to get it.

grettings
Lord Horazont

Servers:
For normal games: /usr/games/teeworlds/teeworlds_srv
For highly tuned and totally freaky games: /usr/games/teeworlds/teeworlds_special

7 (edited by jaki 2008-08-30 23:14:13)

Re: Teeworlds server on shell account

Lord Horazont wrote:

uhm... That is looking like a missing library... I dont know which package services this library. Perhaps you have to google for it and find out how to get it.

grettings
Lord Horazont

Shell administrator said me that this is binary file type ELF and i cant run it on freebsd because this is file typical for linux. If i want to run teeworlds server i should building teeworlds from source, but how to do it?

8

Re: Teeworlds server on shell account

http://tjado.net/server/2008/01/04/howt … n-freebsd/ is a kinda outdated guide on how to get compile on BSD, try it and see if it works with teeworlds 0.4.2 smile

Official Teeworlds map developer and community moderator
Administrator for the Teeworlds community Teesites

9

Re: Teeworlds server on shell account

Chi11y wrote:

http://tjado.net/server/2008/01/04/howt … n-freebsd/ is a kinda outdated guide on how to get compile on BSD, try it and see if it works with teeworlds 0.4.2 smile

Yeah, yesterday i am triing to do that in this way but i havent permision to make points 1,2 and 3 hmm