protonscr
Search
Group
by game
by thread
Sort
relevance
recent
Activity
any time
30 days
90 days
1 year
2 years
Repo
steam
1
State
closed
1
Label
runtime
1
1
results, 2 hits for
MANGOHUD=1 %command% -force-d3d12
[Beta] Can't use custom environment variables in Launch Options
steam
closed
runtime
#13012 · 16 comments · updated 2026-03-27 · 2 matching
comment by
Billli11
· 2026-03-26 ·
view
·
github
Try adding `env --` in front of the
command
option. e.g. ``` env --
MANGOHUD=1
%
command
% -
force-d3d12
```
comment by
smcv
· 2026-03-26 ·
view
·
github
... in front of the
command
option. > > e.g. > > ``` > env --
MANGOHUD=1
%
command
% -
force-d3d12
> ``` I can confirm that ...