nel1391 / BcsExtractor

Extracts scripts from Tanuki Soft and Kaeru Soft visual novels
Apache License 2.0
30 stars 3 forks source link

About shoujo ramune #2

Closed Cosetto closed 3 years ago

Cosetto commented 3 years ago

Put the tanuki.lst in GARbro and check the _project.bcs but it shows only common route image datascn.zip

nel1391 commented 3 years ago

What seems to be the issue? The heroine routes are shown there. They are 05chie.bcs, 06komako.bcs, and 07tenka.bcs. Those and the common routes should be the script for Shoujo Ramune. The other files there that have garbage hash names should be duplicates of the files in the archive. I don't know why GARBro does that, but it doesn't matter.

You'd extract the named files(ie 06komako.bcs) and then extract the csv by running this:

bcsextractor.exe extract 06komako.bcs -o csv_directory

You can then modify the game's text with that csv if you follow steps 3, 4, and 5 on the guide after: https://github.com/nel1391/BcsExtractor#replacing-the-original-scripts

Cosetto commented 3 years ago

Ok