Ripping Dead Space 1-3 models with animations and textures.

Post questions about game models here, or help out others!
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 3461
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 955 times
Been thanked: 1876 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by shakotay2 » Fri Oct 21, 2016 1:29 pm

the format looks pretty simple (just looked at the wrong place for the uvs :roll: ):
0085_mesh_body_dism-geo-UVs.JPG
For some models uvs still unsure, though:
viewtopic.php?f=16&t=14622&p=120255&hil ... ng#p120255
You do not have the required permissions to view the files attached to this post.
Bigchillghost, Reverse Engineering a Game Model: viewtopic.php?f=29&t=17889
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."

User avatar
Acewell
VIP member
VIP member
Posts: 1329
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2683 times
Been thanked: 841 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by Acewell » Sat Oct 22, 2016 1:38 am

here is Noesis python script to open your "brute" samples :D
*updated Jan 30, 2017*
fmt_DeadSpace1_geo.zip
supports geometry and UVs, nothing fancy

strange looking fellow..
Image

looks like the difference between DS1 and DS2/3 models is DS1 stores the UV data
with the model where DS2/3 store it in a separate file in the "MeshVolatile" folder.
You do not have the required permissions to view the files attached to this post.
Last edited by Acewell on Mon Jan 30, 2017 5:42 pm, edited 4 times in total.

User avatar
MaZTeR
mega-veteran
mega-veteran
Posts: 183
Joined: Sat Jul 09, 2016 4:06 pm
Location: Finland
Has thanked: 4 times
Been thanked: 10 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by MaZTeR » Sat Oct 22, 2016 11:21 am

AceWell wrote:here is Noesis python script to open your "brute" samples :D
fmt_DeadSpace1_geo.zip
supports geometry and UVs, nothing fancy

strange looking fellow..
Image

looks like the difference between DS1 and DS2/3 models is DS1 stores the UV data
with the model where DS2/3 store it in a separate file in the "MeshVolatile" folder.
hey, thanks!

User avatar
MaZTeR
mega-veteran
mega-veteran
Posts: 183
Joined: Sat Jul 09, 2016 4:06 pm
Location: Finland
Has thanked: 4 times
Been thanked: 10 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by MaZTeR » Sat Oct 22, 2016 12:45 pm

It seems that your script flips the UVs so that the textures are wrong.

User avatar
Acewell
VIP member
VIP member
Posts: 1329
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2683 times
Been thanked: 841 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by Acewell » Sat Oct 22, 2016 1:42 pm

MaZTeR wrote:It seems that your script flips the UVs so that the textures are wrong.
no, Noesis flips the UVs unless you export as fbx, otherwise you have to tick the flip uv option when exporting,
either that or you can just flip the textures, doesn't really matter as long as they both match :D

User avatar
MaZTeR
mega-veteran
mega-veteran
Posts: 183
Joined: Sat Jul 09, 2016 4:06 pm
Location: Finland
Has thanked: 4 times
Been thanked: 10 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by MaZTeR » Sat Oct 22, 2016 6:36 pm

AceWell wrote:
MaZTeR wrote:It seems that your script flips the UVs so that the textures are wrong.
no, Noesis flips the UVs unless you export as fbx, otherwise you have to tick the flip uv option when exporting,
either that or you can just flip the textures, doesn't really matter as long as they both match :D
Okay, well, I got that fixed by just assambeling the parts into one model and then flipping that model's UVs.

Also another problem with that is that the models are really small, and I have to resize them in 3D Max.

Nexus Elite
n00b
Posts: 17
Joined: Fri Apr 15, 2011 6:36 pm
Has thanked: 4 times
Been thanked: 1 time

Re: Ripping Dead Space 1-3 models with animations and textur

Post by Nexus Elite » Sun Oct 23, 2016 9:28 am

AceWell wrote:here is Noesis python script to open your "brute" samples :D
fmt_DeadSpace1_geo.zip
supports geometry and UVs, nothing fancy

.
Will this work with the other files of DeadSpace 1? and plan to do the other 2 dead space?

User avatar
MaZTeR
mega-veteran
mega-veteran
Posts: 183
Joined: Sat Jul 09, 2016 4:06 pm
Location: Finland
Has thanked: 4 times
Been thanked: 10 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by MaZTeR » Sun Oct 23, 2016 10:33 am

Nexus Elite wrote:
AceWell wrote:here is Noesis python script to open your "brute" samples :D
fmt_DeadSpace1_geo.zip
supports geometry and UVs, nothing fancy

.
Will this work with the other files of DeadSpace 1? and plan to do the other 2 dead space?
So far his texture script has worked on all DS2 and 3 textures, so presumably yes it should work on all the models.

For the other games, please see my tutorial for all the files found from this thread and some other pages used in the extracting process:
https://facepunch.com/showthread.php?t= ... st51222401

With it, you can extract the models, textures and skeletons from all the games combined with the script for DS1. However, the models will not be rigged so you need to rig them again to the skeleton. The skeleton is the .rcb.win file.

User avatar
MaZTeR
mega-veteran
mega-veteran
Posts: 183
Joined: Sat Jul 09, 2016 4:06 pm
Location: Finland
Has thanked: 4 times
Been thanked: 10 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by MaZTeR » Sun Oct 23, 2016 10:50 am

Could anyone take a look at the animations for example for the Brute from Dead Space 2?

I'll provide everything here:
https://www.dropbox.com/s/uurmhyhbwwsm8 ... t.rar?dl=0

User avatar
MaZTeR
mega-veteran
mega-veteran
Posts: 183
Joined: Sat Jul 09, 2016 4:06 pm
Location: Finland
Has thanked: 4 times
Been thanked: 10 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by MaZTeR » Sun Oct 23, 2016 3:49 pm

I need a script for the health + stasis bar textures. Preferably added to the already existing ds1,2 and 3 script.
You do not have the required permissions to view the files attached to this post.

User avatar
Acewell
VIP member
VIP member
Posts: 1329
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2683 times
Been thanked: 841 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by Acewell » Mon Oct 24, 2016 4:18 am

MaZTeR wrote:I need a script for the health + stasis bar textures. Preferably added to the already existing ds1,2 and 3 script.
you'll need to include the corresponding tg4d files too because i have no idea how to treat "L8A8" textures :?

User avatar
MaZTeR
mega-veteran
mega-veteran
Posts: 183
Joined: Sat Jul 09, 2016 4:06 pm
Location: Finland
Has thanked: 4 times
Been thanked: 10 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by MaZTeR » Mon Oct 24, 2016 5:49 am

AceWell wrote:
MaZTeR wrote:I need a script for the health + stasis bar textures. Preferably added to the already existing ds1,2 and 3 script.
you'll need to include the corresponding tg4d files too because i have no idea how to treat "L8A8" textures :?
Ah, here are all the files of the Advanced RIG.

https://www.dropbox.com/s/361rpbqg5o2ad ... d.rar?dl=0

User avatar
Acewell
VIP member
VIP member
Posts: 1329
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2683 times
Been thanked: 841 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by Acewell » Mon Oct 24, 2016 8:00 am

okay i updated the script here for L8A8, it might not be right but it works :]
viewtopic.php?p=122302#p122302
i'm not sure why you need those tiny textures but at least now you can open them, enjoy! (:

User avatar
MaZTeR
mega-veteran
mega-veteran
Posts: 183
Joined: Sat Jul 09, 2016 4:06 pm
Location: Finland
Has thanked: 4 times
Been thanked: 10 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by MaZTeR » Mon Oct 24, 2016 11:10 am

AceWell wrote:okay i updated the script here for L8A8, it might not be right but it works :]
viewtopic.php?p=122302#p122302
i'm not sure why you need those tiny textures but at least now you can open them, enjoy! (:
Thanks, I'll try it later.

And I don't think I need those tiny textures, I have no clue what they are even used. They came in with the other files as I just dragged and dropped everything extracted from the game files to the .rar :)

User avatar
MaZTeR
mega-veteran
mega-veteran
Posts: 183
Joined: Sat Jul 09, 2016 4:06 pm
Location: Finland
Has thanked: 4 times
Been thanked: 10 times

Re: Ripping Dead Space 1-3 models with animations and textur

Post by MaZTeR » Mon Oct 24, 2016 2:13 pm

It opens the files and exports them with no problem but there's nothing appearing. Everything is transparent.

Post Reply