From 0f81d98c6e46cfdf129e160f4f19648947c68e4e Mon Sep 17 00:00:00 2001 From: nolrinale Date: Sat, 4 May 2024 16:24:30 +0200 Subject: [PATCH] Adjusted quest filtering defaults for BB's Gov. Quests --- system/config.example.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/system/config.example.json b/system/config.example.json index 025f56a4..805c2307 100644 --- a/system/config.example.json +++ b/system/config.example.json @@ -670,6 +670,7 @@ // 0x020 - appears in download quest menu // 0x040 - appears in Episode 3 download quest menu // 0x080 - hide quests that don't match the game's episode + // 0x090 - hide government quests categories that don't match the game's episode (BB) // 0x100 - is Episode 2 Challenge category // directory_name: the directory inside system/quests that contains quests // for this category. @@ -688,9 +689,9 @@ [0x104, "challenge-ep2", "Challenge (Episode 2)", "$E$C6Challenge mode\nquests in Episode 2"], [0x088, "solo-story", "Story", "$E$C6Quests that follow\nthe story"], [0x088, "solo-extra", "Solo", "$E$C6Quests that require\na single player"], - [0x010, "government-ep1", "Hero in Red", "$E$CG-Red Ring Rico-\n$C6Quests that follow\nthe Episode 1\nstoryline"], - [0x010, "government-ep2", "The Military's Hero", "$E$CG-Heathcliff Flowen-\n$C6Quests that follow\nthe Episode 2\nstoryline"], - [0x010, "government-ep4", "The Meteor Impact Incident", "$E$C6Quests that follow\nthe Episode 4\nstoryline"], + [0x090, "government-ep1", "Hero in Red", "$E$CG-Red Ring Rico-\n$C6Quests that follow\nthe Episode 1\nstoryline"], + [0x090, "government-ep2", "The Military's Hero", "$E$CG-Heathcliff Flowen-\n$C6Quests that follow\nthe Episode 2\nstoryline"], + [0x090, "government-ep4", "The Meteor Impact Incident", "$E$C6Quests that follow\nthe Episode 4\nstoryline"], [0x020, "download", "Download", "$E$C6Quests to download\nto your Memory Card"], [0x040, "download-ep3-trial", "Trial Download", "$E$C6Quests to download\nto your Memory Card\nfrom Episode 3\nTrial Edition"], [0x040, "download-ep3", "Download", "$E$C6Quests to download\nto your Memory Card"],