Important information: this site is currently scheduled to go offline indefinitely by end of the year.

PC Darksiders: Wrath of War maxscript

Post questions about game models here, or help out others!
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

PC Darksiders: Wrath of War maxscript

Post by zaramot »

Hi guys! Here's maxscript to import Darksiders: Wrath of War (2010) PC models with bones+weights (3ds max 2009-2012)

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

ImageImage
ImageImage
You do not have the required permissions to view the files attached to this post.
Last edited by zaramot on Tue May 06, 2014 6:38 am, edited 2 times in total.
Making model-import scripts, PM
User avatar
Skykila
advanced
Posts: 47
Joined: Sat Apr 03, 2010 8:03 am
Location: Russia
Has thanked: 154 times
Been thanked: 6 times

Re: PC Darksiders: Wrath of War maxscript

Post by Skykila »

Good news! One question, how do You extract Darksiders1 archives?
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: PC Darksiders: Wrath of War maxscript

Post by zaramot »

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).
Making model-import scripts, PM
Ares722
veteran
Posts: 154
Joined: Thu Jul 15, 2010 2:15 pm
Has thanked: 25 times
Been thanked: 9 times

Re: PC Darksiders: Wrath of War maxscript

Post by Ares722 »

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.
User avatar
Skykila
advanced
Posts: 47
Joined: Sat Apr 03, 2010 8:03 am
Location: Russia
Has thanked: 154 times
Been thanked: 6 times

Re: PC Darksiders: Wrath of War maxscript

Post by Skykila »

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).
many thanks!
amzerof6
advanced
Posts: 57
Joined: Sat Oct 23, 2010 3:50 pm
Has thanked: 2 times
Been thanked: 2 times

Re: PC Darksiders: Wrath of War maxscript

Post by amzerof6 »

wow,so may years,finally....
thank u,very mach
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: PC Darksiders: Wrath of War maxscript

Post by zaramot »

Ares722 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.
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 soon

ImageImage
Making model-import scripts, PM
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: PC Darksiders: Wrath of War maxscript

Post by Tosyk »

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).
i really wanna extract models. can you explain this more detail? thanks
Thank you for all you do here
my blog | my forum
amzerof6
advanced
Posts: 57
Joined: Sat Oct 23, 2010 3:50 pm
Has thanked: 2 times
Been thanked: 2 times

Re: PC Darksiders: Wrath of War maxscript

Post by amzerof6 »

thanks,I waiting for this few years....
siro1987
ultra-n00b
Posts: 7
Joined: Sun Jun 13, 2010 12:02 am
Has thanked: 4 times

Re: PC Darksiders: Wrath of War maxscript

Post by siro1987 »

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).
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).
what's wrong with this?
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: PC Darksiders: Wrath of War maxscript

Post by zaramot »

Are you using command like this for offzip?

Code: Select all

offzip -a filename.oppc extract 0
Making model-import scripts, PM
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: PC Darksiders: Wrath of War maxscript

Post by Tosyk »

zaramot wrote:Are you using command like this for offzip?

Code: Select all

offzip -a filename.oppc extract 0
i'm getting .bod files at first place, but can't unpack them.
Thank you for all you do here
my blog | my forum
User avatar
zaramot
double-veteran
double-veteran
Posts: 783
Joined: Wed Jan 05, 2011 12:41 pm
Has thanked: 39 times
Been thanked: 855 times

Re: PC Darksiders: Wrath of War maxscript

Post by zaramot »

Run same command on .bod file and you will get .dat models

Code: Select all

offzip -a filename.bod extract 0
Making model-import scripts, PM
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: PC Darksiders: Wrath of War maxscript

Post by Tosyk »

zaramot wrote:Run same command on .bod file and you will get .dat models

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?

edit: okay, it actually does work for Azrael.oppc.
Thank you for all you do here
my blog | my forum
siro1987
ultra-n00b
Posts: 7
Joined: Sun Jun 13, 2010 12:02 am
Has thanked: 4 times

Re: PC Darksiders: Wrath of War maxscript

Post by siro1987 »

zaramot wrote:Are you using command like this for offzip?

Code: Select all

offzip -a filename.oppc extract 0
Finally, I down another offzip from luigi's HP, and it solved the problem.
And, maybe there's something wrong during unpacking with offzip, not of all .dat file can be imported to MAX, just like Abaddon the final boss, and War's berserker mode, it's a pity but still thanks a lot.
and now I'm going to rip textures form the gameXD
Post Reply