1

Topic: How to add maps?

How do  add maps to my server? Just copy them into the "maps" folder?

--- https://TeeworldFans.GamePlayer.club - Our Official Teeworlds Fan Site - hosts for $14/month first free! of $5/month for a shared server

2 (edited by jxsl13 2019-02-27 10:54:51)

Re: How to add maps?

You also need to add a voting option to you server config file, that people can vote to change to that map.
add_vote ... change_map "map name"
or add_vote sv_map "map name" something like that.

Teeworlds [ friends ] clan
Some YouTube Stuff about Teeworlds

3

Re: How to add maps?

jxsl13 wrote:

You also need to add a voting option to you server config file, that people can vote to change to that map.
add_vote ... change_map "map name"
or add_vote sv_map "map name" something like that.

Thanks! I will write a script to create those lines for all the maps in the maps folder and then make it available to others...

--- https://TeeworldFans.GamePlayer.club - Our Official Teeworlds Fan Site - hosts for $14/month first free! of $5/month for a shared server

4

Re: How to add maps?

Ok, I made my script as promised. Works great for me adding 50 maps to my server. You can get more info at this link: https://www.teeworlds.com/forum/viewtopic.php?id=12749

--- https://TeeworldFans.GamePlayer.club - Our Official Teeworlds Fan Site - hosts for $14/month first free! of $5/month for a shared server

5

Re: How to add maps?

marisag wrote:

Ok, I made my script as promised. Works great for me adding 50 maps to my server. You can get more info at this link: https://www.teeworlds.com/forum/viewtopic.php?id=12749

Thanks. It also works for me.