Code: Select all
Script error, "kdizd_11.pk3:decorate/decorations.txt" line 996:
SC_GetFloat: Bad numeric constant "0.4´".
I guess it can be fixed by adding some hack (or let's better call it work-around ) to FScanner::OpenFile() in order to replace the wrong character with zero. That is to check include filename, lump size, MD5 and an actual character with the fixed offset and then change it to '0'.
Is there a better way to solve such a compatibility problem?