Page 1 of 1

Checkpoint save issues

Posted: Sun Jun 09, 2024 11:46 am
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.

Re: Checkpoint save issues

Posted: Sun Jun 09, 2024 7:30 pm
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.

Re: Checkpoint save issues

Posted: Mon Jun 10, 2024 8:25 am
by nickg84
Perfect, that looks like it worked. Thanks again for the help!

Re: Checkpoint save issues

Posted: Mon Jun 10, 2024 8:49 am
by Tony Li
Glad to help!