Skip to content

DefinitelyNotAnAlien/Persona5AutoGallows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Persona5AutoGallows

Sometimes I'm just that lazy...

A small script to automate the min-max process for the Gallows in Persona 5 by detecting the stats that will level up and repeating the selection process until the desired stats are highlighted. No more endless "What are you waiting for?!" loops

NOTE: This script currently only works in Windows for a Persona 5 game emulated in rpcs3

Dependencies

Usage

  1. While you're running Persona 5 in your rpcs3 emulator, go to the gallows and select the Persona to strengthen, while leaving the cursor over the Persona you want to sacrifice.

  2. Call the auto_gallows function in Python, passing a list containing the stats you wish to level up, for example if you wish to increase strength, magic and endurance:

from P5Gallows import auto_gallows


auto_gallows(['st', 'ma', 'en'])
  1. When the script detects that the stats you want are highlighted, it will stop at the confirmation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages