Page 1 of 1

300 Heroes .jmp file

Posted: Mon Jun 17, 2013 5:41 pm
by windfury
It's a Chinese League of Legends clone/rip-off which pretty much takes everything from just about everywhere.
Website: http://300.zqgame.com/
Client Link: http://download01.jumpwgame.com/client/300_v0.2.194.zip
http://download.17173.com/11903/10/63478/

Plenty of stuff came from LoL, I'd say even the engine. They even have variables with LoL in it.
Characters were taken from different games, anime, movies, etc...

Anyway, I used offzip to extract the files from Data.jmp, it works for the most part.
Was able to see some textures and audio files.

I'd love to get the proper file names though.

Re: 300 Heroes .jmp file

Posted: Mon Jun 17, 2013 7:31 pm
by chrrox
Quickbms script

Code: Select all

#quickbms script for 《300英雄》
#by chrrox
#http://aluigi.altervista.org/quickbms.htm
idstring "DATA"
goto 0x32
get files long
goto 0x38
for i = 0 < files
getdstring name 0x102
get offset long
get zsize long
get size long
getdstring null 0x22
clog name offset zsize size
next i

Re: 300 Heroes .jmp file

Posted: Mon Jun 17, 2013 10:54 pm
by windfury
Thanks chrrox!

It seems that the models are stored in another archive (.x files).
Although I'm not sure yet, I was assuming that they'd be using the same .skn format for their models as well.
Not sure if I should start another topic in 3D/2D models for this.

Re: 300 Heroes .jmp file

Posted: Fri Mar 20, 2015 2:09 pm
by Brilleas
Ah.How to open .x file.I can't open it

Re: 300 Heroes .jmp file

Posted: Wed Aug 09, 2023 8:23 am
by AdmiralTraun
Hello hrox, you can update the script for 300 heroes, a new patch has been released and new resources that are added to the patch cannot be extracted

Re: 300 Heroes .jmp file

Posted: Wed Aug 09, 2023 9:18 am
by AdmiralTraun
i tried changing goto offset 0x32 to 0x0 it extracted a couple of files
image.png

Re: 300 Heroes .jmp file

Posted: Wed Aug 09, 2023 9:18 am
by AdmiralTraun
image (1).png