Checkpoint save issues

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
nickg84
Posts: 12
Joined: Mon Sep 13, 2021 1:52 pm

Checkpoint save issues

Post by nickg84 »

Hello again,

I downloaded the Invector Menu Framework Example and am messing around with all of that. I followed the instructions to set up a checkpoint (add Save System Methods, Trigger Event, SaveSystemMethods.SaveSlot). It all works perfectly, no issues there.

However, when using the checkpoint save and attempting to load that slot, the button is just blank. This happens no matter what slot I set it to, but doesn't happen when manually saving using the Menu Framework. See attachment -- the last slot is the checkpoint, Slots 1 & 5 are manual.
Attachments
Screenshot 2024-06-09 104103.png
Screenshot 2024-06-09 104103.png (17.16 KiB) Viewed 144 times
User avatar
Tony Li
Posts: 21681
Joined: Thu Jul 18, 2013 1:27 pm

Re: Checkpoint save issues

Post by Tony Li »

Hi,

You may need to add a little script to your checkpoint that either calls the same SaveHelper method that the regular save menu panel does or sets the extra data like that SaveHelper method does. I recommend calling the SaveHelper method if you can so you're not duplicating code.
nickg84
Posts: 12
Joined: Mon Sep 13, 2021 1:52 pm

Re: Checkpoint save issues

Post by nickg84 »

Perfect, that looks like it worked. Thanks again for the help!
User avatar
Tony Li
Posts: 21681
Joined: Thu Jul 18, 2013 1:27 pm

Re: Checkpoint save issues

Post by Tony Li »

Glad to help!
Post Reply