19 lines
574 B
Markdown
19 lines
574 B
Markdown
|
This script removes the Aphrodite textures from Supergiant Games' *Hades*.
|
||
|
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
git clone https://git.jfmonty2.com/jfmonty2/aphremove.git
|
||
|
pip install -e aphremove
|
||
|
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](https://github.com/quaerus/deppth).
|
||
|
All thanks are due to that project, as there is no way I would have been able to reverse-engineer the Hades package format myself.
|