Sam Vanheer
Sam Vanheer
The event IDs that are treated as sounds to play are currently hardcoded. Make these configurable to let users add new ones if a specific game or mod has them.
There is application logic in the UI classes. Move this out.
Add an option to offset entire sequences to a user-defined position. This can probably be achieved by having a first frame that adds an XYZ offset.
Studio models have a lot of data and it can be difficult to edit the usual way. Add options to edit the various parts of studio models. * Header data...
Assets are currently loaded synchronously, which locks up the user interface. Load them asynchronously with a progress bar to keep the interface responsive.