1

Topic: Run Forrest

Hey guys!

I'm looking for the correct files for hosting a server that runs the map run_forrest.
there is a similar topic here:
https://www.teeworlds.com/forum/viewtopic.php?id=1301

but sadly all the links are dead.

PS: I would need the setup for linux_x86 :-)

Thanks a lot!

2

Re: Run Forrest

Try the teerace website: http://race.teesites.net/maps/191/.

3

Re: Run Forrest

Thanks!

4

Re: Run Forrest

Ok I got the map.
But how do I host it? (on ubuntu)

5

Re: Run Forrest

Run forrest run

6

Re: Run Forrest

Godo15 wrote:

Ok I got the map.
But how do I host it? (on ubuntu)

You have to have the teerace mod. You can google for it, if there are no binaries, you'd have to compile it yourself.

7

Re: Run Forrest

Godo15 wrote:

Ok I got the map.
But how do I host it? (on ubuntu)

You can use the DDNet Mod.

1) Download it here: http://ddnet.tw/downloads/

2) Place the DDNet folder on your desktop (or any other place you won't lose it).

3) Open up your directory map of Teeworlds, I belive this is "~/teeworlds" or "~/.teeworlds" (I don't know for sure, I am no ubuntu user, it's shown by pressing ctrl+h in your local library, I think).

4) Open the maps folder and place your race map in it.

5) Go back to your DDNet folder and open autoexec with notepad, or something like it.

6) Change the map name gravity in the line sv_map "gravity" to your own map name.
    Name the server what you want it too be by changing "Testserver with DDraceNetwork Features" in the line sv_name "Testserver with DDraceNetwork Features".
    Change sv_register to 0, if you want to play LAN.
    Add the command sv_rcon_password "rcon" and change "rcon" too whatever password you like.

7) Run DDNet-Server.

8) Run DDNet

9) Search for you server and play!

I don't project my insecurities on other people.

8

Re: Run Forrest

Thanks a lot guys!