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

[Feature request] Custom Launch parameters (Steam) #407

Open
Kevauz opened this issue Sep 13, 2024 · 2 comments
Open

[Feature request] Custom Launch parameters (Steam) #407

Kevauz opened this issue Sep 13, 2024 · 2 comments

Comments

@Kevauz
Copy link

Kevauz commented Sep 13, 2024

Steam seems to run on default using TCNOco, and I would like to use the parameters steam got to reduce its cpu/ram/whatever usage.

@TCNOco
Copy link
Owner

TCNOco commented Sep 13, 2024

I haven't added a way to use launch arguments with Steam or any platform yet. What commands do you use for Steam?

@Kevauz
Copy link
Author

Kevauz commented Sep 14, 2024

I haven't added a way to use launch arguments with Steam or any platform yet. What commands do you use for Steam?

This is related to my other feature request, so I will just list what I used. I used the first one as it works just fine for me (the latter one is only if I got error with the first set - but I didn't get any, so I don't use it)
The -master_ipc_name_override is likely limited to the VPROJECT thing (for multiple steam clients).
I usually change the number for

start "Steam1" to start "Steam2" (and so on)
steam1 -dev to steam2 -dev (just follows what is changed above as well).

set VPROJECT=steammulti

start "Steam1" "C:\Program Files (x86)\Steam\steam.exe" -master_ipc_name_override steam1 -dev -console -no-dwrite -nofriendsui -nointro -nobigpicture -nofasthtml -cef-disable-xcomposite-workaround -cef-disable-renderer-restart -nocrashmonitor -cef-disable-gpu -cef-disable-occlusion -cef-disable-js-logging -cef-disable-hang-timeouts -noshaders -no-shared-textures -cef-disable-seccomp-sandbox -disablehighdpi -cef-single-process -cef-in-process-gpu -cef-disable-delaypageload -single_core -cef-disable-d3d11 -cef-disable-sandbox -disable-winh264 -no-cef-sandbox -vrdisable -cef-disable-breakpad -vrskip -skipstreamingdrivers -cef-use-shell-exec -cef-disable-gpu-compositing -browser-offline -disable-overlay-gpu-pri -compat-disable-filtering -cef-disable-site-isolation -cef-disable-touch-focus-workaround -userchooser
or
start "Steam1" "C:\Program Files (x86)\Steam\steam.exe" -master_ipc_name_override steam1 -userchooser -dev -console -no-dwrite -nofriendsui -nointro -nobigpicture -nofasthtml -cef-disable-xcomposite-workaround -cef-disable-renderer-restart -nocrashmonitor -cef-disable-gpu -cef-disable-occlusion -cef-disable-js-logging -cef-disable-hang-timeouts -noshaders -no-shared-textures -cef-disable-seccomp-sandbox -disablehighdpi -cef-single-process -cef-in-process-gpu -cef-disable-delaypageload -single_core -cef-disable-d3d11 -cef-disable-sandbox -disable-winh264 -no-cef-sandbox -vrdisable -cef-disable-breakpad -vrskip -skipstreamingdrivers -cef-use-shell-exec -cef-disable-gpu-compositing -browser-offline -disable-overlay-gpu-pri -compat-disable-filtering -cef-disable-site-isolation -cef-disable-touch-focus-workaround

@Kevauz Kevauz changed the title [Feature request] Custom Launch parameters [Feature request] Custom Launch parameters (Steam) Sep 14, 2024
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