Working on Chinatown Wars #8
spicybung
started this conversation in
Show and tell
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello hello, in the middle of everything - I had an epiphany of parsing Chinatown Wars .MDL types while cross checking between binary data and Chinatown Wars Explorer(see: https://gtaforums.com/topic/781150-relctw-chinatown-wars-mobile-resource-explorer/). This version of .MDL's doesn't follow the .MDL format started by Quake at all(Leeds .MDLs are usually based off the Quake .MDL format). The header holds no signification value, but the resource table after it does. It's almost like CW .MDL's are like mini-LVZ's: files with a resource table pointing to all the parts of the world resource. The pointers in the table lead you to smaller GM sections(Game Mesh? Game Model? GTA Model?), each containing a mesh/part. There's some others things, too, but for now, I'm tired.
Beta Was this translation helpful? Give feedback.
All reactions