Search found 181 matches
- Fri Nov 08, 2024 11:26 pm
- Forum: Quest Machine
- Topic: ORK integration
- Replies: 258
- Views: 6818585
Re: ORK integration
Ok thank you, will make some tests 1) There is one more bugged quest we don't cover in the script you made, the duplicates, some players have the same quest twice. Should remove 1 of the instances (or both and add a fresh one) 2) Enabled Allow ORK Quest Machine save to everything (including QuestGiv...
- Fri Nov 08, 2024 11:53 am
- Forum: Quest Machine
- Topic: ORK integration
- Replies: 258
- Views: 6818585
Re: ORK integration
QuestJournalForORKWithVerify the latest one you told me to copy doesn't have the option to use ORKQuestMachineSaveData, also what about the game loading the same things 36 times? (as many as the quests), it needs to pull all the data 36 times for all quests? using System.Collections.Generic; using U...
- Fri Nov 08, 2024 3:19 am
- Forum: Quest Machine
- Topic: ORK integration
- Replies: 258
- Views: 6818585
Re: ORK integration
ok thank you again, it seems this works! Now I got some questions if you have time about saving/loading. Here is a save of a player that has a lot of quests (36), only the 2 lines that has the quests that is. Does it make sense to have so many characters for the save? its like 120kb for the first li...
- Wed Nov 06, 2024 10:17 am
- Forum: Quest Machine
- Topic: ORK integration
- Replies: 258
- Views: 6818585
Re: ORK integration
Doing a testing build for testers and will come back:)
- Wed Nov 06, 2024 9:02 am
- Forum: Quest Machine
- Topic: ORK integration
- Replies: 258
- Views: 6818585
Re: ORK integration
Seems like we are in the right track :) 1 player with finished quests: QuestJournalForORKWithVerify is restoring the quest journal. QuestJournalForORKWithVerify is making a list of bad quests and completed quests. QuestJournalForORKWithVerify: quest is completed: Kill 20 Rotten Dins 05fc1c92-f31f-45...
- Wed Nov 06, 2024 2:53 am
- Forum: Quest Machine
- Topic: ORK integration
- Replies: 258
- Views: 6818585
Re: ORK integration
No it doesnt log the quests to the console
activating the bad quests first node fixes the issue yes.
Also need to remove the finished quests (grayed in Journal) so ppl can re-take them since they are repeatable auto-generated quests.
activating the bad quests first node fixes the issue yes.
Also need to remove the finished quests (grayed in Journal) so ppl can re-take them since they are repeatable auto-generated quests.
- Tue Nov 05, 2024 7:04 am
- Forum: Quest Machine
- Topic: ORK integration
- Replies: 258
- Views: 6818585
Re: ORK integration
the first one is the start one just with changed Id, and it starts fine, but then it bugged due to the issues mentioned in my other posts (game tried to give the quest again being the main reason)
https://ibb.co/QppcQtg
https://ibb.co/QppcQtg
- Tue Nov 05, 2024 7:03 am
- Forum: Quest Machine
- Topic: ORK integration
- Replies: 258
- Views: 6818585
Re: ORK integration
the first one is the start one just with changed Id, and it starts fine, but then it bugged due to the issues mentioned in my other posts (game tried to give the quest again being the main reason)
https://ibb.co/QppcQtg
https://ibb.co/QppcQtg
- Tue Nov 05, 2024 3:33 am
- Forum: Quest Machine
- Topic: ORK integration
- Replies: 258
- Views: 6818585
Re: ORK integration
1) Works fine 2) Everything seems fine here as well 3) No, it doesn't remove any bad quests (no debug log as well) To verify, I only have changes on the quest journals you sent me (last asset import), and nothing on the ORKQuestMachineSaveData class, as I understand we verified that the journal does...
- Mon Nov 04, 2024 6:59 am
- Forum: Quest Machine
- Topic: ORK integration
- Replies: 258
- Views: 6818585
Re: ORK integration
Ok this worked, I can see the previous quests of the player with the new journal with verify. Let me know how we proceed, lets do it step by step to identify the issues and tackle them