GothicKit / ZenKit

A re-implementation of file formats used by the early 2000's ZenGin

Home Page:http://zk.gothickit.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax error while pasrsing `orctempel.zen`

thokkat opened this issue · comments

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]

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

Runs like a charm :)