View Single Post
  #12  
Old 01-06-2009, 11:33
ale100 ale100 is offline
Registered User
 
Join Date: May 2009
Location: Scotland,UK
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
ale100 is on a distinguished road
when you say non Russian files do you mean English ones as well i have identified all the non English files including Russian ones and added them to vo.txt but i want my game to be English only not in Russian at all. The only thing is by default it is the Russian version of the game. My version supports about 8 language's and i have set the default to install in to English in setup.ini as said above by changing
Code:
[Languages]
Default=0x0019
count=1
key0=0x0019
to
Code:
[Languages]
Default=0x0009
count=1
key0=0x0009
Now i would like to rip all other language's out (including Russian) except English. The French example in previous post managed to rip English (and all other language's except French) out of the English version and have it only in French so it should be possible to rip Russian (and all other language's except English) out of the Russian version and have it only in English.
version and have it only in English
Reply With Quote