This project uses AI-generated code.
- Material fixes
- Fixes some broken UI/game materials and removes detail textures
- Change all water textures to a single one to simplify replacements in Remix
- Runtime ToPBR Conversion: Automatically converts Source Engine materials to PBR at runtime:
- Reads VTF texture files directly from Source Engine filesystem
- Writes PBR textures (normal, roughness, metallic) to
rtx-remix/mods/~gmod_topbr/textures/ - Generates roughness textures from
$envmapmaskor$phongexponent - Estimates metallic from
$phongboostvalues - Auto-processes materials on map load
- Model fixes
- Hardware skinning
- Fixes some props having unstable hashes in RTX Remix so they can be replaced in the Remix Toolkit
- Allows most HL2 RTX mesh replacements to load correctly
- Remix API Support (x64 only)
- Lights
- Lua bindings for addon creation
- Map-specific Remix settings
-
Switch to the
x86-64branch of Garry's Mod on Steam (x32 works but not recommended) -
Ensure you've ran the vanilla game at least once, especially if you switched branches.
-
Download RTXLauncher.
-
Windows
- Put
RTXLauncher.Avalonia.Windows.exein an empty folder, run it as an Administrator - Do not place in the same place as your vanilla game
- Do not place it in a OneDrive synced folder (Documents, Desktop, etc), the game will not work correctly if you do so
- Put
-
Linux
- Ensure Steam Play is forced for Garry's Mod with either Proton Experimental or another recent Proton build.
- Run GModPatchTool
- Put
RTXLauncher.Avalonia.Linuxin an empty folder, run it via the terminal or double click it (make sure it's marked as executablechmod +x ./RTXLauncher.Avalonia.Linux)
-
Select the Fixes package type:
garrys-mod-rtx-remixed(this repo, normal version)garrys-mod-rtx-remixed-perf(performance focused version)
-
Select
Start Quick Installon the main screen and follow the prompts when asked. -
Once it's finished, press
Launch Gameat the bottom of the launcher.
Multiplayer works best when the server/host has this addon and the cvar sv_allowcslua 1 set.
You can join servers without the addon but you will experience visual issues.
- vlazed for toggle-cursor
- Yosuke Nathan on the RTX Remix Showcase server for making the initial
Garry's Mod Remixedlogo - Everyone on the RTX Remix Showcase server
- NVIDIA for RTX Remix
- Nak2 for NikNaks
- BlueAmulet for SourceRTXTweaks
- 0xNULLderef and Wolƒe Strider Shoσter for additional x64 patches (culling and HDR map lighting)
- King David for all of their guidance for getting hardware skinning working.