Raised This Month: $51 Target: $400
 12% 

CSGO, passing "allow_third_party_software" param via steam deeplink


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Kirichka
Zero Posts
Join Date: Apr 2023
Old 04-18-2023 , 04:29   CSGO, passing "allow_third_party_software" param via steam deeplink
Reply With Quote #1

Hello everyone,

I know that it is possible to pass start params via steam deeplinks. For example, to connect right after game start we can do this:

steam://run/730/+connect 1.2.3.4:555/

or the same urlencoded:

steam://run/730/%2Bconnect%201.2.3.4%3A555/

And it works fine.


But I can't pass "-allow_third_party_software" param via this mechanism.

steam://run/730/%2Dallow_third_party_software/ is not working

But enabling this option via checkbox in GUI works correctly. Why, any ideas?



PS: Why some params are prefixed with minus (-allow_third_party_software), but some are prefixed with plus (+connect ...)?

Thanks in advance!

Last edited by Kirichka; 04-18-2023 at 04:48.
Kirichka is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 04-18-2023 , 13:42   Re: CSGO, passing "allow_third_party_software" param via steam deeplink
Reply With Quote #2

Here's a list of passable parameters - https://developer.valvesoftware.com/...owser_protocol

You're specifying +allow_third_party_software with %2B, you would need %2D. However, since this is a client console command for launching, it won't work regardless I believe.

As for differences - https://forums.alliedmods.net/showpo...84&postcount=2

Last edited by Maxximou5; 04-18-2023 at 13:44. Reason: clarification
Maxximou5 is offline
Kirichka
Zero Posts
Join Date: Apr 2023
Old 04-19-2023 , 13:25   Re: CSGO, passing "allow_third_party_software" param via steam deeplink
Reply With Quote #3

@ Maxximou5 Got it, thank you for the explanation!
Kirichka is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode