Modding Docs
  • πŸ‘‹Welcome
  • πŸ’‘Getting Started
    • 🎩Persona 5 Royal (PC) Mod Support
      • 🚧Manually Installing PC Mods
    • 🎩Persona 5 Royal (Switch) Mod Support
      • 🎩P5R Mods on Switch Console (CFW)
      • 🎩P5R Switch Mods on PC Emulator (Yuzu/RyujiNX)
      • 🚧Manually Installing Switch Mods
    • 🎩Persona 5 Royal (PS4) Mod Support
    • 🎩Persona 5 (PS3) Mod Support
    • πŸ“ΊPersona 4 Golden (PC) Mod Support
    • πŸ“ΊPersona 4 Golden (PSVita) Mod Support
    • πŸ“ΊPersona 4 (PS2) Mod Support
    • 🌘Persona 3 Portable (PSP) Mod Support
    • 🌘Persona 3 FES (PS2) Mod Support
  • πŸ“„Scripting
    • Intro to Scripting
      • Resources
    • AtlusScriptCompiler
      • Run via Commandline
        • Decompile
        • Compile
        • Batch Dump .FLOW/.MSG
      • Run via GUI
    • Flowscript
      • Procedures
      • Variables
      • Scope
      • Arrays
      • Enums
      • Loops
      • Conditionals
      • Functions
      • Importing Files
      • Menus
    • Messagescript
      • Markup
      • Message Variables
    • Library Functions
      • Persona 5
      • Persona 5 EX
      • Persona 5 Royal
      • Persona 4
      • Persona 4 Golden
      • Persona 3
      • Persona 3 FES
      • Persona 3 Portable
      • SMT III: Nocturne
      • Digital Devil Saga
Powered by GitBook
On this page
  • Where Am I?
  • Prerequisites
  • Supported Games/Platforms
  • Supported Procedures
  • Future Plans

Was this helpful?

Welcome

Where Am I?

This is the documentation section of ShrineFox.com. If you're not sure how to begin modding Persona games, or you need step-by-step instructions on specific tasks, you're in the right place.

Prerequisites

The directions featured here assume that you have the following:

  • A PC running a modern Windows OS (8 or higher).

  • Hardware capable of running modern PC games or running emulation software. OR A game console capable of being modified with custom firmware.

Supported Games/Platforms

  • 🎩Persona 5

    • Original (PS3, PS4)

    • Royal (PS4, Switch, PC)

  • πŸ“Ί Persona 4

    • Original (PS2)

    • Golden (PSVita, PC)

  • 🌘 Persona 3

    • FES (PS2)

    • Portable (PSP)

Supported Procedures

  • Adding Mod Support

  • Writing Custom Scripts

  • Creating Custom Fields (P5/P5R)

Future Plans

Much of this documentation is already partially present, but still under heavy construction. It still lacks the following information:

  • Messagescript: (Message Variables)

  • Flowscript: (Arrays, Enums, Loops, Conditionals, Functions, Importing Files, Menus, Library Functions, Examples)

  • Mod Support: (SMT3, P4G, CFB, new PC/Switch ports of P3P/P4G)

See the trello card for ShrineFox.com for a full list of planned future documentation.

NextPersona 5 Royal (PC) Mod Support

Last updated 1 year ago

Was this helpful?

πŸ‘‹