GothicKit / ZenKit

A re-implementation of file formats used by the early 2000's ZenGin
http://zk.gothickit.dev/
MIT License
44 stars 9 forks source link

Syntax error while pasrsing `orctempel.zen` #68

Closed thokkat closed 1 year ago

thokkat commented 1 year ago

Happens while parsing Demon.mds, no other files are affected. Catching and ignoring the error in OpenGothic is ok but wanted to report it in case something can be done to handle yet another Gothic file quirk.

loading error: failed parsing resource of type model_script (source) [context: MDS syntax error at line 262 column 8: expected keyword]

lmichaelis commented 1 year ago

Thanks for the report! It looks like the only problem was a single trailing semicolon. fee2dd1 should fix it :)

thokkat commented 1 year ago

Runs like a charm :)