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
To access your steam games from any OS X user accounts, follow this instructions:
copy/pasted from http://forums.macrumors.com/showthread.php?t=1496016 , original poster Cougarcat
This is entirely Valve's fault in that they shove everything - game apps, saves, prefs, etc. in the User folder.(user/library/app support/steam) That's why steam games are isolated to one account. It's asinine that it works this way (app support should never actually have applications) but there you go.
To share the data, move /user/Library/Application Support/Steam/ to /Users/Shared/Library/Application Support/Steam/ and then in each account run this in the terminal:
if [ -d "~/Library/Application Support/Steam/" ]; then rm -rf "~/Library/Application Support/Steam/" fi; ln -s "/Users/Shared/Library/Application Support/Steam/" "~/Library/Application Support/Steam/"
If you want your Steam games to appear on your launchpad, Create an Application Shortcut and move it to your /Applications/ folder
I moved the file and ran the Terminal code, but when I launch a game is says it is missing the executive file. Do you know how to fix this?
If that doesnot help try to verify game cache (Alt Click on your game -> properties -> local files -> veverify integrity of game cache)