
Hello guys, well with small help of Ekey aka Hax0r I unpack the game, I get a lot files, I leave here a small info about this files.
- MDL= Mesh
- DDS= Texture
- FMV= Animations



Code: Select all
struct header ( //0x10-bytes
char[4] Game_ID
dword Version
char[4] Resourse_ID
word Object_Type
word ?
)
struct ObjectInfo (
dword ofs_Material
dword Size_Material_Block
dword ofs_Unknown
dword Size_Unknown_Block
dword ofs_Mesh_Info
dword Size_Mesh_Info_Block
dword ofs_Vertices
dword Size_Vertices_Block
dword ofs_Faces
dword Size_Faces_Block
*dword ofs_DUMMY //Type 2 only
*dword Size_DUMMY_Block
...
)
Struct Vertex (
float[3] Coordinate_XYZ
float[3] Normal_XYZ
float[2] Texture_UV
)
struct Face {
word[3] Index_XYZ
}
I put original name in chinese, why don't copy it and paste in google? maybe you got somethingpeto1488 wrote:and download client or link on website?



yes I have bms script.glcat wrote:CriticalError,how to unpack it,do you have the BMS script

hereglcat wrote:CriticalError,how to unpack it,do you have the BMS script
