PowerShell script for updating DLLs from @praydog's REFramework nightly builds
- First run
- Updating
Generate a personal github token for public repo artifacts API access
https://github.com/settings/tokens
Then change the $personalAccessToken
to your own API key.
Place the .ps1 file in the same folder as where your game .exe resides (same folder as dinput8.dll).
Right click the .ps1 file and run with PowerShell. Choose your game and the branch to download the files from.
At the time of the writing (2023/03/27), pd-upscaler is used for the beta feature of custom upscalar such as DLSS.
Then choose which files to copy over. Most of desktop PC users probably want only dinput8.dll.
Runing the script will create reframework_updater.config
file. Stores which game this is for and the branch name.
The downloaded artifact zip file is kept in the root folder for checking for updates next time.
You can remove these files to reset the script settings.