This mod replaces most instances of Zenless Zone Zero's agent icons with their Mindscape artworks. For the mod download, see releases.
Included in the repository is the python tool used to generate the mod content. Agent image properties and hashes can be
found and configured in the agents.json file, and source images can be found in the mindscapes folder.
The latest version of this mod can be found in the releases page.
| Overworld | Chain Attack |
| Agent Selection Tabs |
- Python 3.12 and the Pillow library (
pip install Pillow)
- Run
main.pyto generate mod content. The project folder can then be imported into the ZZMI Mods folder for use in-game.- If you only want to update a single agent, edit the
CUR_AGENTvariable inmain.pyto the desured agent's name. - If you want to use a different image for an agent's skin art, you can add a new file in the
mindscapesfolder with the format<Agent>Skin.png,<Agent>Skin2.png, etc.
- If you only want to update a single agent, edit the
I plan to support additional sections in the future, including:
- Character Selection screen portraits
- Agent Trust screen icons
- Agent Display portraits
- Preset Config icons
If you have the hashes for these, please let me know by creating an issue!!!