Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
So first of all note the AppID of your game. You can find it either by right-clicking your game in Steam and selecting Properties then Updates. You will find the AppID at the bottom of the window OR you can look up your game on SteamDB website and find its ID there. Next, copy your game files into "YourSteamLibrary\steamapps\common\YourGame\" and note the exact name of your game folder. I will be using Red Dead Redemption 2 as an example so the full path is like so : "..\steamapps\common\Red Dead Redemption 2"
After copying your game, go back to the steamapps folder "YourSteamLibrary\steamapps\" and create a text file and name it "appmanifest_AppID.acf" (AppID is the number you get from properties or SteamDB).
In this example, the file for RDR2 would look like this : appmanifest_1174180.acf
Open the file and paste these lines (you might want to keep this saved somewhere as a template to be able to use it in the future) :
"AppState"
{
"AppID" "APPID"
"Universe" "1"
"installdir" "YourGameFolderName"
"StateFlags" "1026"
}
Replace "APPID" with your AppID.
"Universe" just tells Steam if this is public or beta or dev. "1" means public so keep it as is.
Replace "YourGameFolderName" with your exact game folder name.
"1026" just means that the game needs an update which will trigger an integrity check later.
So in this example, the manifest file for RDR2 would be like so :
"AppState"
{
"AppID" "1174180"
"Universe" "1"
"installdir" "Red Dead Redemption 2"
"StateFlags" "1026"
}
Finally just restart Steam or start it if it was closed before and watch it do its thing. It will install an update if there's one then it will immediately start an integrity check and download/fix any missing/corrupted files.