Search found 12 matches

by nickg84
Mon Jun 10, 2024 8:25 am
Forum: Dialogue System for Unity
Topic: Checkpoint save issues
Replies: 3
Views: 140

Re: Checkpoint save issues

Perfect, that looks like it worked. Thanks again for the help!
by nickg84
Sun Jun 09, 2024 11:46 am
Forum: Dialogue System for Unity
Topic: Checkpoint save issues
Replies: 3
Views: 140

Checkpoint save issues

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 s...
by nickg84
Sun Jun 09, 2024 9:48 am
Forum: Dialogue System for Unity
Topic: 'InvectorInventorySaver' error
Replies: 3
Views: 112

Re: 'InvectorInventorySaver' error

Ah, I didn't even see that page. Thank you, that worked!
by nickg84
Sat Jun 08, 2024 1:40 pm
Forum: Dialogue System for Unity
Topic: 'InvectorInventorySaver' error
Replies: 3
Views: 112

'InvectorInventorySaver' error

Hello, I'm using both Quest Machine and Dialogue with Invector, all latest versions. I noticed when trying to set up the save components, I'm getting an error on the InvectorInventorySaver script: Can't add script component 'InvectorInventorySaver' because the script class cannot be found. This is f...
by nickg84
Thu Aug 18, 2022 1:37 pm
Forum: Dialogue System for Unity
Topic: Saving/loading Playmaker variables
Replies: 1
Views: 914

Saving/loading Playmaker variables

Hello, I'm trying to put together a way to save an equipped clothing system on my character. I'm still a beginner and don't know code, but am getting well acquainted with Playmaker. What I've got going now are two objects, each with an FSM. One object "Gets" the current clothing item and s...
by nickg84
Wed Aug 17, 2022 9:42 am
Forum: Quest Machine
Topic: Issues with saving/loading and journal UI
Replies: 3
Views: 702

Re: Issues with saving/loading and journal UI

Sorry, I solved it. I had removed the journal from the original hierarchy to fit my UI setup. I reimported the Quest Machine from the demo and redid everything, keeping it all in the same hierarchy, and it works now. One thing I'm still working on is getting it to save equipped clothing in Eadon RPG...
by nickg84
Tue Aug 16, 2022 11:44 pm
Forum: Quest Machine
Topic: Issues with saving/loading and journal UI
Replies: 3
Views: 702

Issues with saving/loading and journal UI

I've been messing around with Dialogue System's save/load features. I've got everything working great, including tracked quests with Quest Machine. However, my issue is when I load the save, the quest text over the journal UI is missing. However, the quests are still being tracked (including the HUD...
by nickg84
Tue Aug 09, 2022 7:10 pm
Forum: Quest Machine
Topic: Integrating journal into Invector inventory UI
Replies: 5
Views: 813

Re: Integrating journal into Invector inventory UI

Worked like a charm, THANK YOU!
by nickg84
Tue Aug 09, 2022 6:36 pm
Forum: Quest Machine
Topic: Integrating journal into Invector inventory UI
Replies: 5
Views: 813

Re: Integrating journal into Invector inventory UI

Hi Tony, Thank you for your response. I followed that little tutorial and am still running into issues for some reason. It's almost there, but accepted quests don't automatically appear, I have to hit J twice to make them appear. Also, as a side note, hitting J twice also replaces the pink haired av...
by nickg84
Tue Aug 09, 2022 5:56 pm
Forum: Quest Machine
Topic: Integrating journal into Invector inventory UI
Replies: 5
Views: 813

Integrating journal into Invector inventory UI

Hello, I'm trying to integrate the Quest journal into Invector's already established inventory menu. I'm getting close -- I've got a new Journal tab set up, which opens a blank screen and the Quest Journal UI as a child. I set the Start State on the UI as Open, so it automatically appears when I ent...