Dizzy611 / DancingMadFF6

An MSU-1 modification for Final Fantasy 6
Other
27 stars 1 forks source link

Reminder for self: Turn off "DEBUG" and "STRICT" in song.py before next installer release. #51

Closed Dizzy611 closed 6 years ago

Dizzy611 commented 6 years ago

These two flags cause, respectively, the internal XML/SongList handler to spit out errors for things it silently skips over, and it to halt completely when encountering said errors. These flags were added and turned on to aid in finding errors in XML construction and the parser/SongList handler, but should be turned off in production as if triggered they will cause unnecessary log spam (in the case of the former) and freezes/crashes (in case of the latter).

Dizzy611 commented 6 years ago

Am not working on debugging the XML stuff anymore and have turned this flag off, and am unlikely to need to turn it back on again, so I no longer need this reminder.