@@ -12,7 +12,14 @@ Note: In the areas referencing the `CraftPresence` folder, if you downloaded a s
## Setup
1.[Download a copy of this repo](https://gitlab.com/CDAGaming/CraftPresence-Wow-Edition/-/archive/master/CraftPresence-Wow-Edition-master.zip) or [a release zip here](https://github.com/CDAGaming/CraftPresence-Wow-Edition/releases)(Previously located [here](https://gitlab.com/CDAGaming/CraftPresence/-/releases)) and decompress it. Inside you will find two folders of importance: the main `CraftPresence` folder containing the WoW addon, and an inner `Script` folder containing a python script (and it's inner dependencies).
1.[Download a copy of this repo](https://gitlab.com/CDAGaming/CraftPresence-Wow-Edition/-/archive/master/CraftPresence-Wow-Edition-master.zip) or [a release zip here](https://github.com/CDAGaming/CraftPresence-Wow-Edition/releases)(Previously located [here](https://gitlab.com/CDAGaming/CraftPresence/-/releases)) and decompress it.
Note: You may also download CraftPresence from our other providers:
Inside you will find two folders of importance: the main `CraftPresence` folder containing the WoW addon, and an inner `Script` folder containing a python script (and its inner dependencies).
2. Install the WoW addon by copying the main `CraftPresence` folder to your `Interface/AddOns` directory. When you log in, you may see a few colored squares on the top left corner of your screen. These will be important later on.
...
...
@@ -25,9 +32,9 @@ Note: In the areas referencing the `CraftPresence` folder, if you downloaded a s
`cd <addons_location>\CraftPresence\Script`
5. Launch the Python Script `DiscordRichPresence.py` either via double-clicking it, or launching it in command prompt via `py DiscordRichPresence.py` while within the `script` folder. You can now force an update by typing **/cp update** to ensure functionality.
5. Launch the Python Script `DiscordRichPresence.py` either via double-clicking it or launching it in command prompt via `py DiscordRichPresence.py` while within the `script` folder. You can now force an update by typing **/cp update** to ensure functionality.
On certain events (player login, zone change, revive, etc...) the squares will appear automatically, then disappear after a certain amount of seconds. If it fails to update, you can use **/cp update** to trigger this manually.
On certain events (player login, zone change, revive, etc...) the squares will appear automatically, then disappear after a certain number of seconds. If it fails to update, you can use **/cp update** to trigger this manually.
From now on, you can double-click the `DiscordRichPresence.py` file (Or make a shortcut to it to launch it easier) and it will work by itself. Your rich presence will be updated automatically as long as the script is kept running in the background. You can also create a shortcut to this script on your Desktop and open it every time you open WoW.