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
[Request]Raycity
-
finale00
- 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
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:
lol
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
...
}
