Members Über Winfrey Posted May 29 Members Posted May 29 (edited) Movement now works Here is the new script RBMimport_12.py Whats new Script will create custom materials based on shader, for example, Conker will now have proper material setups for his eyes and fur Fur support Animation support: currently only Conker's animations work from the Anims/Conker/default.rbm file to import an animation load model settings must look like this to work find animation rbm *Anims/Conker/Default.rbm* select the animation you want wait for it to process (Can be slow due to printing debug logs) Edited May 29 by Über Winfrey 4
Members Über Winfrey Posted May 29 Members Posted May 29 (edited) I just fixed a bug in the animation decoder that was trying to call a nonexistent table address, so now its seems to have fixed the other animations from the level RBMs to now work, I'm also going to work on trying to get the animations clips to import with a faster framerate, currently I was just importing them as 30fps, which apparently was keeping the animations from being at game speed, for whatever reason for example Conker's Dance 1 animation from the Rock Solid rbm Edited May 30 by Über Winfrey 2
Members Über Winfrey Posted May 30 Members Posted May 30 GMP is now supported, I need to run more tests on other files to see is most of he animations work, if so I'll post the updated script 1
Members Über Winfrey Posted June 1 Members Posted June 1 (edited) I'm fixing up some animation stuff, but I did add a search bar that you can use the filter the package list Edited June 1 by Über Winfrey 1
Members Über Winfrey Posted June 1 Members Posted June 1 Here is the newest version most animations should work, I haven't tested everything yet added a search bar to make it easier to find assets you have loaded I tried to speed up the animation loading, but I don't think there is a real way to do it at this moment unless I worked on the memory stuff, right now its decrypting each frame, then keyframing it, so they can take about 3 to 4 minutes if you want to load another animation, its better to just refresh the scene, current bug is that the animation unloader has some memory cache'd for a few bones that I haven't been able to quash yet. sometimes the clear animation buttons works though I'm currently working on another Conker project, if that goes anywhere then I'll announce it here RBMimport_12.py 4
Members Über Winfrey Posted June 2 Members Posted June 2 (edited) Apparently there is a bug with Default Berri's hair Fur Shells are currently merging her Hair and Body material, due to an oversight in how the shells are drawn, getting a fix done now EDIT Here's the updated script RBMimport_12.py Edited June 2 by Über Winfrey script fix 3 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now