Skip to content

Barugon/cota

Repository files navigation

Companion of the Avatar

CotA, a companion application for Shroud of the Avatar, is written in 100% Rust using egui (also 100% Rust) for it's user interface.

Click here for binaries

Note: Windows - You might need to right click cota.exe (once unzipped), select Properties and then check Unblock.

Note: Mac - I no longer provide a Mac build due to Apple's licensing. However, building should be pretty easy — install rust, clone this repository and then build it using cargo build --release. You will probably also need to install Apple's Xcode.

Building

In order to build CotA, you will need to install Rust. Once that's done, download the source, change directory to where the source resides on your system and enter cargo build --release. The executable will be in the target/release sub-folder.

Features

Portal and Cabalist chronometer

screenshot

Experience planner

screenshot

Agriculture

Add timers that remind you to water/harvest your plants via desktop notifications.

screenshot

Offline save-game editor

Note: once you store your changes then you must reload the save-game in Shroud of the Avatar from the main menu.

screenshot

Display stats recorded to chat-logs via the /stats command

  • Press F5 to refresh the display after typing /stats in-game
  • Press Ctrl+R to get a list of effective resists
  • Press Ctrl+F to filter the stats
  • Press Ctrl+L to search the chat logs
  • Press Ctrl+D to tally DPS

screenshot