Skip to content

CheeseyPickle/yorick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

240 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YORICK

Welcome to YORICK, Your Own Relay Interface for Contemplating the Kingdom. yorick is, like Guide, a relay script with the stated design goal of Helping Ascenders Minimizing Losing Extra Turns, by helping them manage resources and track quest progress. Unlike Guide, yorick is/will be written using modern TypeScript frameworks.

Install

svn checkout https://github.com/Loathing-Associates-Scripting-Society/yorick/branches/release/

You can then activate YORICK from the relay scripts menu in the relay browser.

Developer Setup

  • cd client && yarn install
  • cd server && yarn install
  • Copy (don't symlink) client/KoLmafia/relay/relay_YORICK_Dev.js to your KoLmafia relay/ directory.
  • Copy (don't symlink) client/KoLmafia/relay/relay_YORICK_Prefs.js to your KoLmafia relay/ directory.
  • Assuming you're making no server-side changes, cd server && yarn build, and copy server/KoLmafia/relay/yorick.js to your KoLmafia relay/ directory.
  • In VS Code, in the Run + Debug tab, run the Start Development Server task. Otherwise, cd client && yarn start
  • Run the "YORICK Dev" script in the relay browser. Code updates will be reflected live in the relay browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.8%
  • Other 1.2%