Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
Download nircmd.exe from here: https://www.nirsoft.net/nircmd/
Copy nircmd.exe to the same folder as your main Steam program (probably C:\Program Files (x86)\Steam)
Create a file called "RunSteam.bat" (or whatever you want to call it). You might need to make sure you have file extensions visible so that it doesn't turn into a "bat.txt" file. Right-click it and click edit.
Paste the following in the file:
"%~dp0nircmd.exe" movecursor 10 10
"%~dp0nircmd.exe" setcursor 5000 5000
"%~dp0steam.exe" -bigpicture
Save it and just run this file whenever you want to play Steam in big picture mode.
(The first command isn't necessary unless you're switching or disabling monitors to play in big picture mode, but it can't hurt. Basically something needs to "jiggle" the mouse for the second command to work, which basically moves it to the bottom right corner. If you happen to have a monitor with a higher resolution than 5000x5000, just increase those numbers ;) )
I use nircmd in conjunction with DisplayFusion to switch Steam to a TV, disable all the other monitors, get rid of the mouse cursor, change the sound from my PC speakers to the TV, then change it all back when I'm done playing and exit Steam. Pretty great tool!
Note that if you have Steam change to a preferred monitor when in big picture mode, the script above probably won't work. Switching to the monitor with DisplayFusion rather than the built in Steam setting gives you more control and will work (but unfortunately costs money), but the nircmd scripts need to run before Steam.exe is run. Theoretically you should be able to get around this by putting "start" in front of the nircmd commands, but when I tested it briefly it wasn't working for me.