diff --git a/Doc/Images/ReShadeArchive.png b/Doc/Images/ReShadeArchive.png new file mode 100644 index 0000000..3d02e83 Binary files /dev/null and b/Doc/Images/ReShadeArchive.png differ diff --git a/README.md b/README.md index a25bbcd..81123ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ # ReGlass ReShade FX tool that enables game screenshots for LookingGlass Portrait. -### [Download Latest](https://github.com/jbienz/ReGlass/archive/refs/heads/main.zip) ### \ No newline at end of file +## Automatic Installation +1. Download ReShade from [reshade.me](https://reshade.me) +1. During the ReShade installation, paste in the following URL: + + > ###`https://github.com/jbienz/ReGlass/archive/refs/heads/main.zip`### +1. Click the 'Add' button to add the archive, then click OK to finish the installation. + +![](Doc/Images/ReShadeArchive.png) + +## Manual Installation +1. Install ReShade from [reshade.me](https://reshade.me) and enable it for your game +1. Download the latest [ReGlass Archive](https://github.com/jbienz/ReGlass/archive/refs/heads/main.zip). +1. Go to the same folder as your games main executable +1. Go into the sub-folder `reshade-shaders` +1. Extract the `Shaders` folder from the zip file into the games `reshade-shaders` folder, merging with the `Shaders` folder that already exists. \ No newline at end of file diff --git a/LookingGlass.fx b/Shaders/LookingGlass.fx similarity index 100% rename from LookingGlass.fx rename to Shaders/LookingGlass.fx