Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ConfigurableProgressionMessages
Adds 6 chat messages that you can configure both the contents of and when they appear in your runs. Server-side and vanilla compatible.
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | LordVGames-ConfigurableProgressionMessages-1.0.0.zip |
| Downloads | 259 |
| Dependency string | LordVGames-ConfigurableProgressionMessages-1.0.0 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2113Rune580-Risk_Of_Options
A convenient API for adding BepInEx ConfigEntry's to a option menu
Preferred version: 2.8.0README
ConfigurableProgressionMessages
Adds 6 chat messages that you can configure the contents of, along with when they appear in your runs. I made this mod to make it easy for people to make certain points in a run's progression feel a bit more special using a special chat message that gets sent automatically.
By default, a message when you start your first loop is sent.
Config Options
- The message itself
- When a certain stage number is reached
- Whether to send it again after a number of stages
- When a loop starts
- Either on the first loop or on every loop
- When the Bazaar is visited
- Either on the first visit or on every visit
- When the Void Fields is visited
- Either on the first visit or on every visit
- AFAIK currently no mod lets you go to void fields multiple times in a run but whenever that happens it should work
All chat messages also support the normal unity rich text formatting. You can find all the available formatting options here.
Even though this is my first mod, I've tested it a lot. If there are any problems or if you got a suggestion for the mod, then create an issue on the github repo or ping me in the RoR2 modding discord.
CHANGELOG
2.1.0
- Fixed messages using "Send on Stage X" using the "Send Again After X Stages" value even if it was -1 and possibly overriding the configs "Send on Stage X" value.
- Added the mod's icon to the Risk of Options menu
- Added a debug logging config option, off by default
2.0.0
- The mod now supports Risk of Options! You can edit messages in-game and when a message is changed it will be sent in chat for easy editing!
- A message can now include multiple different messages for the game to choose at random when the message is sent!
- Fixed messages not being sent if their
Send Again After X Stagesvalue was 1. - Fixed messages not being sent on loops past the first if the previous run went through multiple loops.
- Added 2 more progression messages for a total of 8.
1.0.0
- Release