diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-22 09:12:39 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-22 09:12:39 -0400 |
commit | 5366753037dfbbc242fe974cf2f2b8ba4499ac2b (patch) | |
tree | df1e340df2fcffbfda11cff3685cf960ddcd385d /unrpyc/README | |
parent | 4cb31637006a33971464a03c1f055c3a87512b9a (diff) | |
download | html5ks-5366753037dfbbc242fe974cf2f2b8ba4499ac2b.tar.xz html5ks-5366753037dfbbc242fe974cf2f2b8ba4499ac2b.zip |
convert scripts to JSON, misc changes
Diffstat (limited to 'unrpyc/README')
-rw-r--r-- | unrpyc/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/unrpyc/README b/unrpyc/README new file mode 100644 index 0000000..c046fe8 --- /dev/null +++ b/unrpyc/README @@ -0,0 +1,15 @@ +This is a !@#$ed up version of unrpyc to generate sort-of JSON from Ren'Py .rpyc files. + +It's made for Katawa Shoujo script files; trying to use it on anything else will probably break horribly. + +How to use: + +1. Copy Ren'Py distribution into "renpy" folder. +2. Execute "2to3 -w renpy/*.py". +3. Put the rpyc files from the official KS distribution in here. +4. Run "make" with appropriate -j options (yay auto-parallelization) +5. Copy the resulting .json files to /www/scripts. + +If you want to hack on the code, have fun. This is all the documentation you get. + +https://github.com/yuriks/unrpyc |