This page was last updated on 13 March 2025, 9:58PM
Changelogs
Version 1.6.2
fixed cheer staying active after mission ends
Version 1.6.0
Now uses ButterLib instead of BannerLib for hotkeys.
Version 1.5.0
Added all the different victory animation to switch between for cheers.
Now you can toggle between the victory or yell voice when cheering.
Team cheers will now act like team yell. They will cheer until you tell them to stop.
Fixed for release Bannerlord.
Version 1.3.1
Fixed a crash when an agent's formation was null.
Version 1.3.0
Compiled for 1.6.1
Version 1.2.0
1.5.9
Version 1.1.2
Fixed null object crash in the method Cheer.IsInvalid. Crash usually happened when battle was over or just starting.
Version 1.1.1
Compiled on Stable Branch 1.5.1
Version 1.1.0
Fixed team cheering crashing. Your horse won't be ordered to cheer anymore.
Version 1.0.8
Now referring to main agent instead of main hero for messages. Bug fix. Custom battles would crash for example. Referring to the hero was not proper for a mission.
Moved hotkey defaults back to L - ; - ' (I wanted yell to rhyme with L damnit!)… ' was not cause of crashing and the only reason I had changed was to attempt to fix a crash.
Refactored some code.
Version 1.0.7
Shifted all hotkeys to the left (K-L-;). BannerLib did not like apostrophe for some reason and it was causing crashes. If updating from a previous version, these changes will not update your settings so go into options if you want to use new keys. If your game crashes when you try to cheer with apostrophe then change your key in the game settings keybinds menu.
Version 1.0.6
Fixed bug that didn't reset team yelling when the battle ended.
Version 1.0.5
Fixed duplicate key bindings.
Version 1.0.4
Updated the yelling messages to the more immersive style that the other cheers uses.
Version 1.0.3
Completed localization. Needed to include look up keys for the hot key text used in the keybinds menu.
Added messages I forgot to add in previous update that lets you know when you toggled one of the team cheers on.
Tried to fix a crash regarding a TextObject.
Version 1.0.2
Proximity Cheering is now toggled by holding down the shift key modifier and pressing the Team Cheer Key (Default: Apostrophe). Proximity Cheer key removed.
Holding down shift and pressing the Cheer Key (Default: SemiColon), will select the cheer your player does. The mod uses 4 cheers and tbh, all are similair. Later I will try to figure out how to use the celebration cheers and add more cheers.
You can now press the right shift key or left shift key to use as the modifier key. Before I was only detecing left shift key.
Added text so you know when you were toggling stuff on and off and included support for localization in the text. If anyone wants to setup localization files then download source code. Look up keys can be found with Ctrl+F and search for the tag "ACM_" in the source code.
Added code to prevent team cheering if mission agents were null. Hopefully it fixes a crash. If you get crashes I need the exception message that pops up and it will tell me what function in my code crashed and why it crashed. I need that to fix stuff so I don't have to guess.