Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Did you try to launch ME2 in full English just to see if the English audio works ? If you don't have English audio at all it's strange
No, l'intro compresa dovrebbe essere giá doppiata in inglese, strano...hai fatto attenzione a mantenere le tabulazioni del codice dello script? (facendo il copia e incolla del codice qui nei commenti di steam le tabulazioni non vengono mantenute).
Controlla e riesegui lo script, dovrebbe impiegare 4-5 secondi per modificare i file coinvolti, se invece noti che l'esecuzione termina in modo instantaneo, non é stata fatta alcuna modifica ed il gioco rimane tale e quale doppiato in italiano
ENG: I solved! I copied the code again with the right tabulations, corrected the script and launched it without admin privileges, now it's working!
It seems when you run it in admin mode, the target directory is not set correctly, so the files were not changed. I changed it, so it should work either way if others stumble over the same issue. But it is not necessary to run the batch file in admin mode.
Here is a link of a mod that might help you for Mass effect 1, it unlocks the vanilla packed localizations : French (Français), German (Deutsch), Italian (Italiano), Russian (Pусский), Polish (Polskie)
Thanks a lot to that person @Hantacore on EA forum
link to his discussion on EA forum where I found it
https://answers.ea.com/t5/Mass-Effect-Legendary-Edition/Mass-Effect-1-legendary-separate-settings-for-voices-amp-text/td-p/10324291/page/11
link direct to nexus mod https://www.nexusmods.com/masseffectlegendaryedition/mods/138?tab=description
Character creation is still in your base language but after that the game is indeed in english for the audio and FR (for me) for the subtitles.
There is a little audio glitch in the intro (on the last sentence) after that it's perfect
Hope it helps and again thank you very much for this mod @Hantacore
I tried with the french translation after checking files in Origin (to restore original files) and I have no voice at all.
Also, I wanted to report that the batch file works well until noveria. I did the mission to get liara just after eden prime and everything and no issue, voice in english and text in french. When arriving to noveria, no voice sound anymore ..
[\hr]
@echo off
setlocal enabledelayedexpansion
cd %~dp0Content\Packages\ISACT\
ren *_fr.isb *_fr.isb.bak
cd %~dp0CookedPCConsole\
for %%f in (*LOC_FR.pcc) do (
set /p val=<%%f
set name=%%~nf
set subName=!name:_FR=!
if exist !subName!_INT.pcc (
ren !name!.pcc !name!.pcc.bak
ren !subName!_INT.pcc !name!.pcc
ren !name!.pcc.bak !subName!_INT.pcc
)
)
pause
[\hr]
Any idea ?
So ... Always work on a fresh install, tip to myself ;-)
Glad it turns out good for you too ! Have fun !
Same Problem on Tuchanka as you. Hard Crash. Any way to 100% fix this?
You must convalidate the cache then you must go a little bit forward with the mission. Then script again...
Nice fix lol