super-continent / bbscript

Parses BBScript for various Arc System Works Games
GNU General Public License v3.0
43 stars 11 forks source link

Rewrite argument systems and add support for dynamically-sized instructions (used in DNF Duel) #22

Closed super-continent closed 2 years ago

super-continent commented 2 years ago

This rewrites many parts of the code to enable cleaner config management using named enums that can be accessed from any instruction Enumargument. It also adds support for DNF Duel scripts using the games dynamic instruction sizes. Currently more work is needed on the configs to make them as clean as they should be, but it is otherwise functional.