↩️ Back
↩️ Back
Config file is located at BepInEx/config/blayms.tbb.baldiplus.streamerintegration.cfg
Not to be confused with credentials.xml
They contain a set of options for configuring your mod experience
bepInExConsoleLogging (Boolean) ➜ Default: False
Useful when creating custom extensions for debugging various events.
Make sure you have BepInEx console enabled in BepInEx\config\BepInEx.cfg under Logging.Console > Enabled
NOTE: Use StreamerIntegrationLogger for custom optional logging!
allowChatRevoting (Boolean) ➜ Default: True
Determines if chat users are able to revote
Which means that they will be able to change their mind while the vote is up!
showVoteNumbersOnCards (Boolean) ➜ Default: True
Determines whether a small red label displaying vote numbers is visible to the host on each election card.
obscureVoteChance (Single) ➜ Default: 0.1
A chance for a "secret" vote to appear
The only change is that the text on each card is replaced with "?".
For example: 0.3 would mean 30% chance!
obscureVoteWithKindnessColors (Boolean) ➜ Default: True
Determines if a "secret" / "obscure" vote will reveal kindness colors for each vote option
minVoteWaitTime (Single) ➜ Default: 30
Minimum time in seconds to wait before starting a vote (must be ≥ 5 and ≤ maxVoteWaitTime)
Remember that the elected vote option's time also sums up here!
maxVoteWaitTime (Single) ➜ Default: 60
Maximum time in seconds to wait before starting a vote (must be ≥ minVoteWaitTime and ≤ 3.40282347E+38F)
Remember that the elected vote option's time also sums up here!
minChatVotingTime (Single) ➜ Default: 10
Defines a minimum range value of chat voting (must be ≥ 5 and ≤ maxChatVotingTime)
maxChatVotingTime (Single) ➜ Default: 25
Defines a maximum range value of chat voting (must be ≥ minChatVotingTime and ≤ 3.40282347E+38F)
startTimerOnSpoopMode (Boolean) ➜ Default: True
Determines if a voting timer should begin after spoop mode (true) or when a player loads into a level (false)
voteTimerSoundVolume (Single) ➜ Default: 0.5
Specify a volume of a vote timer ticking sound
You also fully disable it by setting this value to 0