Custom scripts for Persona 4 that replace the square button function with a fully featured trainer
Go to this repository for the PC version or this one for the Vita
- Call Menu: Using IDs, call a Field, Dungeon Floor, Battle, Event, Cutscene, BGM/SFX Track, Dungeon or Facility to load
- Player Menu: Change date/time, Social Link ranks, give yen/items, manage party members
- Flags: Toggle individual bitflags or entire ranges of them More features will continue to be added as game functions are discovered.
- QuickTravelPlus (extended quicktravel options in Yasogami High and around the town of Inaba)
- IntroSkip (start the game at 4/20)
- SaveAnywhere by Tupelov (see mod release)
- FindAFriend by AnimatedSwine37 (see mod release)
- Follow these instructions to set up HostFS Mod Loading on PCSX2.
- Download and unzip the Mod Compendium and add the latest compiled Release to the "Mods" folder.
- In the Mod Compendium Settings, enable "HostFS Mode" and set the output to your game folder mentioned in the setup guide.
- Click Build and load the game in PCSX2 using the ELF file mentioned in the setup guide.
- To use on hardware or other emulators, you'll have to build the mod into the ISO by following this guide instead.
You don't have to follow this section if you're merely installing the mod on your Vita. This is for developers who want to make changes to the mod.
- Download the latest build of TGE's AtlusScriptCompiler (source), which is used to compile the .flow and .msg scripts in this repository and recompile them into .bf format.
- Download this P4 Library that includes some function names used in this menu. Extract it and overwrite the contents of the AtlusScriptTools\Libraries folder.
- Also download TGE's PAKTools which is used to repack BIN/PAK files.
- Edit the build.bat file with the paths to your AtlusScriptCompiler and PAKTool exe files. Name your edited copy build_local.bat.
- Run build_local.bat.
Before you can build, you need to place the following files in your build\input folder:
- FIELD\PACK\F007_001.P00
- FIELD\PACK\F010_002.P00
- FIELD\PACK\F020_001.P00
- FIELD\PACK\F023_001.P00
- FIELD\SCRIPT\DUNGEON.BF
- FIELD\SCRIPT\DUNGEON01.BF
- FIELD\SCRIPT\FIELD.BF
- FIELD\SCRIPT\LMAP.BF
- SCHEDULER\SCHEDULER_04.BF These can be found in their respective folders from the game's DATA.CVM, extracted with 7zip.