Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2020-03-27 00:00:00Z and 2020-03-28 00:00:00Z
Interesting, so 0.7 maps crash 0.6 clients and 0.6 maps are rendered incorrectly by 0.7 clients. Does somebody know how to fix the assets? Can you make maps that work in both versions?
01:00
I think @deen had a map conversion tool, can't find it
ok found it, it's part of the ddnet distribution. and the maps are indeed compatible with both versions. i guess the only thing this tool does is embedding the 0.6 mapres(edited)
@timakro as far as I know there is a new map compression method in 0.7 but the old one is still supported. So 0.7 clients can load old 0.6 compression but when saved with 0.7 compression the 0.6 clients can not load it anymore. And standard tiles changed a bit so in most cases they should be embedded. And deens tool does exactly that https://github.com/ddnet/ddnet/blob/master/src/tools/map_convert_07.cpp