Message3412

Author digifuzzy
Recipients
Date 2017-02-19.04:23:34
Content
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...
History
Date User Action Args
2017-02-19 04:23:35digifuzzysetmessageid: <1487478215.35.0.0574746735378.issue873@freedroid.org>
2017-02-19 04:23:35digifuzzylinkissue873 messages
2017-02-19 04:23:34digifuzzycreate