diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-30 13:42:48 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-30 14:03:21 -0400 |
commit | ffebbcd2dee04b8c06e90432618e0e013ac5b7dc (patch) | |
tree | 7d7d0125b38c67592eb3252b580ecadb6b752512 /unrpyc/README | |
parent | 3adce8c047fb433702223e3fca1c5463f98e4805 (diff) | |
download | html5ks-ffebbcd2dee04b8c06e90432618e0e013ac5b7dc.tar.xz html5ks-ffebbcd2dee04b8c06e90432618e0e013ac5b7dc.zip |
unrpyc -> ast2json
Diffstat (limited to 'unrpyc/README')
-rw-r--r-- | unrpyc/README | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/unrpyc/README b/unrpyc/README deleted file mode 100644 index 6c337f6..0000000 --- a/unrpyc/README +++ /dev/null @@ -1,14 +0,0 @@ -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. Put the rpyc files from the official KS distribution in here. -2. Run "make install". - -If you're on Windows, sucks for you. Use a better OS. - -If you want to hack on the code, have fun. The code sucks, and this is all the documentation you get. - -https://github.com/yuriks/unrpyc |