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

-nojoy in dedi #634

Open
p0358 opened this issue Jan 7, 2024 · 0 comments · May be fixed by #689
Open

-nojoy in dedi #634

p0358 opened this issue Jan 7, 2024 · 0 comments · May be fixed by #689

Comments

@p0358
Copy link
Contributor

p0358 commented Jan 7, 2024

-nojoy should be added here to prevent loading XInput DLL on dedi (where it's not needed at all):

// add cmdline args that are good for dedi
CommandLine()->AppendParm("-nomenuvid", 0);
CommandLine()->AppendParm("-nosound", 0);
CommandLine()->AppendParm("-windowed", 0);
CommandLine()->AppendParm("-nomessagebox", 0);
CommandLine()->AppendParm("+host_preload_shaders", "0");
CommandLine()->AppendParm("+net_usesocketsforloopback", "1");
CommandLine()->AppendParm("+community_frame_run", "0");

I can't force myself to make a PR currently, so if someone feels like doing that, they can and do Co-authored-by me there xd But leaving it as issue regardless or it'll be forgotten.

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

Successfully merging a pull request may close this issue.

1 participant