[FF8] Replace a draw point by a save point

  • Thread starter Thread starter Girl next door
  • Start date Start date
Status
Not open for further replies.
G

Girl next door

Guest
Hi all ! Do you think it's possible to replace a draw point by a save point ? And how could I do that ? And maybe... Perahps it's possible to create a save point anywhere on a field ?
 
You can put a save point basically anywhere. A save point is nothing more than a pair of scripts. The only limitation is that if the field doesn't have the save point model, you won't be able to use the save point model.
 
It's possible to put a save point anywhere on any field, just use Deling to edit the field scripts and add a save point.
 
Ok so for example, I can't put a save point in the fire cavern because there isn't a save model in these fields, right ?
 
Ok so for example, I can't put a save point in the fire cavern because there isn't a save model in these fields, right ?
you can put one there, you'll just have to use a different model for it, or leave it invisible
 
Thanks but i want to import the save point model in the field just before ifrit and i want it to be visible. It seems that i can't do it with deling. :-(
 
Hi! Finally decided to use your solution, that's a simple way and it works fine. But now I have an issue with this: when I save on a field without save point and reload the save, the music on the field doesn't start. I have sounds but no music. Is there a special code on fields with save points to start the music ?
 
Some areas don't play music. The music on those areas continues from what was playing on the previous screen. Check out the opcode list on the wiki, and also use Deling to see how other areas load/play music (it will be in the init scripts, usually on the "director" event)

Oh, and the field right before Ifrit causes music to stop playing (it's intentional). That might be part of your problem.
 
Last edited:
Thanks for the link. Yes I know for the field before Ifrit. That's not for this one but a field in the Timber forest with Laguna.

Edit: OK, I have this in the main script:

Code: [Select]
Code:
LBL         32PSHN_L      110SETPLACEFADEINPSHN_L      2PSHN_L      30PSHN_L      128SEPOSTRANSPSHN_L      2PSHN_L      30PSHN_L      127SEVOLTRANSRET         8
I have searched for a simple field with a save point and found the field in the salt lake. Here's the script in the main:

Code: [Select]
Code:
LBL         28PSHN_L      157SETPLACEPSHN_L      128PSHN_L      128PSHN_L      128POLYCOLORALLPSHN_L      82MUSICLOADMUSICCHANGEFADEINRET         8
I've tried to put this code instead of the one I want to modify. I can compile it but Deling doesn't want to save it. (of course I've changed the LBL, the place and the music ID)
 
Last edited:
Status
Not open for further replies.
Back
Top