View Single Post
Old 2008-01-24, 23:13   Link #73
Sonozaki Futagotachi
Translation Group
 
 
Join Date: Oct 2007
Location: Denver
Exclamation Fix for the saved-game problem on new patches

Hi folks,

I've figured out the problem of your saved games not loading when you get a new patch. It has to do with the savefile storing a particular line of the script to start from. Unfortunately, when you save on the first page of a new Day, the savepoint is not in that day, but in a little bit of "jump" code that's run just before the Day starts. This jump code is near the end of the file.

Needless to say, when we add the translation for a new Day to the script, the saved starting line no longer points within that jump code block, and you get... who knows what.

I've fixed it by adding code to the script to force storing the savepoint at the beginning of each Day. So now the saved games won't be broken. That's the good news!

The bad news is that it's fixed starting with the coming new patch, so your save games from Day 4 and earlier will definitely be broken with the Day 5 patch we're releasing in a few hours. Sorry about that.

But at least you won't be having that problem with any future patches!

Mion (Sonozaki Futago-tachi)

Last edited by Sonozaki Futagotachi; 2008-01-25 at 12:17. Reason: clarity
Sonozaki Futagotachi is offline