error when compiling [STORY OF SEASONS Friends of Mineral Town / ZIP]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
KobausK
Posts: 2
Joined: Fri Jan 28, 2022 10:20 pm

error when compiling [STORY OF SEASONS Friends of Mineral Town / ZIP]

Post by KobausK »

(the game was giving an error after compiling) I compiled the same file without editing and the error continues how can I fix this?
by the 010 editor (no edit ‡96)
https://imgur.com/ig2dcRt
by the 010 editor (edited ‡E6)
game name:STORY OF SEASONS Friends of Mineral Town

file format : not a (filename=disc)
https://imgur.com/mzWzv7g


viewtopic.php?f=9&t=13854#p57665
Last edited by KobausK on Fri Jan 28, 2022 11:03 pm, edited 6 times in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: error when compiling

Post by aluigi »

I suppose you are talking about the reimport feature of quickbms.

Please specify:
- name of the game
- name of the script you used
- if you used reimport.bat or reimport2.bat
KobausK
Posts: 2
Joined: Fri Jan 28, 2022 10:20 pm

Re: error when compiling

Post by KobausK »

reimport reimport2 reimport3
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: error when compiling [STORY OF SEASONS Friends of Mineral Town / ZIP]

Post by aluigi »

The problem is that it's a ZIP format which is not good for reimporting because it uses more than one table (the various ZIP "directories") and CRC.

You should use an archive software that supports the ZIP format but the problem is the password because it's very long and containing non-character (the \x escape is interpreted by quickbms, other software don't).

In short you can't use any normal software, even those from command-line may not support that password as argument or not supporting AES encryption (for example Info-Zip supports PKzip 2.0 only).
The command-line version of 7zip definitely supports AES so you may have some luck if you can correctly pass that password as argument.

If you are good in programming you can try some library, maybe the other users have some suggestion for you.