Go to file
2023-05-17 23:33:09 -03:00
.github/workflows feat: initial mod release 2023-05-17 22:37:00 -03:00
.idea feat: initial mod release 2023-05-17 22:37:00 -03:00
.vscode chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
mod fix: metadata.xml 2023-05-17 23:19:50 -03:00
src fix: mod name 2023-05-17 23:33:09 -03:00
.eslintrc.cjs chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
.gitattributes chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
.gitignore chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
.luarc.json chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
.prettierignore chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
.prettierrc.cjs chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
build.sh chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
cspell.json chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
LICENSE chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
lint.sh chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
nuke.sh chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
package-lock.json chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
package.json chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
publish.sh chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
README.md chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
run.sh chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
tsconfig.eslint.json chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
tsconfig.json chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00
update.sh chore: add files from IsaacScript 3.6.45 template 2023-05-17 21:31:44 -03:00

BetterDevilChance

BetterDevilChance is a mod for The Binding of Isaac: Repentance, written in TypeScript using the IsaacScript framework.

How To Play

For normal people, you can play the mod by subscribing to it on the Steam Workshop. (Subscribing to the mod will automatically download and install it once you launch the game.)

How To Compile

If you are a developer, or the mod is not yet uploaded to the Steam Workshop, you can play the mod by compiling the TypeScript code into a "main.lua" file. Perform the following steps:

  • Download and install Node.js (Windows Installer .msi, 64-bit).
  • Download and install Git (64-bit Git for Windows setup).
  • Download (or clone) this repository:
    • Click on the "Code" button in the top-right-corner of this page.
    • Click on "Download ZIP".
  • Unzip the zip file to a new directory.
  • Open up the repository folder and double-click on the run.sh script. If prompted, choose to open it with Git for Windows. You will see a Git Bash terminal window open.
  • The script might ask you some questions, like which save file that you use for testing.
  • If the script is successful, you will see "Compilation successful." (You can continue to leave the terminal window open; it will monitor for changes in your project, and recompile if necessary.)
  • Completely close Isaac if it is already open, and then open the game again, and the mod should be in the list of mods. You can now play or test the mod.