does anyone have a copy of a FSN save with the fate path already done? i completed it on pc and i'd like to do UBW now. thanks!
I'd like to do a similiar thing with Tsukihime.
Isn't there some way to hack the global save? I mean, playthroughs only add 1 to a few variables. You would just need to know the names of all the variables used for unlockery so you could add the corresponding varset commands to your global save file and thereby unlock things on the fly.
don't need to be a 100% l33t haxxor to do this, and works with any game:
Just open up the .sav with a notepad editor, and look for something like:
<var name="chapter" type="int" value="10" />
or
<var name="unlocked" type="int" value="1" />
and mess around with that 'value="xx"'. Higher value should equal a later chapter, so either use trial and error, or:
-open up the .scr with the chapter just before the one you want, and look for the line that starts with "setvar yy = zz", where yy equals the name of the one in the .sav file (unlocked/chapter/etc), and use the number 'zz' in the .sav.
OK, kinda convoluted, but still effective, dammit