This script adds a new command Install-Remix which instead of copying over the binaries, it creates symbolic links. This approach not only saves disk space, but you can also update all instances in a single click using RTX-Remix-Downloader.
- Put the
RTX.Remix.Downloader.exefile into a fixed location i.e.C:\RTX Remix\RTX.Remix.Downloader.exe - Set the environment variable
REMIXPATHto the path that contains the RTX Remix binaries, i.e.C:\RTX Remix\remix. - Put the Microsoft.PowerShell_profile.ps1 file into
%USERPROFILE%\Documents\WindowsPowerShell
Open up Powershell as admin then enter the command: Install-Remix "GAME PATH"
You can drag & drop the explorer adress bar onto the Powershell window to paste its path. Or you can run the Powershell in that directory and simply run Install-Remix .
- If the game executable is 64 bit, put the argument
-x64i.eInstall-Remix . -x64
- Administrator privilege is required for creating symbolic links, consider using gsudo. The
Install-Remixcommand will try to self elevate if installed. - Logs and config files are still unique to the installation.
- Any additional
.dllfiles (such as wrappers) will be symlinked too, and any config files (.ini,.conf) will be copied over. I highly recommend adxvk.conffile with sane defaults (turn off VSync).
