Is it possible to play the S.T.A.L.K.E.R. series in Russian or Ukrainian with English translation? [duplicate]

I am Russian myself, and I have, obviously, played S.T.A.L.K.E.R. series in Russian language (the original one). However, I want to share this game with some of my friends who don't speak Russian at all, and I have found out that this game is awfully translated.

  1. It is dubbed in English, not subtitled. IMO, this English dub is of very bad quality, I like the original much more.
  2. At the same time, some lines are not dubbed (and hence not translated at all!), so an English-speaking player wouldn't understand what goes on.
  3. I did a quick Google search, it did not yield anything.

I liked that Source games where you could easily turn subtitles on, reading stuff in any language you want, but listening to it as it was originally done.

Any option to do the same with S.T.A.L.K.E.R. series, particularly "Call of Pripyat", so I can reliably advise the game for my non-Russian friends?


This well-received English translation of the mod 'Winter of Death: Ultimatum', has English subtitles. Since I do not own the game I cannot test them myself, but in the folder gamedata/configs/text/eng/, I found English dialogue files (such as st_dialog_jupiter.xml).

I presume you can install the Russian version of S.T.A.L.K.E.R.: Call of Pripyat via Steam, and copy the contents of the aforementioned folder of this mod to the /text/ folder of the game.

Note however, since they come in a folder specifically named after the language ('eng'), that the Russian version might have its text in gamedata/configs/text/rus, so you might need to replace the files in there (make sure to back them up first, since Steam's Verify Integrity of Game Files might not be able to differentiate between all of them).
An alternative could be editing the localization.ltx file in gamedata/configs/:

[string_table]
language = eng

The last line in all probability reads language = rus and needs to be switched with this.

Please let me know if this helps.