* this mod is in beta version, so feedback about bugs and such would be highly appriciated (:
* this mod is meant for twitch streamers
this mod give enemies names, just like the other namer mod. however this one is integrated into twitch, and uses the names of people in chat. it even gives an option to make enemies in game "speak" the messeges their respective owner sends.
adds two main commands
renamer:twitch : toggles twitch mode
. when on, the mod will listen to messeges in chat and add people who type in chat to the name database so they can later appear in game as enemies, or your dog, or a lot of things really.
when off it will stop listening to chat.
note that turning off twitch mode will not clear the name databse. that means that when you turn it back on, people from before can still appear.
it is recommended you enable twitch mode while in breach or the title screen to allow the mod a little time to get names from the chat, make sure to tell your viewers that anyone who wants to appear in game is gotta type something into chat
renamer:msg : toggles messege mode.
off by default, this mode allows enemies in game to "speak" messeges in chat sent by their respective owners. keep it off or turn it off if you feel gungeon gets too crowded with text for you.
there are some more minor commands such as
renamer:namesize <number> , sets the name size. default size is 3. numbers can be fractions like 2.5;
renamer:msgsize <number> , same as name size, but for the messeges that hover above enemy heads when messege mode is on.
renamer:msglength <wholeNumber> , sets the maximum messege length (in characters) that can appear above enemy heads in game. must be a whole number. default is 25.
renamer:addname <letters without space in between> adds a name manually to the name database
renamer:clear should reset the name database, if you call this while live, people who want to re-enter the database gotta type in chat once more
you can find the source code [here.](https://github.com/TheExplosivePanda/EnemyRenamer-TwitchVersion)
SETUP:
this mod is ~~entirely stolen~~ very similiar to kyle's twitch integration mod, but slightly different so read untill the end.
Installation
if you are a complete newbie to gungeon modding, follow [this tutorial by some bunny.](https://www.youtube.com/watch?v=snshwCV06Dw&t=12s)
Setting Up Twitch:
Run the game with the mod installed. If it was installed correctly, a new file should be generated inside of your resources folder
(Example :C:\Program Files (x86)\Steam\steamapps\common\Enter the Gungeon\Resources)
called RenamerModTwitchSettings.txt
Fill out the channel and o-auth fields. To get your oauth code, connect your Twitch account here: https://twitchapps.com/tmi/
it shoulf look a little like this
channel=channelnickname
o-auth=oauth:randomseries2of3numbersandletter12315
Once complete, save the file, return to the game and enter the first floor
Open the console with ~ , / , or F2. There are two commands available
renamer:twitch - toggles twitch mode.
renamer:msg - toggles speak mode
renamer:namesize <number> - hanges size of names, default is 3
renamer:msgsize <number> - changes size of messege, default is 3
renamer:msglength <wholeNumber> - changes maximum amount of character allowd in an in-game msg
reamer:addname <letters no space> - add a name manaully to the list of names
renamer:clear - clears the name database
you can start typing "re" or "rena" and then press tab to get autocomplete options
0.0.2 hotfix :
* fixed a bug where, if your internet disconnected while playing, you had no way to turn twitch mode back on unless you closed and opened the game. now it should be possible to re-enable twitch mode by toggling it off and on again.
* previous way of showing chat messeges in game was unreaadable, so it was changed that the messege hover above the enemie's head
* fixed bug where messeges would show up inccorectly
* in game messeges are now capped at 25 letters long.
reduced file size.
0.0.3
* added customization options for name size, messege size, and messege length
* enemies should no longer be named while twitch mode is off
* when twitch mode is on, and name database is still empty enemies will now be named "NamerMod:NoNamesFound" instead of "HI IM LARRY" (saddest change i had to ever make)
* changed commad format to renamer:
0.0.4
added "renamer:addname" which allows to manually add names, offline or online
added "renamer:clear" which should clear all names
fixed bug where it would be impossible to turn twitch mode on, off, and then on again. (i blame you kyle, you shouldve put a check in to see if the thread was alive before starting it again smh)
fixed text centering for name labels after changing size
hopefully fixed text centering for messege labels in general
enemiy names will now disappear when twitch mode is disabled, however that does not mean theyre de-named. if you re-enable twtich mode the same name will re-appear
minor optomization which does not matter amyway because this mod is very light as is
Comments