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!
sidhi
ultra-n00b
Posts: 6
Joined: Fri May 10, 2013 4:35 pm
Has thanked: 10 times

Re: (PC) Mega Man X8 WSX/WPG

Post by sidhi »

I manage to grab the texture from wpg using your ripper.zip

things that left are how to extract the 3D model from the WSX ??? How can you got that nice result ???
aaiki14
ultra-n00b
Posts: 3
Joined: Wed Nov 09, 2011 10:05 am

Re: (PC) Mega Man X8 WSX/WPG

Post by aaiki14 »

mariokart64n wrote:the wsx filesystem looks simple
LONG: Count
LONG: Data Size
LONG: Offsets (Loop*Count)

I broke down wsx and examined the parts individually.. each part is different, and I haven't found out what all the components do.

anyway I did find the geometry component, holding the vertex info. but I'm not sure how to read through the file yet. just as a test I hardcoded the offset and imported the vertex data.

Image

in file:PL_A.wsx @ 0xFBE6, each vertex definition is 60bytes long. XYZ,nX,nY,nZ,N,U,V
at that particular offset the count was 6974, I need to back trace the number to see where the geometry definitions are stored.
how did you get and extract axl mesh?
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 was able to make a tool for this. It's almost done.

Image

UVs and textures also work.

Image
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 »

This is the tool for Mega Man X8 Models

First use it on WSX file, you'll get all files split, including animations and whatever is there.

Then, use the same tool on the extracted files and it will only convert those which are models to OBJ files.

Or just run batch file to try and convert them all to OBJ.
You do not have the required permissions to view the files attached to this post.
GhostTrain
ultra-n00b
Posts: 3
Joined: Thu Nov 13, 2014 5:32 pm

Re: (PC) Mega Man X8 WSX/WPG

Post by GhostTrain »

[bruce] (me being the ninja getting knocked down)

ok so. For someone less brainy like me, how can I fix the way certain textures are displayed?

The tools work great, but the textures, while they appear correct in their thumbnail image,
if I open them up in any photoshop or xnview some are transparent and bright green and/or a little distorted.
Is there way to get those textures looking correct like their thumbnails do?
LookitThis.jpg
(To be more specific the images look ok in Explorer, but not in image editors, viewers or 3D apps)
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 »

GhostTrain wrote:The tools work great, but the textures...
Yes, these are not exactly correct BMP files. I was opening them with paint and saving back to correct this.
kinlyki
advanced
Posts: 40
Joined: Sat Jun 20, 2015 5:36 pm

Re: (PC) Mega Man X8 WSX/WPG

Post by kinlyki »

So I drag and dropped a wsx file into the tool and got a bunch of .dat files.

How do I view them?
GhostTrain
ultra-n00b
Posts: 3
Joined: Thu Nov 13, 2014 5:32 pm

Re: (PC) Mega Man X8 WSX/WPG

Post by GhostTrain »

daemon1 wrote:
GhostTrain wrote:The tools work great, but the textures...
Yes, these are not exactly correct BMP files. I was opening them with paint and saving back to correct this.
Oh! Perfect! That did the trick. Best fix ever. Thanks
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:So I drag and dropped a wsx file into the tool and got a bunch of .dat files.

How do I view them?
daemon1 wrote:This is the tool for Mega Man X8 Models

First use it on WSX file, you'll get all files split, including animations and whatever is there.

Then, use the same tool on the extracted files and it will only convert those which are models to OBJ files.

Or just run batch file to try and convert them all to OBJ.
kinlyki
advanced
Posts: 40
Joined: Sat Jun 20, 2015 5:36 pm

Re: (PC) Mega Man X8 WSX/WPG

Post by kinlyki »

Does anyone know where the models for those gems things that fly around Lumine's first form are?
User avatar
UltimateSora
beginner
Posts: 25
Joined: Thu Jun 23, 2011 7:56 pm
Has thanked: 5 times

Re: (PC) Mega Man X8 WSX/WPG

Post by UltimateSora »

Hi, for some reason I'm unable to extract anything from the WSX files. I'm dragging the WSX onto the exe but it just crashes. (Image below)

https://drive.google.com/file/d/0B8PW-L ... sp=sharing
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 »

Access denied. Put this into another folder (not program files) and run. Or run cmd as admin
User avatar
UltimateSora
beginner
Posts: 25
Joined: Thu Jun 23, 2011 7:56 pm
Has thanked: 5 times

Re: (PC) Mega Man X8 WSX/WPG

Post by UltimateSora »

daemon1 wrote:Access denied. Put this into another folder (not program files) and run. Or run cmd as admin
I've tried putting both the exe and a wsx into other folders such as Documents and C:\Folder but I get the same crash and there's no change when using the command line either.

https://drive.google.com/file/d/0B8PW-L ... sp=sharing
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 »

Configure your system so the tool can open the file. Because still access denied.
User avatar
UltimateSora
beginner
Posts: 25
Joined: Thu Jun 23, 2011 7:56 pm
Has thanked: 5 times

Re: (PC) Mega Man X8 WSX/WPG

Post by UltimateSora »

Oh I figured it out, the files were set to Read Only. Thanks. :)
Post Reply