Search found 797 matches
- Tue Dec 20, 2016 6:25 pm
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
As you can see it's very simple code. So I'd suggest to learn C (or any other programming or script language). Up to then you might try out this tool (for ps3 only) to create the H2O files for you: MakeH2O-bins-Ben10UA.zip Thanks a lot mate! It works fine for almost all *.ps3 files. But as you've s...
- Tue Dec 20, 2016 6:17 pm
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
g_hm.ps3 :D g_hm_ps3.png Thanks! Actually I did have tried that startaddr of the face indices, but using a wrong vertices startaddr. Since 4532*44(dec) equals 0x30af0, subtract it from 0x1b3b00 we get 0x183110. Then why should the correct address be 0x182fe0? And I'm still confused about the FVFsiz...
- Tue Dec 20, 2016 2:11 pm
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
And here the result for the g_hm.xbx:
- Tue Dec 20, 2016 2:07 pm
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
Models are simple 1-mesh models (at least from the first look) http://i.imgur.com/DPbwcbH.png I've read the tutorial again and again and indeed I've learned a little more than before. However I'm still not quite good at this: g_hm_ps3.jpg (Also tried the g_hm.xbx, with similar results) Seems I'm on...
- Sat Dec 17, 2016 3:19 pm
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
The only way is to learn how textures may look like, find some patterns inside of data, and then find a way to detect this. I can compare several dds files to figure out their common characteristics however these characteristics may only shared by the several files I compared. Namely I'm not likely...
- Sat Dec 17, 2016 2:31 pm
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
Note that its possible in those other games format may be slightly different, and may require 3 different tools. You're right. They are different, at least the textures no more start at 90 43 40 00. Well, it's getting harder for me then coz I have no idea about how to identify the start address of ...
- Thu Dec 15, 2016 5:57 pm
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
There are about 10 characters here. It will be MORE work to write a tool than to get all the meshes by hand. There're still other two games of Ben 10 powered by the same engine that I'd like to get models from. Actually there are over 17 characters in this game, so plus the other two there're gonna...
- Thu Dec 15, 2016 4:09 pm
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
from g_ad.xbx :D g_ad_xbx.png the same character in g_ad.ps3 has the same settings except for the start addresses step1 start address = 11d0e0 step3 start address = e3220 the characters appear as one mesh but there is submeshes in the file, i don't know if they are accessories or what though (: I'v...
- Thu Dec 15, 2016 12:06 am
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
So is it hard to extract bones data? If it's not a practical idea I may just get the meshes with hex2obj. Anyway thanks for your hints! Getting bones will require some programming even in simplest case. Well, then. Obviously I don't have such skill as programing to extract that, so it's OK for me t...
- Wed Dec 14, 2016 5:36 pm
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
Models are simple 1-mesh models (at least from the first look) http://i.imgur.com/DPbwcbH.png Not sure if you need bones, but if not, you can get all models with hex2obj Bones are not a must if animations cannot be imported into 3D applications but it would be nice to have bones though. So is it ha...
- Tue Dec 13, 2016 3:48 pm
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
i updated my previous post with a zip file containing a better bms and Noesis python script to handle both PS3 or X360 textures :D you can delete that one in your quote now, is obsolete :) Great! Now I can successfully extract all textures from both XBox 360 & PS3 versions. Thanks for the efforts d...
- Tue Dec 13, 2016 1:10 pm
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
here is a generic bms script to split the textures from the *.ps3 archives :D findloc OFFSET binary "\x90\x43\x40\x00" do goto OFFSET get SKIP long findloc NEXT_OFFSET binary "\x90\x43\x40\x00" 0 "" if NEXT_OFFSET == "" get SIZE asize else math SIZE = NEXT_OFFSET endif math SIZE -= OFFSET get NAME ...
- Tue Dec 13, 2016 1:02 pm
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
they all seem like normal dds files to me just split them by searching for 90 43 40 00 start with this tutorial http://forum.xentax.com/viewtopic.php?f=29&t=10894 vaps are the different chunks of data in the file just split the file on each vaps and you can see the different types. I know they are ...
- Tue Dec 13, 2016 11:31 am
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
They are just dds files that have the wrong header they start with hex 90 43 40 00 I just pasted a correct dds header on them. The mesh data is in there you can see the different sections just search for vaps If you want the models I would read some of the tutorials around here and I am sure people...
- Tue Dec 13, 2016 12:17 am
- Forum: 3D/2D models
- Topic: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models
- Replies: 214
- Views: 29994
Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod
here are some textures from g_ad.ps3 looks like there is some kind of mesh data in there also. might be this guy http://media.gamerevolution.com/images/games/ps3/ben-10-ultimate-alien-cosmic-destruction/ben-10-ultimate-alien-cosmic-destruction_004.jpg Thanks a lot! It's Armodrillo's textures. Can y...
