This is how you can dump models from Once Human in batch. First download this quick bms archive below and move it into the install directory. Click on _BMS.bat to begin dumping .npk files into DUMP folder. (This will take a long time)
This is how you can dump models from Once Human in batch. First download this quick bms archive below and move it into the install directory. Click on _BMS.bat to begin dumping .npk files into DUMP folder. (This will take a long time)
Quick BMS + Script + Batcher
When process is completed use the python script to convert .mesh into .pmx. You will then be able to load them with Blender using the mmd add on. Command to process meshes:
python onmyoji_converter.py [path]
In order to batch mesh files you must search for all .mesh files and copy as path. Then paste it into a Notepadd++ document. Use column editor to insert python onmyoji_converter.py at the beginning so for example the command should look like this:
python onmyoji_converter.py G:\EXTRACTION\ONCE HUMAN\DUMP\character\animal\alligator_snapper\alligator_snapper.mesh
Import .pmx file into blender. You can also use a batch script. I have provided the script and the batcher for blender.
Blender importer + batch script
Textures can be converted with PVR tool. You can use the CLI version of the tool to batch them. I also provided the tool and batch script. Just place in directory and run.
PVR Texture Tool + batcher