Skip to content

andyruwruw/stardew-valley-bot-framework

Repository files navigation

Stardew Valley BotFramework

This mod doesn't do anything on its own, however it offers developers a Framework to create bots to complete automated tasks.

Developers, this framework is for you if you:

Want a Stardew.Character to perform Actions on Targets (Tile, Objects or Characters) in one or multiple GameLocations.

The bot framework handles:

  • What route to most efficiently go through GameLocations.
  • The order of targets to most efficiently visit them all.
  • Executing your action on the targets.

The BotFramework utilizes a variety of path and route finding algorithms to give you a fully functioning bot!

Contents

Install

  1. Install the latest version of SMAPI.
  2. Download this mod and unzip the contents.
  3. Place the mod in your Mods folder.
  4. Run the game using SMAPI.

Usage

You have a few options:

Implementation

Releases

No releases published

Packages

No packages published

Languages