penandlim / REFrameworkUpdater

PowerShell script for updating DLLs from @praydog's REFramework nightly builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REFrameworkUpdater

PowerShell script for updating DLLs from @praydog's REFramework nightly builds

  • First run

Preview

  • Updating

Animation3

Pre-requisites

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.

Installation

Place the .ps1 file in the same folder as where your game .exe resides (same folder as dinput8.dll).

How to use

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.

Related files & Resetting

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.

About

PowerShell script for updating DLLs from @praydog's REFramework nightly builds

License:MIT License


Languages

Language:PowerShell 100.0%