Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Ryuno-Ki/Enhanced-SuK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages