ddeeddii / isaac-ez-name-changer

Simple program to create name replacement mods for The Binding of Isaac: Repentance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You can now a new, web version over at ezitems-web

Isaac Ez Name Changer

This is a simple program that allows for easy creation of name replacement mods for The Binding of Isaac: Repentance.

Currently supports (for both items and trinkets):

  • Changing item names
  • Changing item descriptions
  • Changing item sprites
  • Adding multiple item renames in a single mod

Usage

via Cloning

Requirements: Python

  1. Clone the repo
  2. Run main.py

via Releases

  1. Download the latest release
  2. Unpack the entire .zip file somewhere
  3. Run main.exe

Optional: Add to antivirus exclusions, as executables built with Pyinstaller can often be false flagged by antiviruses

Credits

kittenchilly - Yet Another Voodoo Pin over Dull Razor and Electric Penny over Charged Penny which are the templates for the actual mod code

Planned Features

  • Save /mods/ location
  • Add support for item & trinket changes in a single mod
  • Add support for other methods (editing items.xml, translation strings, etc.)

Possible Features

  • Changing item specific files (costumes, sounds, etc.)
  • Automatic EID/Encyclopedia description replacing
  • GUI Version

About

Simple program to create name replacement mods for The Binding of Isaac: Repentance

License:The Unlicense


Languages

Language:Python 77.0%Language:Lua 23.0%