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

(PC) Mega Man X8 WSX/WPG

Post questions about game models here, or help out others!
kinlyki
advanced
Posts: 40
Joined: Sat Jun 20, 2015 5:36 pm

Re: (PC) Mega Man X8 WSX/WPG

Post by kinlyki »

daemon, are you sure the program converts all models?
There seems to be quite a few files that are never converted.
http://i.imgur.com/zGwr965.png
1st one can be converted.
2nd cannot be converted even though the format looks the same.
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2871 times

Re: (PC) Mega Man X8 WSX/WPG

Post by daemon1 »

I DONT have the game. It worked on all files I had (people gave me). I have no other files.
kinlyki
advanced
Posts: 40
Joined: Sat Jun 20, 2015 5:36 pm

Re: (PC) Mega Man X8 WSX/WPG

Post by kinlyki »

These are two files inside as examples.

Could you make a plugin for Noesis to open up the .dat files instead of a program that just converts it to obj? Or is that impossible?
BTW, if I wanted to make a .bat file that makes the program run on all files in a folder, what code do I write?
You do not have the required permissions to view the files attached to this post.
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2871 times

Re: (PC) Mega Man X8 WSX/WPG

Post by daemon1 »

kinlyki wrote:These are two files inside as examples.

Could you make a plugin for Noesis to open up the .dat files instead of a program that just converts it to obj? Or is that impossible?
BTW, if I wanted to make a .bat file that makes the program run on all files in a folder, what code do I write?
I can make a plugin, but I don't have time for this. Why don't you like OBJ?

As for these models, they are some weapons. This is a version of tool for them.
You do not have the required permissions to view the files attached to this post.
kinlyki
advanced
Posts: 40
Joined: Sat Jun 20, 2015 5:36 pm

Re: (PC) Mega Man X8 WSX/WPG

Post by kinlyki »

I only asked for a plugin for Noesis because it would be easier to find which model I'm looking for before converting.
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2871 times

Re: (PC) Mega Man X8 WSX/WPG

Post by daemon1 »

ok. make batch, and then use noesis on OBJ files.

google how to make batch files
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: (PC) Mega Man X8 WSX/WPG

Post by Acewell »

kinlyki wrote:if I wanted to make a .bat file that makes the program run on all files in a folder, what code do I write?
here you go this works :D

Code: Select all

for %%G in (*.dat) do Megaman_x8_static %%G
this one runs Megaman_x8_static.exe,
you'll need to change that or make another bat file for Megaman_x8.exe i guess.
User avatar
zheneq
advanced
Posts: 43
Joined: Fri Jul 17, 2015 6:09 am
Location: Moscow, Russia
Has thanked: 7 times
Been thanked: 30 times

Re: (PC) Mega Man X8 WSX/WPG

Post by zheneq »

I actually wrote a Noesis plugin for wsx/wpg a while ago. It's a bit of a mess but should be working fine.

https://github.com/Zheneq/Noesis-Plugins
kinlyki
advanced
Posts: 40
Joined: Sat Jun 20, 2015 5:36 pm

Re: (PC) Mega Man X8 WSX/WPG

Post by kinlyki »

Isn't a .wsx file an archive with multiple models in it? how does that work?
User avatar
zheneq
advanced
Posts: 43
Joined: Fri Jul 17, 2015 6:09 am
Location: Moscow, Russia
Has thanked: 7 times
Been thanked: 30 times

Re: (PC) Mega Man X8 WSX/WPG

Post by zheneq »

Noesis supports multimodel files. You can navigate to the model you need (press 3 skeletons button to go to the next one) and then 'Export from preview'.
Darkfox
VVIP member
VVIP member
Posts: 688
Joined: Fri Jul 04, 2003 6:11 pm
Has thanked: 33 times
Been thanked: 16 times

Re: (PC) Mega Man X8 WSX/WPG

Post by Darkfox »

You say it is a bit of a mess, but it is pretty much complete and vastly superior to simply grabbing the geometry and making a static OBJ. I'd say this format was 100%, so both a congrats and thanks are in order. I mean, holy hell, you even have animations!
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2871 times

Re: (PC) Mega Man X8 WSX/WPG

Post by daemon1 »

Darkfox wrote:You say it is a bit of a mess, but it is pretty much complete and vastly superior to simply grabbing the geometry and making a static OBJ.
To the time I got to this thread all your posts (with data) were already deleted, so I don't know what you needed and why.

I must say, you can't just "simply grab" the geometry in this game.

This is your thread and you must know it. Your question existed from 2011 and no one was able to build the geometry, everybody failed. Remember those " messy triangles? " The way they store the geometry is really weird. That's why I think he said that it's "a bit of a mess".
User avatar
zheneq
advanced
Posts: 43
Joined: Fri Jul 17, 2015 6:09 am
Location: Moscow, Russia
Has thanked: 7 times
Been thanked: 30 times

Re: (PC) Mega Man X8 WSX/WPG

Post by zheneq »

No, I'm just saying that the code is a mess. I wanted to polish it up a little more before publishing... and forgot about it for several months. Well, maybe later I'll find time for that. =)

Messy triangles? There is nothing weird there, just some meshes are stored as plain triangles, and some as tri-strips. That's what's wrong with Axl's mesh above - tri-strip data is interpreted as plain tris.

Now I wonder why so many people need models from such an old game :)
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2871 times

Re: (PC) Mega Man X8 WSX/WPG

Post by daemon1 »

zheneq wrote:Messy triangles? There is nothing weird there
If you're 3d-graphics specialist, maybe. But if you're just converting models for fun, like most people here, this is not an obvious thing. All games nowadays use face indices. Not tristrips. Also there are many ways of building a tri-strip.
zheneq wrote:That's what's wrong with Axl's mesh above - tri-strip data is interpreted as plain tris.
No. In that case he'd end up with a model with only a few faces, and many many holes. He definitely tried to build the tristrip, but failed. Its not an easy thing to do when you never seen it before.
User avatar
zheneq
advanced
Posts: 43
Joined: Fri Jul 17, 2015 6:09 am
Location: Moscow, Russia
Has thanked: 7 times
Been thanked: 30 times

Re: (PC) Mega Man X8 WSX/WPG

Post by zheneq »

daemon1 wrote:No. In that case he'd end up with a model with only a few faces, and many many holes.
Yep, that's right. I thought the game didn't use tri-strips much. But since it doesn't use face indices, plain tris are too excessive.
daemon1 wrote:If you're 3d-graphics specialist, maybe. But if you're just converting models for fun, like most people here, this is not an obvious thing. All games nowadays use face indices. Not tristrips.
Well... Ok. I am no 3d specialist but I studied the basics of DirectX/OpenGL once upon a time. And I didn't know this thing was kind of outdated.
daemon1 wrote:Also there are many ways of building a tri-strip.
Really? I know only one.
Post Reply