From 762b9ac0a9ff99384e6414be17aeb3055ab3c346 Mon Sep 17 00:00:00 2001 From: Ryan ShrineFox Date: Mon, 9 Jul 2018 16:18:32 -0400 Subject: [PATCH] Add full compendium unlock option --- ModMenu.flow | 11 +++++++++++ ModMenu.msg | 6 +++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ModMenu.flow b/ModMenu.flow index d5e9961..dceda35 100644 --- a/ModMenu.flow +++ b/ModMenu.flow @@ -143,6 +143,9 @@ void PersonaEditorOpen() case 2: PersonaAddSkillMenuOpen(); break; + case 3: + PersonaAddAllToCompendium(); + break; } } } @@ -245,6 +248,14 @@ void PersonaAddSkillSelect( bool useNumberInput ) FLD_END_FLASHBACK(); } +void PersonaAddAllToCompendium() +{ + for (int i = 0; i < 463; i++) { + ADD_PERSONA_STOCK( i ); + CLEAR_PERSONA_STOCK(); + } +} + // Stat Editor void StatEditorDisplay() { diff --git a/ModMenu.msg b/ModMenu.msg index 3a49f4c..3f4d4ac 100644 --- a/ModMenu.msg +++ b/ModMenu.msg @@ -415,6 +415,7 @@ Persona Options[w][e] Add Persona[f 4 26 0 108][e] Delete Personas[f 4 26 1 109][e] Add Skill[f 4 26 2 110][e] +Unlock Full Compendium[f 4 26 3 204][e] [dlg GENERIC_HELP_108] [s]Input a Persona's name or ID[n]to add it to your stock.[e] @@ -911,4 +912,7 @@ Enter the last half of the[n]model's ID from data.cpk/model/field_tex/object.[n] Enter the start of the[n]range to narrow down.[n](Max 4 digits, press Circle to end).[w][e] [dlg FlagRangePrompt2] -Enter the end of the[n]range to narrow down.[n](Max 4 digits, press Circle to end).[w][e] \ No newline at end of file +Enter the end of the[n]range to narrow down.[n](Max 4 digits, press Circle to end).[w][e] + +[dlg GENERIC_HELP_204] +Unlocks all Personas in the[n]Compendium. [clr 9]This will delete all[n]Personas in your current stock![clr 0][w][e] \ No newline at end of file