RoundWithBots
Tired of waiting for friends in Rounds or don't have friends who own the game? The RoundWithBot mod solves this by allowing you to play with AI bots. Simply press 'B' to activate the bot feature and 'R' to ready up, and enjoy Rounds anytime!
| Date uploaded | 2 years ago |
| Version | 2.3.0 |
| Download link | AALUND13-RoundWithBots-2.3.0.zip |
| Downloads | 49701 |
| Dependency string | AALUND13-RoundWithBots-2.3.0 |
This mod requires the following mods to function
Pykess-ModdingUtils
Utilities aimed at making modding easier and more accessible
Preferred version: 0.4.6Pykess-CardChoiceSpawnUniqueCardPatch
Patches erroneous logic in the base game CardChoice method SpawnUniqueCard
Preferred version: 0.1.9willis81808-UnboundLib
This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.
Preferred version: 3.2.10README
RoundWithBot Mod
Description: Tired of waiting for friends in Rounds or don't have friends who own the game? The RoundWithBot mod solves this by allowing you to play with AI bots. Simply press 'B' to activate the bot feature and 'R' to ready up, and enjoy Rounds anytime!
Features:
- Play Rounds with AI bots.
- Quick and easy activation using hotkeys.
How to Use:
- Press 'B' to add a bot.
- Press 'R' to ready up all bots and start playing with AI bots.
Feedback and Issues:
- If you encounter any issues or have feedback, please submit an issue.
Credits:
- RoundWithBot mod is developed by AALUND13 and Tessy.
Version:
- Current Version: 2.3.0
Changelog:
- Make the bot AI use the 'PlayerAIPhilip' Component instead of the 'PlayerAi' Component | Version 2.3.0.
Enjoy playing Rounds with your new AI companions!
CHANGELOG
- Version 3.1.0:
- Bot Menu: Added a menu called
Bot Menu. This menu appears when you click on theTo Edittext on bots. - Converted to Unity Project: Converted project into unity project.
- Bot Menu: Added a menu called
- Version 3.0.1:
- Fixed Stalemate Config Slider: Fixed the stalemate config slider to be non-whole numbers.
- Version 3.0.0:
- Added Stalemate Handler: If the player is dead for a set amount of time, the stalemate handler triggers, gradually killing the bots to end the round.
- Prevented Bot Spawning During Ongoing Battles: Bots are now restricted from spawning while a battle is in progress (minions can still spawn during battle).
- Auto-Rematch for Bot-Only Games: Automatically triggers a rematch at the end of each match when only bots are in the game.
- Menu Improvements: Enhanced the menu for better usability.
- Bot AI Enhancements: Improved bot behavior for more dynamic and challenging interactions.
- Version 2.3.0:
- Switched to
PlayerAIPhilipComponent: Updated the bot AI to use thePlayerAIPhilipcomponent instead of thePlayerAIcomponent for improved functionality and performance.
- Switched to