You are viewing a potentially older version of this package. View all versions.
AALUND13-RoundWithBots-4.0.1 icon

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 weeks ago
Version 4.0.1
Download link AALUND13-RoundWithBots-4.0.1.zip
Downloads 1768
Dependency string AALUND13-RoundWithBots-4.0.1

This mod requires the following mods to function

olavim-RoundsWithFriends-2.2.2 icon
olavim-RoundsWithFriends

ROUNDS multiplayer extension

Preferred version: 2.2.2
Pykess-ModdingUtils-0.4.6 icon
Pykess-ModdingUtils

Utilities aimed at making modding easier and more accessible

Preferred version: 0.4.6
Pykess-CardChoiceSpawnUniqueCardPatch-0.1.9 icon
Pykess-CardChoiceSpawnUniqueCardPatch

Patches erroneous logic in the base game CardChoice method SpawnUniqueCard

Preferred version: 0.1.9
willis81808-UnboundLib-3.2.10 icon
willis81808-UnboundLib

This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.

Preferred version: 3.2.10
Root-RarityLib-1.2.8 icon
Root-RarityLib

A utility library for adding custom rarities to the game.

Preferred version: 1.2.8

README

RoundsWithBots Mod

Description

Tired of waiting for friends in Rounds or don't have friends who own the game? The RoundsWithBots 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

  1. Press 'B' to add a bot.
  2. Press 'R' to ready up all bots and start playing with AI bots.

Feedback and Issues

Credits

CHANGELOG

Changes Logs v4.0.1

Fixes

  • Fixed the bug when the mod "PickPhaseImprovements" not installed, the AI picker system won't work.
  • Skip aim calculation when target is invalid to reduce lags.

Changes Logs v4.0.0

Note: The main feature of this update is the new Custom ai system, that uses a Pathfinding system to get to the players more reliably.

Added

  • Added a new Pathfinding AI, so expect better AI behaviour.

Changes

  • Rework the "Bot Menu" to be more user friendly.
  • Refactor and rework the "Picker AI" system.
  • Bots no longer block LITERALLY EVERYTHING.

Fixes

  • Fixed leaving while in a bot pick phase break the picker system.
  • Fixed the bots picker system trigger multiple times.
  • Fixed bots only matches auto rematch sometime break.

Changes Logs v3.1.0

Added

  • Added the Bot Menu, which appears when clicking the TO EDIT text on bots.

Changes

  • Converted the project into a Unity project.

Changes Logs v3.0.1

Fixes

  • Fixed the Stalemate config slider to support non-whole numbers.

Changes Logs v3.0.0

Added

  • Added the Stalemate Handler. If a player remains dead for a set amount of time, the stalemate handler gradually kills the bots to end the round.
  • Added Auto-Rematch for bot-only games. A rematch is automatically triggered at the end of each match when only bots are in the game.

Changes

  • Prevented bots from spawning while a battle is in progress. Minions can still spawn during battles.
  • Improved the Menu for better usability.
  • Improved Bot AI behavior for more dynamic and challenging interactions.

Changes Logs v2.3.0

Changes

  • Switched the bot AI from the PlayerAI component to the PlayerAIPhilip component for improved functionality and performance.