Setting Up Portal for RTX Remix Compatibility#
Important
Portal with RTX is required for this tutorial.
Ensure that both Portal and Portal with RTX are installed and fully updated.
Many games require specific modifications to properly integrate with the RTX Remix Runtime. In the case of Portal, the following modifications, implemented in Portal with RTX, enhance compatibility with RTX Remix. Other Source Engine games (such as Half-Life 2) will also necessitate similar configuration steps to achieve RTX Remix compatibility.
Warning
These steps should be considered specific to making Portal compatible.
Copying Required Files#
CFG Folder Backup: Navigate to the Portal
cfg
folder (common\Portal\portal\cfg
) and rename it (e.g., tooriginal-cfg
) to preserve the original data.CFG Contents Copy: Copy all files from the Portal with RTX
cfg
folder (common\Portal with RTX\portal_rtx\cfg
) and paste them into the Portalcfg
folder (common\Portal\portal\cfg
).BIN Folder Backup: Similarly, go to the Portal
bin
folder (common\Portal\bin
) and rename it (e.g., tooriginal-bin
) to preserve the original data.BIN Contents Copy: Copy all files from the Portal with RTX
bin
folder (common\Portal with RTX\bin
) and paste them into the Portalbin
folder (common\Portal\bin
).Configuration Files Copy: Copy the files named
rtx.conf
anddxvk.conf
from the Portal with RTX folder (common\Portal with RTX
) and paste them into the Portal folder (common\Portal
).RTX Remix Runtime Files Copy: Copy the latest RTX Remix Runtime files to
common\Portal\bin
, overwriting any existing files if prompted.
Updating Game Variables#
After launching the game from the Steam library, certain variables may need to be set. These can be configured via the in-game developer console or Steam launch options.
Set
dxlevel
to70
Set
r_3dsky
to0
Set
viewmodel_fov
to90
Set
cl_first_person_uses_world_model
to0
Steam Launch Options#
Open Steam.
Go to the “Library.”
Right-click the game to be reconfigured.
Select “Properties…” from the menu.
Go to the “Launch Options” section.
Remove any launch options currently displayed in the input box.
Set the launch options as detailed above. The Steam Launch Options should appear as follows:
-dxlevel 70 -r_3dsky 0 -viewmodel_fov 90 -cl_first_person_uses_world_model 0
Tip
Launching the game with different DirectX levels may resolve certain issues but could introduce problems in other games.
To change the DirectX Level Launch Options, use the following variable values:
-dxlevel 90
(DirectX v9.0)-dxlevel 81
(DirectX v8.1)-dxlevel 80
(DirectX v8.0)-dxlevel 70
(DirectX v7.0)
Launching the Game#
Portal should now be playable with RTX Remix.
To launch the game, launch it normally from the Steam library.
For assistance with setting up RTX Remix for other games, visit the RTX Remix Showcase Discord Community and check out the remix-projects channel.
Need to leave feedback about the RTX Remix Documentation? Click here