it reads server_motd_file in trunk's simuconf.tab, but server_motd_filen
name is actually read.
Put this here as reminder.
Quote from: benjad on January 19, 2015, 03:38:28 AM
Found it...
Current simuconfig
# Here you can add a message about your server (It will read this file on each joining anew)
server_motd_file = c:\PROGRA~1\Simutrans\serverinfo.txt
Should be
# Here you can add a message about your server (It will read this file on each joining anew)
server_motd_filename = c:\PROGRA~1\Simutrans\serverinfo.txt
Found where it is loaded in settings.cc, and noticed the wrong label name! Woot! I contributed.