danielkrupinski / VAC-Bypass-Loader

Loader for VAC Bypass written in C.
MIT License
475 stars 121 forks source link

I want to make the VAC-Bypass start steam with parameters "-no-browser +open steam://open/minigameslist" #91

Closed Ryuo1 closed 1 year ago

Ryuo1 commented 3 years ago

I have a low-end computer. So I use steam with -no-browser command which reduces the memory usage of steam. I tried looking in the .sln file but couldn't understand anything. Can anyone tell me how do I [title]?

Shaxzy commented 3 years ago

Can't you just manually put the parameter in the launch options or just disable the steam overlay?

Ryuo1 commented 3 years ago

Can't you just manually put the parameter in the launch options or just disable the steam overlay?

How do I do it?

Zman2024 commented 3 years ago

all parameters that are passed to the loader are passed to steam. Just send -no-browser to the loader via shortcut / batch script

Ryuo1 commented 3 years ago

all parameters that are passed to the loader are passed to steam. Just send -no-browser to the loader via shortcut / batch script

I am not good in Visual Studio I just installed it some days ago. When I tried to open the .sln file, I couldn't find any code where it opens steam.

HackerPide commented 3 years ago

all parameters that are passed to the loader are passed to steam. Just send -no-browser to the loader via shortcut / batch script

I am not good in Visual Studio I just installed it some days ago. When I tried to open the .sln file, I couldn't find any code where it opens steam.

@Taughtimp2786 No need to edit the source code, didnt test myself but this should work(according to https://github.com/danielkrupinski/VAC-Bypass-Loader/issues/91#issuecomment-855307915): VAC-Bypass-Loader.exe -no-browser

Ryuo1 commented 3 years ago

all parameters that are passed to the loader are passed to steam. Just send -no-browser to the loader via shortcut / batch script

I am not good in Visual Studio I just installed it some days ago. When I tried to open the .sln file, I couldn't find any code where it opens steam.

@Taughtimp2786 No need to edit the source code, didnt test myself but this should work(according to https://github.com/danielkrupinski/VAC-Bypass-Loader/issues/91#issuecomment-855307915): VAC-Bypass-Loader.exe -no-browser

It works! Thank you so much.