Location: Elamigos Save

Many ElAmigos repacks, especially older titles or specific genres (RPGs, Action), mimic the original save path inside the Windows Documents folder.

Example: For The Witcher 3 (ElAmigos), you will find saves in Documents\The Witcher 3\gamesaves.

Use Everything search tool (voidtools) or run this in Command Prompt:

dir /s /b C:\*savegame*.sav
dir /s /b "%AppData%\*.sav"
dir /s /b "%UserProfile%\Documents\*.sav"

Or search for steam_emu.ini in game folder and read the SavePath= line.


| Game Title (Example) | Most Likely Path | | :--- | :--- | | Cyberpunk 2077 | C:\Users\Public\Public Documents\Steam\CODEX\1091500\remote | | Red Dead Redemption 2 | C:\Users\[User]\Documents\Rockstar Games\RDR2\Profiles | | Elden Ring | C:\Users\[User]\AppData\Roaming\EldenRing | | Hogwarts Legacy | C:\Users\[User]\AppData\Local\Hogwarts Legacy\Saved\SaveGames | | The Witcher 3 | C:\Users\[User]\Documents\The Witcher 3\gamesaves | | Resident Evil 4 (Remake) | C:\Users\Public\Documents\Steam\RUNE\2050650\remote\win64_save | | Street Fighter 6 | C:\Users\[User]\AppData\Local\Street Fighter 6\Saved\SaveGames |

Many ElAmigos repacks, especially older titles or specific genres (RPGs, Action), mimic the original save path inside the Windows Documents folder.

Example: For The Witcher 3 (ElAmigos), you will find saves in Documents\The Witcher 3\gamesaves.

Use Everything search tool (voidtools) or run this in Command Prompt:

dir /s /b C:\*savegame*.sav
dir /s /b "%AppData%\*.sav"
dir /s /b "%UserProfile%\Documents\*.sav"

Or search for steam_emu.ini in game folder and read the SavePath= line.


| Game Title (Example) | Most Likely Path | | :--- | :--- | | Cyberpunk 2077 | C:\Users\Public\Public Documents\Steam\CODEX\1091500\remote | | Red Dead Redemption 2 | C:\Users\[User]\Documents\Rockstar Games\RDR2\Profiles | | Elden Ring | C:\Users\[User]\AppData\Roaming\EldenRing | | Hogwarts Legacy | C:\Users\[User]\AppData\Local\Hogwarts Legacy\Saved\SaveGames | | The Witcher 3 | C:\Users\[User]\Documents\The Witcher 3\gamesaves | | Resident Evil 4 (Remake) | C:\Users\Public\Documents\Steam\RUNE\2050650\remote\win64_save | | Street Fighter 6 | C:\Users\[User]\AppData\Local\Street Fighter 6\Saved\SaveGames |