diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-24 18:07:37 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-24 18:07:37 -0500 |
commit | 3a367a00e45880de6b5472c07ce65043ab83eae7 (patch) | |
tree | d361c4212e1a4745ebd0ade192769a7cf50a3150 /README | |
parent | 941668dbb44260573f6c7d590e120a986ac99c62 (diff) | |
parent | 4dc2aa175624a4d29e4c4e8d3881461df093d13f (diff) | |
download | html5ks-3a367a00e45880de6b5472c07ce65043ab83eae7.tar.xz html5ks-3a367a00e45880de6b5472c07ce65043ab83eae7.zip |
Merge branch 'master' of happinessforme.com:html5ks
Conflicts:
Makefile
www/js/api.js
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -6,7 +6,16 @@ This is a WIP HTML5 implementation of the game Katawa Shoujo. [0] - Bash - ffmpeg with fdk-aac, libtheora, libvpx, libx264 - opusenc from opus-tools +- TruePNG +- DeflOpt +- defluff +- pngquant +- recommended: jpegmini +- jpegrescan - cwebp and webpmux from libwebp +- ImageMagick +- apngasm +- uglifyjs === Recommended === - nginx @@ -19,7 +28,8 @@ This is a WIP HTML5 implementation of the game Katawa Shoujo. [0] 0. Get Katawa Shoujo. 1. Copy *.rpyc from Katawa Shoujo/game into unrpyc/ directory. 2. Extract files from Katawa Shoujo/game/data.rpa with an rpa extractor, e.g. unrpa. Put files in www/dump. -3. Run setup.sh. [2] +3. Install prerequisites, download DeflOpt and defluff and place exes in this directory. +4. Run setup.sh. [2] 4. Run nginx.sh to start nginx, then navigate to localhost:8080 in your browser. -- or -- |