VirtualZer0 / IsaacOnTwitchReloaded

The Binding of Isaac mod for Twitch integration
https://isaacontwitch.com
GNU General Public License v3.0
19 stars 6 forks source link
gamedev glsl isaac-mod lua mod tboi twitch

Isaac On Twitch Reloaded

Rewrited and improved version of old TBoI mod, Isaac On Twitch. There are new features in this mod:

Running

As before, run Isaac with --luadebug launch parameter

Command line

For debug, you can use next commands in Isaac command line (~):

iotr showcallbacks - show all active callbacks for items, trinkets and events

iotr storage - show current mod storage in JSON format

iotr allpassive - spawn all passive items from Twitch mod in current room

iotr allactive - spawn all active items from Twitch mod in current room

iotr toggleshader [shadername] - enable/disable shader from mod

iotr setshader [shadername] [paramname] [paramvalue] - set parameter for shader from mod

iotr debugtextfollow [text] - add text for every entity in room

iotr launchevent [eventname] - launch event by name

iotr getgridentity - get gridEntity type under the player

iotr getroomsize - get size of current room

File structure