Basically, I want to move the global.sav and NScrflog.dat from my computer to my DS. Where should I stick em? Or if that won't work, does anyone have saves that I could use?
the saves are easy enough to make, use the flowchart to find what flags you need to set.
is the "NScrflog.dat" the save file from to original PC version?
becuase if it is, the porting doesn't deal with save (i.e you'd need to 'create' a save at the same position), so as >2 said, by reading into the .scr file, you can work out what you need to set in the global.sav
might be a bit technical, but see how you go
where can I find that flow chart?
I've hosted it on my own site.
http://animeloveu.com/downloads/Other/Flowchart.pdf
Can anyone tell me a little bit more about setting these flags though?
Not really. I mean, it tells you were bad ends and what not are, but it doesn't tell you what happens in them.
Mmmk, so I played 2 lines into Tsukihime and saved. My save file is the following:
<save>
<script><file>script/s20.scr</file><position>7</position></script>
<date>19:12 2009/12/03</date>
<variables>
<var name="selected" type="int" value="2" /> </variables>
<state>
<music></music>
<background>background/BG_51B.jpg</background>
<sprites>
</sprites> </state>
</save>
Obviously I get that I change s20.scr to whatever I want from the flow chart, but do I have to worry about background and music? And what's that <position> tag for?
It should be fine if you don't adjust the background and music, you will just get the wrong background and music when loading the save untill the next BG/Music change.
The position tag is used to store information of which line in that script you're currently on. Most of the time I just set it to 0 meaning beginning of scene