Random Markiplier
The game randomly starts the audio of the first Five Nights at Freddy’s Markiplier video in it’s entirety (except most of the outro song) when in-game. It should not play it while in the menu or while the game is paused, although if it starts playing it will keep playing until either the entire sound has finished playing or if you close the game.
The first Five Nights at Freddy’s Markiplier video in question: https://www.youtube.com/watch?v=iOztnsBPrAA
The code for this mod from The random gnome sound mod was used to make this: https://steamcommunity.com/sharedfiles/filedetails/?id=3137232559
If the creator of the gnome sound mod wants me to take this mod down for taking their same code then i will as soon as they say.
The chance for it to play is 1 in 20000 every second (which is probably for the best if you dont want this mod to annoy you too much)
If you do want to adjust the frequency of this audio:
- Go to TBOI folder, tipically located in "(where you’ve installed steam)SteamsteamappscommonThe Binding of Isaac Rebirth", or right-click on the game in your library, select manage, and choose browse local files.
- Enter the mod folder, then navigate to the "random_markiplier" folder.
- Open "main.lua" with a text editor.
- Change the value "1/20000" in the line that says "chance_to_play_sound = 1/20000" to your desired frequency. A lower value on the second number means the sound plays more frequently (note that if it starts playing while its already playing it will simply restart the sound instead of overlapping), while a higher value on the second number means it plays less frequently. I wouldn’t reccomend putting it at 1/1 since it will start playing every second, but i guess you COULD do that.