crskycode / GARbro

Visual Novels resource browser
MIT License
398 stars 34 forks source link

[Game Request] 少女☆歌劇 レヴュースタァライト 舞台奏像劇 遥かなるエルドラド #47

Closed red5h4d0w closed 3 days ago

red5h4d0w commented 6 days ago

Game Title: Shoujo Kageki Revue Starlight Butai Souzougeki Harukanaru El Dorado VNDB: https://vndb.org/v41815 Developper: Frontwing Engine: Kirikiri Z Archive file format: .xp3

Trying to open the archive files in GARbro, it says that file could not be opened as resource archive.

image

I don't know if this project supports Kirikiri Z, but I'd really like to be able to open those archives

Partridgemk1532 commented 6 days ago
crskycode commented 5 days ago

Update the database

red5h4d0w commented 5 days ago

Thanks for the update, will try tonight!

red5h4d0w commented 5 days ago

It seems to still not work even after updating the database. (at least on my machine)

crskycode commented 4 days ago

GARbro cannot get the correct filename for this type of encryption scheme. If you need to get the filename, use KrkrDump instead.

red5h4d0w commented 4 days ago

I tried KrkrDump, but since I cannot get the game to run standalone (it crashes if not launched from Steam) I was not able to get any files from KrkrDump.

crskycode commented 4 days ago
  1. Unpack the game exe from SteamStub. You can use steamless to do this.

  2. Add "patchSbeam" and "patchSignatureCheck" to KrkrDump's config file.

"patchSbeam": true,
"patchSignatureCheck": true,

Make sure the json file has a valid format. I will not explain anything about JSON format here.

  1. Launch KrkrDump
red5h4d0w commented 4 days ago

Thanks for this generous info. I didn't know about steamless and those KrkrDump.json keys. I'll try this when I get the time

red5h4d0w commented 3 days ago

Thanks again, I was able to use this info to extract the files.

As far as I understand, GARbro is not meant for this specific encryption scheme, so I'll close this as out of spec