Garry’s Mod with RTX, Again.

copy these from portalrtx/bin into your desired game (gmod in this case) ``` .trex ``` for gmod make sure you’re not on 64 bit branch install the gmod lua menu in lua menu edit `lua/menu/` and comment out line 4 `include( ““ )` launch gmod with these command line arguments ``` hl2 -dxlevel 70 -w 1920 -h 1080 -condebug mat_dxlevel 70 mat_disable_d3d9ex 1 r_worldlights 16 sv_cheats 1 r_frustumcullworld 0 c_frustumcull 0 r_occlusion 0 r_forcenovis 0 r_shadows 0 mat_softwarelighting 0 r_staticprop_lod 0 r_lod 0 r_vertexlighting 0 mat_queue_mode 0 r_unloadlightmaps 1 mat_drawwater 1 r_glint_alwaysdraw -1 mat_softwarelighting 0 r_3dsky 0 ```
Back to Top