This project is archived and won't receive any updates!
This is a first step to improve the UX of Schlacht um Kyoto, a medieval browser game placed in Japan.
- Get Greasemonkey
- Get Firebug
- RightClick the Firebug icon and activate all modules
- Toggle
javascript.options.showInConsole
andjavascript.options.strict
totrue
in about:config - Clone the repo:
git clone https://github.com/Ryuno-Ki/Enhanced-SuK.git $HOME/src/GMscripts/
- Start Firefox and Open the File via
Ctrl-O
- Start a terminal and navigate to
$HOME/.mozilla/firefox/*default*/gm_scripts/Enhance_Schlacht-um-Kyoto/
- 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/
- Log in to Schlacht-um-Kyoto and open the file via RightClick in GreaseMonkey menu
- jQuery v1.6.2 (since it is used inside the game anyway)