1

Topic: Fetch map from remote server

Can anybody give me a workaround, how to download map from remote server? May be source code example on some scripting language

2

Re: Fetch map from remote server

If you simply want to know where are downloaded maps saved on your disk, look at AppData/Teeworlds/downloadedmaps (use config_directory.bat from your Teeworlds folder to find this place).
If you want to code (gonna be in C++ then), you should look into the Teeworlds mapdownloading engine - find the last Teeworlds source code at https://github.com/teeworlds/teeworlds.
Enjoy! smile

Not Luck, Just Magic.