KhajitDave Posted July 7, 2021 Share Posted July 7, 2021 I know very little about making quests but I was wondering, even for the most simple quest imaginable, are papyrus fragments necessary to advance the quest to the next stage? I was hoping there would be a way to make custom quests for the PS4, but since a papyrus fragment would be an extra, external file (I presume), that's the reason why quests for the PS4 are an impossibility. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted July 7, 2021 Share Posted July 7, 2021 Stage fragments usually are not used to advance to the next stage, rather they are used to perform actions necessary to that stage. Typically, other scripts will advance the quest stages. In any event, PS4 is rather restricted on what can be modified. I'm not even sure if new records can be added to a plugin. Lack of new records would definitely prevent custom quests. Link to comment Share on other sites More sharing options...
KhajitDave Posted July 8, 2021 Author Share Posted July 8, 2021 Thanks for your help.By "record", do you mean voice recordings for custom dialogue? If so, you're right that the PS4 can't use them, but they're not always necessary for a quest. As a test, I want to make a quest where you read a note/book, the quest starts, you have to kill a certain actor, then the quest is completed. What would be the minimum necessary to make such a quest? Link to comment Share on other sites More sharing options...
dylbill Posted July 8, 2021 Share Posted July 8, 2021 You can add new forms in the CK, but you can't make new scripts. What you can do is use vanilla scripts, so you have to find ones that already do what you want to do. For that simple quest you can use the vanilla DefaultOnReadSetQuestStage and DefaultAliasOnDeathScript scripts I believe. Link to comment Share on other sites More sharing options...
KhajitDave Posted July 8, 2021 Author Share Posted July 8, 2021 Thanks, I've actually had a good look through most of the vanilla scripts and picked out the ones which seem useful/usable. So in theory it's possible to make a (limited) working quest for PS4, right? Link to comment Share on other sites More sharing options...
dylbill Posted July 8, 2021 Share Posted July 8, 2021 I should think it's possible yes, although I haven't tried it. Link to comment Share on other sites More sharing options...
KhajitDave Posted July 9, 2021 Author Share Posted July 9, 2021 Hmm.. I'm thinking that the "SetObjectiveDisplayed" script line is necessary- without this, I suppose quest titles/stages don't appear in game Link to comment Share on other sites More sharing options...
Recommended Posts