-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Superview needs some tweaks.
-1) When trying to preview an animation, currently(newest pinned release in channel with decompression support) we have to select model, then fragment(.bin), then anim slot,(animation is tied to the slot, unchangeable) for the animation to be playable. This is way too much work, I recommend reverting to 0.45's way requiring nothing but the model and a way to freely choose which animation/meta/persistent to play based on skeleton.
Newest version workflow:
- Add anim files to packfile
- Open .bin
- Create proper anim slot
- Path anim and meta
- Save bin text
- Save bin
- Save packfile
- Open superview
- Load model
- Find correct fragment/bin out of hundreds
- Find correct anim slot out of hundreds
- Anim is automatically loaded with meta and persistent
All of this just to VIEW an animation that may or may not be worth using, as opposed to 0.45's way which is:
- Add anim files to packfile
- Open Superview
- Load model
- Select animation
- View animation
- Duplicate, rename, path appropriate meta file
- Save meta
- Save Packfile
- Import into 2nd packfile inside rpfm
- Save in rpfm
- Test in game
Way more work with way less pay off, by step 11 I'm in-game testing, as opposed to just now viewing the animation. Freely selectable meta is of high priority as well. The anim transfer tool seems to suffer from the same thing.