Can't play past the Prologue in Clannad English Edition
Closed this issue · 2 comments
Playing in the official interpreter, this is where the achievement "The hill goes on" pops. In rlvm, we exit to the main menu.
Of interest is an unhandled "CallStackSize" function call. This appears to happen in SEEN 9820.
If you are an end user looking for a quick fix to this issue - launch rlvm in your terminal with these arguments:
rlvm --start-seen 0415 <path to Clannad folder>
This skips the prologue.
How would I do it with the rlvm-android port @xy2iii? The prologue crashes as well.
Edit: I created a rlvm save file from my pc with the skipped scene and transferred it to my android phone. The rlvm-android port does not seem to detect the save file as it does not show up on the saves index.
Edit: FIXED, editing the Gameexe.ini file, SEEN_START
variable to 0415
skips the scene.