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

[v1.1.0] Check whether the VOb field `focusOverride` is actually an enum

lmichaelis opened this issue · comments

Currently, focusOverride is parsed as a bool but that might not be correct. A look into the disassembly might be helpful in determining whether is is actually a bool or might be an enum instead.

Related: #44

No, it is actually a bool. The reason it sometimes isn't stored as a 1 or a 0, rather being any non-zero values, is likely an unintended side-effect of original game code:

image