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 2022-02-05 00:00:00Z and 2022-02-06 00:00:00Z
If you paste a long bind into the settings.cfg it gets translated correctly but the game cuts the bind off at some point and after the next start the bind gets useless or deleted because the interrupt is inbetween a command. Tested on Windows if that makes any difference
Reproduce:
1. paste this bind into your settings.cfg
`bind 0 "say 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000...
Bind function is fine.
Probably settings are imported line by line, up to 256 characters.
While console can execute bind function directly, with no limit on string length(edited)