Інсталювати Steam
увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Bahasa Indonesia (індонезійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом
Edit: just look at the screenshot below - I'd like to create shortcut directly to second launch option (without launcher). Default shortcuts always launch with the first launch option.
https://steamcommunity.com/sharedfiles/filedetails/?id=1582289880
Well, to answer you more directly: when you lookup a game on steamdb.info and check it's Configuration section, you will see multiple launch options with specific details on which file is launched and with which arguments (if any). You can actually make steam launch custom executables via arguments as well but that's not something I've had to done recently (especially in combination with regular arguments).
That's the problem I'm facing now: there is a tool inside a game (Starbound). It can be launched from that dialog (Mod Uploader Tool), but I don't see a way how can I force Steam to launch this exact option. This is crucial because I can't launch this tool directly (I mean .exe file): it won't have "connection" to Steam and will fail to run. So, summarizing, I want any sort of shortcut or a command-line to launch the tool whithout that pop-up dialog. I've been search for the whole day today, and didn't find anything working. There are some games which support this: you could launch them as
Would be glad to know how to do it.
If you want to launch custom .exe (whatever it is) you go to game's properties an in General section at the bottom (launch arguments field) type:
It works even from shortcuts, however it will replace all launch options (AFAIK) and you won't be able to launch the game until you revert the change.
Basically you can have shortcut to easily launch Mod Uploader (and mod uploader only) or you'll have to launch mod uploader from library. The most usefull (but still rather useless) compromise is to set Mod Uploader as default launch option so it's one-click launch from library, and then you can just as easily launch the game directly from other methods (tray icon, desktop shortcuts, url shortcuts).
Yes. Here's an easy and quick way to do it.
On Windows go to the game's exe and right-click on it > Create Shortcut.
When the shortcut is created Right-Click on the shortcut > Properties
There will be a "Target" line text field with the file path in quotes in that text field. Enter one space after the quotes and type in the launch options you want to use separated by a space.
For example a shortcut's Target line for Half-Life's path on my computer is:
"D:\SteamLibrary\steamapps\common\Half-Life\hl.exe"
If I wanted to force it to run in a window, for example I would add -sw:
"D:\SteamLibrary\steamapps\common\Half-Life\hl.exe" -sw
If I wanted to force it to windowed mode, force directx9, and enable developer mode:
"D:\SteamLibrary\steamapps\common\Half-Life\hl.exe" -sw -dx9 -dev
Use the shortcut with the launch parameters to launch the game or add the shortcut as a non-Steam game to your library list.
It doesn't work as you'd expect it though.
This "custom default" option only works when launching the game/app from library (that's why I proposed earlier to use default option for mod uploader, since you could still launch game directly by using desktop shortcut and possibly tray icon option). It's ignored when using URL shortcuts (the kind of shortcuts that Steam itself creates automatically) and the game is launched with default option instead (when you set it to "ask when starting the game" in options, you won't even get a prompt when using desktop shortcut).
Yknow how when you launch the game from within Steam, it'll prompt you to pick the startup option? And you can choose 'pick this as default, change from within settings later'? You can make it so clicking the desktop shortcut opens that dialogue (or skips it and chooses your default, if you've selected that)
Change the shortcut from the default of `steam://rungameid/<id>`
to
`steam://launch/<id>/dialog`
Hopefully this helps you, future person looking thru posts ^^
PS I figured that out from this page, may help you figure out a more advanced startup config if that's what you're looking for https://developer.valvesoftware.com/wiki/Steam_browser_protocol