Progress...
I have almost all the python code to parse game sources in [FDRoot]/data/base/
and [FDRoot]/data/storyline/act1. Only file remaining is the droid_specs.lua (a
little involved).
The method being used seems much more refined and code has improved readability.
In a way, I am glad I didn't pursue lua-based code any further.
After finishing code to parse droid_specs.lua, I'll post an RB with code. Code
will be python (hopefully a module) that will only have source parsing. Writing
the code for page output write will be the next step.
More to follow... |