Come avviare Steam Games dal terminale?

1

C'è un modo per aprire i giochi Steam direttamente da Terminal?

    
posta JayRizzo 15.06.2018 - 09:01
fonte

1 risposta

1

Per eseguire su Mac Location:

ll /Users/YOUR_USER_PROFILE/Library/Application\ Support/Steam/steamapps/common/

Comando per avviare direttamente un'app di gioco:

open -Fa /Users/YOUR_USER_PROFILE/Library/Application\ Support/Steam/steamapps/common/Realm\ Grinder/RealmGrinderDesktop.app/Contents/MacOS/RealmGrinderDesktop 

Dettagli

man open

-F Opens the application "fresh," that is, without restoring windows. Saved persistent state is lost, except for Untitled documents.

-a application Specifies the application to use for opening the file

Come trovare il tuo percorso (gioco):

Nota: * le linee sono collegamenti ipertestuali alle immagini.

  1. Apri Steam App
  2. Vai a Library *
  3. Right Click sul gioco.
  4. Apri Proprietà
  5. Passa alla terza scheda Local Files *
  6. Seleziona Browse Local Files
  7. Right Click su GameName.App
  8. Seleziona Get Info *
  9. Left Click & Drag su Dove
  10. Right Click e seleziona Copy *
  11. Open del tuo editor di testo e Paste

Questo ti darà il percorso.

  1. Apri Terminal
  2. Aggiungi open -Fa aYourCopiedPath
  3. Premi Invio / Invio
  4. La tua app verrà avviata.
risposta data 15.06.2018 - 09:01
fonte

Leggi altre domande sui tag