This channel is for all Teeworlds/DDNet and related chat. Gameplay questions can be asked here as well rather than in #questions. Ingame screenshots and any other Teeworlds related media goes to #showroom.
Between 2019-09-19 00:00:00Z and 2019-09-20 00:00:00Z
@deen yes i was on the rankpages. i also noticed that there isnt a way to show all maps in a list (without thumbnails) irrespective of a player.
i mean it would be nice to sort all maps by their release date for example or oldest rank1 and such
you can run select race.Map, maps.Server, race.Name, race.Time, race.Timestamp from race inner join maps on race.Map = maps.Map and maps.Server in ("Race", "Dummy", "Solo") group by race.Map order by race.Timestamp; in https://ddnet.tw/stats/sql.js/(edited)
Hello. i downloaded ddnet-maps-master from git, then i copy paste DDNet-Server executable from DDnet standard download ( client + serv ). Now server works fine with all the maps. but the server name is static ( its name i wrote in autoexec.cfg ) . How do you do to automatic add " moderate, novice ..." in the server name after a vote to change level of the server ? Thanks