How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post questions about game models here, or help out others!
lilyampykidYTXeNTaX
advanced
Posts: 72
Joined: Wed Apr 28, 2021 6:32 pm
Has thanked: 6 times
Been thanked: 5 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by lilyampykidYTXeNTaX » Wed Apr 28, 2021 6:34 pm

I'm new to XeNTaX, but how do I get the models from Ultimate Alien: Cosmic Destruction or Alien Force: Vilgax Attacks?

User avatar
thekale
n00b
Posts: 16
Joined: Mon Nov 30, 2020 3:51 pm
Has thanked: 2 times
Been thanked: 6 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by thekale » Mon May 10, 2021 1:53 am

shakotay2 wrote:
Wed Jan 13, 2021 3:35 pm
I wouldn't bet that someone will finish it.
It's not too hard to trick around with the script, the line in question is
while cnt < 5 :

For l_bell_d.xbx you can replace 5 by 21, but some sub meshes come out ugly then because they require noesis.RPGEO_TRIANGLE_STRIP
(So there must be a flag in the model data indicating which sort of triangles to be used, the harder part.)

From the first run with (noesis.RPGEO_TRIANGLE) you'll get 5 proper sub meshes (I hope).

You might try a "brute force" attempt/second run using strips for all 21 submeshes.
This way you should get all submeshs (with superfluous faces, though).

Well, this was pretty simple (exported from Noesis as wavefront obj):
.
l_bell_d.jpg
(Keep in mind that the first five objects should use "normal" triangles, not strips.)
Thanks!
Meshes extracted successfully :D
I couldn't extract the original textures, so i used the wii ones :(
You do not have the required permissions to view the files attached to this post.

lilyampykidYTXeNTaX
advanced
Posts: 72
Joined: Wed Apr 28, 2021 6:32 pm
Has thanked: 6 times
Been thanked: 5 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by lilyampykidYTXeNTaX » Sat May 22, 2021 6:10 pm

shakotay2 wrote:
Wed Jan 13, 2021 3:35 pm
I wouldn't bet that someone will finish it.
It's not too hard to trick around with the script, the line in question is
while cnt < 5 :

For l_bell_d.xbx you can replace 5 by 21, but some sub meshes come out ugly then because they require noesis.RPGEO_TRIANGLE_STRIP
(So there must be a flag in the model data indicating which sort of triangles to be used, the harder part.)

From the first run with (noesis.RPGEO_TRIANGLE) you'll get 5 proper sub meshes (I hope).

You might try a "brute force" attempt/second run using strips for all 21 submeshes.
This way you should get all submeshs (with superfluous faces, though).

Well, this was pretty simple (exported from Noesis as wavefront obj):
.
l_bell_d.jpg
(Keep in mind that the first five objects should use "normal" triangles, not strips.)
well, is there a download for those models? or the link for file?

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: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by shakotay2 » Sun May 23, 2021 8:31 am

Xentax threads are for research, not to provide you with models. You'll need the game to get them. :)

(Research is done, more or less, so no need to have working links to samples any more.)
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."

lilyampykidYTXeNTaX
advanced
Posts: 72
Joined: Wed Apr 28, 2021 6:32 pm
Has thanked: 6 times
Been thanked: 5 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by lilyampykidYTXeNTaX » Sun May 23, 2021 5:51 pm

I don't have a PC that has alot of gigabytes anymore but this time it is 28.0 GB so...
I wouldn't know why. I just never haven gotten the Ben model with the Omnitrix from Vilgax Attacks tho.
Not to be rude but, It's difficult getting the models
Edit: Which file contains those models?

lilyampykidYTXeNTaX
advanced
Posts: 72
Joined: Wed Apr 28, 2021 6:32 pm
Has thanked: 6 times
Been thanked: 5 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by lilyampykidYTXeNTaX » Sun May 23, 2021 7:26 pm

shakotay2 wrote:
Wed Jan 13, 2021 3:35 pm
I wouldn't bet that someone will finish it.
It's not too hard to trick around with the script, the line in question is
while cnt < 5 :

For l_bell_d.xbx you can replace 5 by 21, but some sub meshes come out ugly then because they require noesis.RPGEO_TRIANGLE_STRIP
(So there must be a flag in the model data indicating which sort of triangles to be used, the harder part.)

From the first run with (noesis.RPGEO_TRIANGLE) you'll get 5 proper sub meshes (I hope).

You might try a "brute force" attempt/second run using strips for all 21 submeshes.
This way you should get all submeshs (with superfluous faces, though).

Well, this was pretty simple (exported from Noesis as wavefront obj):
.
l_bell_d.jpg
(Keep in mind that the first five objects should use "normal" triangles, not strips.)
What addon do you use for those models?

lilyampykidYTXeNTaX
advanced
Posts: 72
Joined: Wed Apr 28, 2021 6:32 pm
Has thanked: 6 times
Been thanked: 5 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by lilyampykidYTXeNTaX » Mon May 24, 2021 10:59 pm

shakotay2 wrote:
Sun May 23, 2021 8:31 am
Xentax threads are for research, not to provide you with models. You'll need the game to get them. :)

(Research is done, more or less, so no need to have working links to samples any more.)
Hey, can I get a mediafire download link for those Ben 10 Vilgax Attacks models you got? I don't need the game and it's difficult to import those on a 32-bit laptop. :(

User avatar
thekale
n00b
Posts: 16
Joined: Mon Nov 30, 2020 3:51 pm
Has thanked: 2 times
Been thanked: 6 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by thekale » Tue May 25, 2021 5:55 pm

I was working on Ben 10 Alien force (wii), and got some entity templates files but i couldn't extracted them.
I also noticed that there's some bone data in the file.
If anyone can help me, I would really appreciate it.
Edit: :keke:
I forgot to put the sample :roll:
Sample
You do not have the required permissions to view the files attached to this post.
Last edited by thekale on Thu May 27, 2021 2:20 am, edited 2 times in total.

lilyampykidYTXeNTaX
advanced
Posts: 72
Joined: Wed Apr 28, 2021 6:32 pm
Has thanked: 6 times
Been thanked: 5 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by lilyampykidYTXeNTaX » Tue May 25, 2021 6:23 pm

Oh dear. Can you try ripping the Ben Tennyson model from Ben 10 Alien Force: The Game for PSP with the textures and maybe show a screenshot?
(btw i can't rip any of the game models at the moment since i need a new pc that has loads of gigabytes though)
Edit: thekale, Did you rip the model and show screenshot yet?
You do not have the required permissions to view the files attached to this post.

lilyampykidYTXeNTaX
advanced
Posts: 72
Joined: Wed Apr 28, 2021 6:32 pm
Has thanked: 6 times
Been thanked: 5 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by lilyampykidYTXeNTaX » Tue May 25, 2021 9:12 pm

thekale wrote:
Tue May 25, 2021 5:55 pm
I was working on Ben 10 Alien force (wii), and got some entity templates files but i couldn't extracted them.
I also noticed that there's some bone data in the file.
If anyone can help me, I would really appreciate it.
Hey my dude, could you try ripping the Ben Tennyson model from Ben 10: Alien Force for PS2, PSP or Wii? Then send the link and screenshot to Deviantart on chat?

lilyampykidYTXeNTaX
advanced
Posts: 72
Joined: Wed Apr 28, 2021 6:32 pm
Has thanked: 6 times
Been thanked: 5 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by lilyampykidYTXeNTaX » Thu May 27, 2021 5:08 pm

thekale wrote:
Tue May 25, 2021 5:55 pm
I was working on Ben 10 Alien force (wii), and got some entity templates files but i couldn't extracted them.
I also noticed that there's some bone data in the file.
If anyone can help me, I would really appreciate it.
Edit: :keke:
I forgot to put the sample :roll:
Sample
Y'know, you can do a sample of Ben Tennyson too so I can see the model and textures by download link?

lilyampykidYTXeNTaX
advanced
Posts: 72
Joined: Wed Apr 28, 2021 6:32 pm
Has thanked: 6 times
Been thanked: 5 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by lilyampykidYTXeNTaX » Tue Jun 01, 2021 8:59 pm

Good news! I got a model of Ben Tennyson from Ben 10: Alien Force for PSP!
Ben_Tennyson_model_pic.png
I also might get a download link later
You do not have the required permissions to view the files attached to this post.

lilyampykidYTXeNTaX
advanced
Posts: 72
Joined: Wed Apr 28, 2021 6:32 pm
Has thanked: 6 times
Been thanked: 5 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by lilyampykidYTXeNTaX » Thu Jun 10, 2021 8:36 pm

Bigchillghost wrote:
Mon Dec 12, 2016 2:21 pm
Hey guys! I need help to get some models from the video game Ben 10 Ultimate Alien: Cosmic Destruction,
which was powered by Vicious Engine.

Image

I really love this cartoon series so I'm about crazy for collecting their models.

Well I've checked the forum and found a post about a game of Vicious Engine but didn't find much useful.
All I know so far is that for every version published on each platform some of its files were named in the
same way, for instance, xxx.ps3 on PS3, xxx.xbx on XBox 360 and xxx.wii on Wii, which implys they may
be in the same way of encryption. Besides, these models were created in 3Ds Max, but not sure if their
format is still max.
Screenshot From The Bonus Video .jpg

Below are some samples I extracted from the ISO file:

XBox 360 Version
PS3 Version
Wii Version

Seems the scripts folder within stores their animation files, who knows!

I know I can rip these models through Dolphin, but I'm more eager to get them from Xbox 360 and
PS3 versions, as there're some exclusive characters and they're of higher resources of course. So
Wii version files are just for compare.

Any help is appreciated!
Uhh...
Dude? When I go into the global download links, It gives me the file doesn't exist error.

lilyampykidYTXeNTaX
advanced
Posts: 72
Joined: Wed Apr 28, 2021 6:32 pm
Has thanked: 6 times
Been thanked: 5 times

Re: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Mod

Post by lilyampykidYTXeNTaX » Mon Jun 14, 2021 6:22 pm

Hey Shakotay2, do you happen to have a download link for the GetBen10-UA-CDM file plugin so I can look at the models from Ben 10: Alien Force Vilgax Attacks?
Plus, I can't get the XBX files supported onto Noesis.

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: How to Get Ben 10 Ultimate Alien: Cosmic Destruction Models

Post by shakotay2 » Mon Jun 14, 2021 10:49 pm

Read from here, again (ignore the .ps3 part):
shakotay2 wrote:
Sun Mar 29, 2020 7:57 am
----------------------------------------------------------------------------------
lilyampykidYTXeNTaX wrote:
Mon Jun 14, 2021 6:22 pm
Plus, I can't get the XBX files supported onto Noesis.
Copy the script code for .xbx files in the above mentioned post(s) into a fmt_Ben10_xbx.py file (Windows Explorer -> New Text Document). Rename from .txt to .py
Then copy the .py file into Noesis' sub folder \plugins\python

Start Noesis.exe:
.
Noesis_py_plugin.png
AND, keep in mind, that I checked l_bell_d.xbx only, so don't blame me if the script doesn't work for other xbx files.
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."

Post Reply