Yokai Sangokushi Kunitori Wars Files
-
offering7866
- advanced
- Posts: 59
- Joined: Fri Feb 24, 2017 7:16 am
- Has thanked: 3 times
- Been thanked: 3 times
Yokai Sangokushi Kunitori Wars Files
I need some help opening the BIN files found in Yokai Sangokushi Kunitori Wars, not to be mistaken with the 3DS title Yokai Sangokushi. Since it's a mobile game, Aluigi's Yokai Sangokushi BMS script doesn't work. If it's not too much to ask, would anyone tell me what kind of program can be used to open them so I can grab the artwork? Here's a sample: link
- Bigchillghost
- double-veteran

- Posts: 797
- Joined: Tue Jul 05, 2016 9:37 am
- Has thanked: 27 times
- Been thanked: 788 times
Re: Yokai Sangokushi Kunitori Wars Files
You can use the following BMS commands to decrypt the file:
Still the data is compressed. Not sure about the algo..
Code: Select all
get Size asize
goto 0xC
get Key byte
filexor Key
get Name basename
string Name + ".dec"
log Name 0 SizeMay you find peace in this puzzle-solving game.
when you get helped.
- An Imitable Workflow for Reverse Engineering a Game Model
- Advanced Mesh Reaper
- Reverse Model Wireframe
when you get helped.-
offering7866
- advanced
- Posts: 59
- Joined: Fri Feb 24, 2017 7:16 am
- Has thanked: 3 times
- Been thanked: 3 times
Re: Yokai Sangokushi Kunitori Wars Files
Thank you for the prompt response. Are there any programs out there that can decompress a file of this type?
- Bigchillghost
- double-veteran

- Posts: 797
- Joined: Tue Jul 05, 2016 9:37 am
- Has thanked: 27 times
- Been thanked: 788 times
Re: Yokai Sangokushi Kunitori Wars Files
No idea. But without knowing the algorithm, there's nothing more I can do.offering7866 wrote:Are there any programs out there that can decompress a file of this type?
May you find peace in this puzzle-solving game.
when you get helped.
- An Imitable Workflow for Reverse Engineering a Game Model
- Advanced Mesh Reaper
- Reverse Model Wireframe
when you get helped.-
offering7866
- advanced
- Posts: 59
- Joined: Fri Feb 24, 2017 7:16 am
- Has thanked: 3 times
- Been thanked: 3 times
Re: Yokai Sangokushi Kunitori Wars Files
I see. Unless I need to upload more samples for analysis, it looks like we've hit a roadblock here. But still, the only clue I can think of is that the maker of this title (Level-5) has already made several Yo-kai Watch mobile games that may or may not share the same file format.Bigchillghost wrote:No idea. But without knowing the algorithm, there's nothing more I can do.offering7866 wrote:Are there any programs out there that can decompress a file of this type?
