Skip to content

Kamilkampfwagen-II/One-Remix-Installation-to-Rule-them-All

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

One Remix Installation to Rule them All

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.

Setup:

  1. Put the RTX.Remix.Downloader.exe file into a fixed location i.e. C:\RTX Remix\RTX.Remix.Downloader.exe
  2. Set the environment variable REMIXPATH to the path that contains the RTX Remix binaries, i.e. C:\RTX Remix\remix.
  3. Put the Microsoft.PowerShell_profile.ps1 file into %USERPROFILE%\Documents\WindowsPowerShell

How to Use:

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 -x64 i.e Install-Remix . -x64

Notes:

  • Administrator privilege is required for creating symbolic links, consider using gsudo. The Install-Remix command will try to self elevate if installed.
  • Logs and config files are still unique to the installation.
  • Any additional .dll files (such as wrappers) will be symlinked too, and any config files (.ini, .conf) will be copied over. I highly recommend a dxvk.conf file with sane defaults (turn off VSync).

Showcase:

showcase

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published