Skip to content

Commit a4030d9

Browse files
Added .pext file to release for easy installation | Updated README to reflect changes
1 parent 1eabcb3 commit a4030d9

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Playnite Controller Compatibility Plugin
32

43
<p align="center">
@@ -21,22 +20,30 @@ A Playnite plugin that provides controller compatibility detection and managemen
2120
- 🎮 **Partial Controller Support** - Some limitations or workarounds needed
2221
-**No Controller Support** - Keyboard/mouse only
2322

24-
## Installation & Testing
2523

26-
### Quick Test Build
27-
1. Run `build.bat` to compile the plugin
24+
## Installation
25+
26+
### Recommended (Easy)
27+
1. Download the latest `.pext` file from [Releases](https://github.com/DreadHeadHippy/Controller-Compatibility/releases).
28+
2. Open Playnite.
29+
3. Go to **Extensions → Install extension**.
30+
4. Select the downloaded `.pext` file.
31+
5. Restart Playnite.
32+
33+
### Advanced (Manual Build)
34+
1. Run `build.bat` to compile the plugin.
2835
2. Copy the contents of `bin\Release\net462\` to:
29-
```
30-
%AppData%\Playnite\Extensions\ControllerCompatibility\
31-
```
32-
3. Restart Playnite
33-
4. Enable the plugin in Settings → Extensions
36+
```
37+
%AppData%\Playnite\Extensions\ControllerCompatibility\
38+
```
39+
3. Restart Playnite.
40+
4. Enable the plugin in Settings → Extensions.
3441

3542
### What You'll See
3643
- **Controller Status**: Top panel shows connected controllers
3744
- **Game Overlays**: Look for colored badges on game tiles in your library (top-right corner if in 'grid view')
3845
- **Context Menus**: Right-click games for compatibility options
39-
- **Visual Feedback**: Badges appear/disappear based on controller connections
46+
- **Visual Feedback**: Badges appear based on controller compatibility
4047

4148
### Test Data
4249
The plugin includes test compatibility data for popular games. Connect a controller to see the full effect!

0 commit comments

Comments
 (0)