Here's a rundown of what I have planned for the headstart rewrite of ff2 2.0.0 alpha while Wliu finishes up 1.10.0.
- More natives and forwards for subplugins to utilize.
- More readable boss configs plus easier way of making them.
- No need use of sm plugins load/unload for subplugins. //May suggest a change for sourcemod to make this a little less of a hassle.
- Have plugins like the boss selection plugin actually be in freaks folder.
- Have a way for subplugins to work with each other(api) // Like natives and forwards to have less duplicated code.
- Plugin supports for plugins that work great with FF2.
- Ya, that is all I can think of.
and here's a list of plugins that are currently implemented so far in current code state:
and here's list of planned support but held back for a reason:
For anyone that wants to see code, here's link:
https://github.com/WildCard65/FF2-Alpha
Also I would like feedback on what I currently got implemented.
Edit: Note, I'm starting from scratch again because I was getting into issues with maintaining 2 branches, one for official ff2 branch, other for rewrite, so I made a new repo(updated link above) for my rewrite.
Progress: Almost done with boss config parser.