P.S. Report bugs, maybe some models will cause errors - I guess, static ones, since generally I wrote script for characters (but if someone will need static objects/levels much I'll fix this)
EDIT: Updated script




many thanks!zaramot wrote:Run offzip on them, do it twice. First time on .oppc file with model you want (like abaddon_dragon.oppc), and second time on resulted .bod file (you will have .dat models).
Script for Darksider 2 models was ready before script for first game, since there is a nice file extractor. I'm going to release it soonAres722 wrote:It seems the time to re-install my copy of darksiders....hehe. Awesome work!
I hope to have some time to test your script. Thank you so much!
PS: I know that there already exists an old noesis plugin for darkiders 2 made by Finale, but it doesn't support uv maps , bones crash with some characters.So actually the only way to obtain the uv mapped model is to convert manually whit the shakotay2 tool.
I would like to ask u if u have time to take a look even at darksiders2 game.
Let me know if u need some sample files.
i really wanna extract models. can you explain this more detail? thankszaramot wrote:Run offzip on them, do it twice. First time on .oppc file with model you want (like abaddon_dragon.oppc), and second time on resulted .bod file (you will have .dat models).
There's a problem, when I use offzip to extract a .oppc file, it bring me a .dat file directly(not a .bod), and it can't be imported to MAX with the script(freeze or occurs error).zaramot wrote:Run offzip on them, do it twice. First time on .oppc file with model you want (like abaddon_dragon.oppc), and second time on resulted .bod file (you will have .dat models).
Code: Select all
offzip -a filename.oppc extract 0
i'm getting .bod files at first place, but can't unpack them.zaramot wrote:Are you using command like this for offzip?Code: Select all
offzip -a filename.oppc extract 0
Code: Select all
offzip -a filename.bod extract 0
i did it, it doesn't work. or maybe it work not for all .oppc files?zaramot wrote:Run same command on .bod file and you will get .dat modelsCode: Select all
offzip -a filename.bod extract 0
Finally, I down another offzip from luigi's HP, and it solved the problem.zaramot wrote:Are you using command like this for offzip?Code: Select all
offzip -a filename.oppc extract 0