viewtopic.php?f=10&t=16027
Here is a noesis script to open the model files with bones and weights.
-to do
load the mesh shell so its like the original toon shading.







Started to look at the file of this game some times ago. Only the chXX.bum file have a mesh data, and contain only the head. The others are animation file and so will fail to load with the current script (I'm trying to understand the format to load them too). If you're looking for the body, they are in the co/ folder (co like costume I suppose). Don't know if you can load both on Noesis at same time, I'm using it on linux with wine, and it's not totally working.azbycx wrote:thk for the work.but the shell will run in error with the other .bum files just like "ch01_cut00.bum",is it rugular?
and anyone can tell me how to combination the body model with the head? tks a lot
in Windows I can load the body like the "co/co05_ssr.bum",but the model is only body without the head.so I'm wonder how can I combination these?xele wrote:Started to look at the file of this game some times ago. Only the chXX.bum file have a mesh data, and contain only the head. The others are animation file and so will fail to load with the current script (I'm trying to understand the format to load them too). If you're looking for the body, they are in the co/ folder (co like costume I suppose). Don't know if you can load both on Noesis at same time, I'm using it on linux with wine, and it's not totally working.azbycx wrote:thk for the work.but the shell will run in error with the other .bum files just like "ch01_cut00.bum",is it rugular?
and anyone can tell me how to combination the body model with the head? tks a lot


it's excellent! thanks for your work.i'll wait for the tool to be released.xele wrote:Well I don't know with this tool. I started to make a webGL app to load an display those files. I can decode a lot more than the python script now. I can load those mesh, but also Senran Kagura meshes (even if I4m still missing some data purpose). I have also a start for animation file read and play. I'll make this online tool public later when it's more stable & usable. I can also give you information of the format if someone want to upgrade the Noesis script.
By the way, if someone know were are the shaders used by the game. I suppose they are somewhere in a binary, but didn't found them yet.
Edit : Meshes / Animations & Shaders are now working for gravure chance. I will do some clean and easy interface and make it avaiable by the week probably. I still need to try to extract the shaders for Senran Kagura since they use some others.
Ex :
it's awesome work!i test it in the custom mode,and it works well.I'm wonder is there anyway to scroll the page or drag the model? because when I zoom up the model, it would be out of the page .xele wrote:I finished a first version avaiable here : http://www.xele.org/BumViewer/ . Custom mode for dropping data, or select ToLoveRu / SenranKagura to load a preset bg + character + anim (At the moment, I only set a few data for test).