You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
winmm.dll is needed for red4ext, however it's not found after installing the mod. it would be great if you could add this to the games wine config automatically.
(Describe the current behaviour of the existing feature you want to improve)
RED4Ext doesn't work on Steam Deck without adding a Launch Option: WINEDLLOVERRIDES="winmm,version=n,b" %command%
We want
(Describe the new behaviour you want to see for this feature)
Really adding all the details listed on the following site somewhere in your wiki or setup would be excellent so folks won't have to run around troubleshooting the issue like I did:
This feels mostly out of scope for a the mod manager, except in cases where the mod manager is directly running the game itself (which it currently defers to steam on linux).
I think the most that should be done here is try and detect if the game is configured correctly, but that seems difficult since wine dll overrides can be configured either via the WINEDLLOVERRIDES env var (in steam's launch arguments) or persistently via winecfg.
Such a detection would therefore be rather complex, especially for something that isn't directly the responsibility of the mod manager...
In addition to the dll overrides, winetricks (or protontricks) should also be used to install the d3dcompiler_47 and vcrun2022 libs. I'm not sure there's a same way to detect that they are installed in the wineprefix either...
Perhaps the best course of action here is just to link to the cyberpunk wiki (or similar documentation that could be maintained by the nexus team if preferred).
Such a link could be included in a "tip" popup that is displayed when users first manage cyberpunk, or perhaps when they first apply a mod loadout for which the docs are relevant?
Improvement
winmm.dll is needed for red4ext, however it's not found after installing the mod. it would be great if you could add this to the games wine config automatically.
Link to information on the issue:
https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/modding-on-linux
Currently
(Describe the current behaviour of the existing feature you want to improve)
RED4Ext doesn't work on Steam Deck without adding a Launch Option: WINEDLLOVERRIDES="winmm,version=n,b" %command%
We want
(Describe the new behaviour you want to see for this feature)
Really adding all the details listed on the following site somewhere in your wiki or setup would be excellent so folks won't have to run around troubleshooting the issue like I did:
https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/modding-on-linux
Supporting Information
(Include any supporting screenshots etc to support the above)
Design
(Any designs to required for this feature)
The text was updated successfully, but these errors were encountered: