cheahjs/bravefrontier_data

Question (Not an issue)

Closed this issue · 4 comments

Trying to extract Raid boss sprite sheets and names. The files seemed to be packed on device. I can find the path for the boss mobs but Raid and Grand Quest seemed to be buried in a different folder structure on the server.

Would you know anything about it from the datamine? Thank you

You should be able to discover the packing if you compare the packed files with known unpacked files.

Raid bosses are still under /monster/img/, but most of them don't follow conventions since the different parts have different names.

 monster_<type>_raid<id>_<optional body part>

Thanks mate, managed to find a few without body parts given that string tip. seems to be the challenge if not consistently named or numbered. I'm trying to retrieve them to have the sprite makes (Felix Felice) help in making them. Is that something you might be able to extract, the part names for raid and grandquests? We're thinking of making a monsters guide with monster sprites for it. Thank you

/monster/img/monster_anime_raid02.png
/monster/img/monster_anime_raid14.png

P.S - Seemed to have identified the packed files but have no idea how to open the .dat files if they are the packed versions.

You should be able to parse the images out from https://gist.github.com/Deathmax/81a885207db05b65dc1d

Sweet thanks mate
On 9 Dec 2014 4:21 pm, "Cheah Jun Siang" notifications@github.com wrote:

Closed #15 #15.


Reply to this email directly or view it on GitHub
#15 (comment)
.