aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKisei <[email protected]>2018-08-24 21:43:17 +0000
committerKisei <[email protected]>2018-08-24 21:43:17 +0000
commit9a09c09aa0a517086c26f89dbedbfdbc47146e4d (patch)
tree55a67e22af50b44d2f9f6e54a0c988642c838ffc
parenthaHA typo btw (diff)
downloadwizrpc-9a09c09aa0a517086c26f89dbedbfdbc47146e4d.tar.xz
wizrpc-9a09c09aa0a517086c26f89dbedbfdbc47146e4d.zip
Update readme.md
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 428334c..06c8eda 100644
--- a/readme.md
+++ b/readme.md
@@ -19,7 +19,7 @@ WizRPC brings the ever so famous discord rich presence feature to Wizard101. Usi
- __IMPORTANT__: Edit `config.json` with the **full** path to your Wizard101 folder
> On macOS, the path to your folder generally be `/Users/your_username/.wine/drive_c/ProgramData/KingsIsle Entertainment/Wizard101` by default, unless you moved it elsewhere.
- If you're using macOS, run the program with `nohup node WizRPC.js &`
- - If you're using Windows, you can simply run the program with `node WizRPC.js` and minimize the console. If you would like to run the script as a background process, you can install `pm2` with `npm install pm2 -g` and use `pm2 start WizRPC.js --watch` instead.
+ - If you're using Windows, you can simply run `install_windows.bat`. After installing open the config.json file in notepad and replace everything with `{"gamePath":"C:\\ProgramData\\KingsIsle Entertainment\\Wizard101"}`. Finally you can launch the rpc using `launch.bat`.
- That's it! If done correctly, you should now have an active Rich Presence whenever the game is running, and it should go away when you quit the game. Due to discord's rich presence rate limit rule, the presence will update every 15-25 seconds.
## Questions & Concerns