Important information: this site is currently scheduled to go offline indefinitely by December 1st 2023. If you wish to donate to attempt the preservation of tools and software somewhere else before it goes down, check the GoFundMe
Actually had most of this done a long time ago but had to rewrite it thanks to Onechanbara Z: Kagura lol. Currently supports only character models and weapons. Models have weights but no bones yet (I am rewriting my skeleton code at the moment to support multiple skeleton systems). Bones are easy and will come in an update in a few days. Texturing is automatic, but as always, use Photoshop actions to batch convert textures from DDS to TGA for it to work (since LW doesn't support DDS). Will also do level geometry in a bit too. Character models aren't that impressive, but the zombie models are pretty cool if you like that kind of stuff lol.
Use Luigi's CPK BMS script to extract data.
Then place ripper.exe in game root directory and run.
Want a puppy dog lol?
You do not have the required permissions to view the files attached to this post.
Last edited by howfie on Mon May 07, 2012 5:45 pm, edited 1 time in total.
BTW, I'm still trying to get the vertex normals out of this game, but they are encoded funny. This is a sample of the leftover unknown vertex data. 8 bytes total. I thought it might be a half-float quaternion which could be converted to a rotation matrix where you can extract normals, bitangents, etc. But no. Those FE's and 00's at the end of each DWORD are pretty consistent. Anyone see a normal-mapping encode like this before? FE is also close to 1.0, so maybe single byte quaternions, but that was a no too. Debug textfiles are generated that print out full hex dumps of the vertex data are generated for those who want to take a look!