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

[Request] Elsword

Post questions about game models here, or help out others!
Post Reply
User avatar
CriticalError
double-veteran
double-veteran
Posts: 678
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 104 times
Been thanked: 41 times

[Request] Elsword

Post by CriticalError »

Textures: DDS-TGA
Mesh: Y-X (I think)
Unknown: LUA-TET

ImageImage

Y & X files have this in the header.

Image

Elsword 2D-3D Samples
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: [Request] Elsword

Post by finale00 »

Just binary directx file compressed using bzip.

I think the directx SDK comes with tools for opening that.
I've been wanting to write a decompressor but never got to it.

.Y files are regular directx text format.
illian
beginner
Posts: 21
Joined: Sun Feb 05, 2012 1:36 pm
Has thanked: 2 times

Re: [Request] Elsword

Post by illian »

Do you have any tool to decompress files compressed with Bzip?
I've tried Bzip2, but seems to not work :/
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: [Request] Elsword

Post by chrrox »

illian
beginner
Posts: 21
Joined: Sun Feb 05, 2012 1:36 pm
Has thanked: 2 times

Re: [Request] Elsword

Post by illian »

What is the proper header of an uncompressed .x? :D
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: [Request] Elsword

Post by chrrox »

depends on the file format
most likely
xof 0303txt 0032
or
xof 0303bin 0032
or in hex
78 6F 66 20 30 33 30 33 74 78 74 20 30 30 33 32
or
78 6F 66 20 30 33 30 33 62 69 6E 20 30 30 33 32

http://paulbourke.net/dataformats/directx/
illian
beginner
Posts: 21
Joined: Sun Feb 05, 2012 1:36 pm
Has thanked: 2 times

Re: [Request] Elsword

Post by illian »

It works! :D

Thank you Chrrox <3
Post Reply