Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple launch arguments? #506

Open
AbiRabb1t opened this issue Nov 7, 2024 · 1 comment
Open

Multiple launch arguments? #506

AbiRabb1t opened this issue Nov 7, 2024 · 1 comment

Comments

@AbiRabb1t
Copy link

Hey, I know this might be a stupid question, but I am new to gaming on Linux and for the life of me can't figure this out, so some help would be much appreciated. I am trying to play modded cyberpunk 2077 which on Linux requires the following launch argument "WINEDLLOVERRIDES="winmm,version=n,b" %command%" I am entirely lost for how I can include this but also the gamemoderun %command% to also allow gamemode to run so that the game runs at more then 24 FPS which causes me motion sickness... any help would be much appreciated. have a good day! :)

@SpiritWinD86
Copy link

Just add it before or after command/argument separated by space with only ONE %command% at the end, like this:
WINEDLLOVERRIDES="winmm,version=n,b" gamemoderun %command%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants