HGL
absent-sapphire

cyberpunk environmental variables

Hi, quick question. I'm supposed to set the environmental variables in advanced settings to WINEDLLOVERRIDES= winmm=n,b; version=n,b in order to prepare cyberpunk for modding. However, heroic doesnt allow for equal signs, so how can I achieve the same result?
4 Replies
robust-apricot
robust-apricot2mo ago
GitHub
[FIX] Using = in env var value by arielj · Pull Request #4787 · H...
After the PR that enabled the virtual keyboard on all inputs, the env variables and wrapper tables were broken After that I made a PR refactoring the code of that React component, but there was a t...
robust-apricot
robust-apricot2mo ago
It is fixed but not in a release yet
Until this is released, if you need to edit env variables and heroic complains about the name not being valid, you'll have to update it manually (or use the build from this PR):
Until this is released, if you need to edit env variables and heroic complains about the name not being valid, you'll have to update it manually (or use the build from this PR):
Apply workaround mentioned there
absent-sapphire
absent-sapphireOP2mo ago
ohhh, I see. Thanks a lot
robust-apricot
robust-apricot2mo ago
Yw

Did you find this page helpful?