/Enhanced-SuK

GreaseMonkey-Script for http://schlacht-um-kyoto.de

Primary LanguageJavaScript

This project is archived and won't receive any updates!

GreaseMonkey

This is a first step to improve the UX of Schlacht um Kyoto, a medieval browser game placed in Japan.

Setup

  1. Get Greasemonkey
  2. Get Firebug
  3. RightClick the Firebug icon and activate all modules
  4. Toggle javascript.options.showInConsole and javascript.options.strict to true in about:config
  5. Clone the repo: git clone https://github.com/Ryuno-Ki/Enhanced-SuK.git $HOME/src/GMscripts/
  6. Start Firefox and Open the File via Ctrl-O
  7. Start a terminal and navigate to $HOME/.mozilla/firefox/*default*/gm_scripts/Enhance_Schlacht-um-Kyoto/
  8. Remove the SuK.user.js there and symlink it with the git tracked one: rm SuK.user.js && ln -s $HOME/src/Enhanced-SuK/SuK.user.js $HOME/.mozilla/firefox/*default*/gm_scripts/Enhance_Schlacht-um-Kyoto/
  9. Log in to Schlacht-um-Kyoto and open the file via RightClick in GreaseMonkey menu

Relationship between Instances (somewhat ER)

Relationship diagram

Dependencies

  • jQuery v1.6.2 (since it is used inside the game anyway)