Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
+ = Do this.
- = Don't do this.
But can also mean when only - is available to do this.
Depends on the game.
it gets vague with games as others said, as well with steam, but depends on the function.
steam.exe -console for example =
"do not hide the console" or "display the console"
-login (name) (pass)
"do not ask for login details, instead use these"
-log_voice
"do not ignore voice when logging" or "enable logging of voice"
-nofriendsui
This one is vague, due to - and no in the word, but the default is displaying... e.e;
"do not open steam friends and chat upon loading steam"
especially with that last example, you can see that they don't really standardize.
As for java
+XX:option_name enables the option
-XX:option_name disables it
also the names make sense towards the option.... usually.
Not really. The other ones you all have jumped through hoops to follow your logic. Since you mentioned Java, you should also be familiar with the practice of "say what you do, not what you don't". For example getters for boolean are alway isSomething and should never be isSomethingNot.
Anyway, the hyphen is just used traditionally as a seperator for arguments. You should be perfectly able to chain the commands without a space.