Remove Aphrodite textures from Hades
Go to file
2021-04-20 20:41:00 -07:00
aphremove improve performance by selectively extracting textures 2021-04-20 20:41:00 -07:00
.gitignore Initial commit 2021-04-17 17:01:57 -07:00
README.md edit readme 2021-04-17 22:05:46 -07:00
setup.py improve performance by selectively extracting textures 2021-04-20 20:41:00 -07:00

This script removes the Aphrodite textures from Supergiant Games' Hades.

Installation

git clone https://git.jfmonty2.com/jfmonty2/aphremove.git
pip install -e aphremove

Usage

aphremove

If Hades is installed to a Steam library folder somewhere other than the standard C:\Program Files (x86)\Steam, then

aphremove path\to\steam\dir

Notes

Heavy lifting is done by quaerus/deppth. All credit is due to that project, as there is no way I would have been able to reverse-engineer the Hades package format myself.