[Request]Raycity

Post questions about game models here, or help out others!
Post Reply
User avatar
dj082502
mega-veteran
mega-veteran
Posts: 202
Joined: Wed Oct 13, 2010 3:47 am
Has thanked: 37 times
Been thanked: 21 times

[Request]Raycity

Post by dj082502 »

Hi!
Raycity is racing games online.
http://raycity.pmang.com/
They are unknown models and DDS textures but they are packed inside jmd files.
Here are some jmd samples:
delete
Last edited by dj082502 on Fri Apr 13, 2012 6:40 pm, edited 3 times in total.
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: 303 times

Re: [Request]Raycity

Post by finale00 »

I don't see any good integers to work with, so all that data is hard to parse.
I don't see how to determine the size of the DDS data either.

The only thing I've found was this:

Code: Select all

Struct File {
   ...
   int16 numIdx
   int16[numIdx] index
   ...
}
lol
Post Reply