Topic: Map testing in Linux HELP
Hey guys,
I recently made a teeworlds map using a tutorial I found in youtube but when it comes to testing the map you're supposed to make a text file in which you run your server through the file teeworlds_srv but in linux there's no such file in the game folder. So I tried to find the linux teeworlds executable file and I found it in /usr/games/teeworlds so instead of:
cd /home/USER/.teeworlds
teeworlds_srv "sv_map dm1" "sv_gametype ....
cd /home/USER/.teeworlds
teeworlds "sv_map dm1" ....
- because that was the name of the exec file.
So I ran it in terminal how it is supposed to be but the server does not appear in the LAN section
I checked everything: I wrote the map i wanted to play; I changed the filters... but it still does not appear!
Can somebody tell me the code I need to write in a text editor and then run in through terminal to play in my server?