-
-
Notifications
You must be signed in to change notification settings - Fork 42
Transparent Viewmodels
Igor edited this page Oct 12, 2023
·
7 revisions
Due to users experiencing issues relating to their own graphics settings, the config required to use transparent viewmodels will not be included. However, the HUD-side file files including an entry in hudslayout.res is included but disabled by default.
- If you're using mastercomfig, you can download the Transparent Viewmodels add-on and place it into your
tf/custom
directory. Skip to Step 3. - If you're NOT using masterconfig, add the following cvars to your
autoexec.cfg
.
mat_motion_blur_enabled 1
mat_motion_blur_strength 0
mat_disable_bloom 1
mat_hdr_level 0
mat_colcorrection_disableentities 1
mat_colorcorrection 0
- Open
flawhud/scripts/hudlayout.res
and enable Transparent Viewmodels by setting thevisible
andenabled
values from 0 to 1. See screenshot for reference.
BEFORE
AFTER