Hello! Nice community you have here!
So I'm trying to decompile the VN "Snow Sakura", but have hit a snag. You see, I cannot find any tools to decompile the script files; nor do I even know which files are the script files since they are not stored in plaintext!
I'm posting here as a sort of Hail Mary and hoping for the best... So there are two files called "data" and "ISF". I figure ISF contains scene data ("Interactive Scene File"? idk) and data contains the text. So I decompile these archives using "pyge", and ISF spews out, oddly enough, lots of ISF files with no meaningful names or file headers.
"data" just contains a bunch of binary files with no meaningful names, but they do possess a common first three bytes: "BM8" and it varies from "BM80" to " BM8' " depending on the file.
I have tried arc_conv, AE, and I still cannot disassemble these files!
If anyone can help I'd be most appreciative! Thanks!