Page 1 of 1

Raycity *.jmd files

Posted: Fri Aug 05, 2011 8:26 pm
by dj082502
Hi!
I'm trying to get the models from the Raycity.
http://raycity.pmang.com/
They are unknown models and *.DDS textures but they are packed inside *.jmd files.
I don't know how to extract *.jmd files.
Can someone make a bms script to unpacked those files?

Here are some jmd samples:
http://www.mediafire.com/?44l6bdy8g5b4s35

Thanks for reading.

Re: Raycity *.jmd files

Posted: Sun Aug 07, 2011 8:49 pm
by WRS
are there any other formats in the install? there should be an index as this data is packed together

Re: Raycity *.jmd files

Posted: Mon Aug 08, 2011 6:53 am
by dj082502
WRS wrote:are there any other formats in the install? there should be an index as this data is packed together
Thank you for your interest in my post.
I wonder if these file...

Re: Raycity *.jmd files

Posted: Mon Aug 08, 2011 10:42 pm
by WRS
fileinfo.0m is a binary xml format :[ they suck for a quick script..

strings are:
uint32 len
wchar_t str[len]

3 values are most likely include attributes and child count

afraid i don't have time to get further for now :constipated:

Re: Raycity *.jmd files

Posted: Fri Feb 17, 2012 1:51 pm
by dj082502
Any new updates on this?