S
Shard
Guest
So, I'm making a tool primarily for my use in editing FF8 field scripts that will transform the assembly-like instructions from Deling into a more workable format. I'll be uploading unfinished versions to get feedback and bug reports.
DelingScript v0.3
Instructions
Run the jar file, put the Deling assembly code on the right, click the left arrow.
Lines with _ before them have no conversion yet. Someday they all will. Right now over half the opcodes are supported.
Current features:
Planned features:
It's in early development, so post any features or suggestions you want to see out of it. ALso post any bugs you find, because we all want it to be bug free when it's done.
DelingScript v0.3
Instructions
Run the jar file, put the Deling assembly code on the right, click the left arrow.
Lines with _ before them have no conversion yet. Someday they all will. Right now over half the opcodes are supported.
Current features:
- Converts Deling's assembly-like code to a format with syntax similar to C/Java/Python etc.
- Converts the script-like syntax back to assembly. Supports all functions.
- Removes redundant jumps and labels.
- Removes some dead script code.
- Allows comments
- Customizable function names (for all you non-English people).
Planned features:
- Ability to click or highlight a function and get documentation for what it does.
- Syntax Highlighting.
It's in early development, so post any features or suggestions you want to see out of it. ALso post any bugs you find, because we all want it to be bug free when it's done.
Last edited: