*

Account

Welcome, Guest. Please login or register.
Did you miss your activation email?
November 30, 2024, 10:44:11 am

Login with username, password and session length

Resources

Recent posts

[November 01, 2024, 12:46:37 pm]

[October 05, 2024, 07:29:20 am]

[September 05, 2024, 01:54:13 pm]

[July 16, 2024, 11:30:34 pm]

[June 22, 2024, 06:49:40 am]

[March 08, 2024, 12:13:38 am]

[March 08, 2024, 12:12:54 am]

[March 08, 2024, 12:09:37 am]

[December 30, 2023, 08:00:58 pm]

[February 04, 2023, 11:46:41 am]
Pages: [1]   Go Down
  Print  
Author Topic: German Version Users Problem  (Read 7558 times)
0 Members and 3 Guests are viewing this topic.
RedMoonK Offline
EIR Regular
Posts: 7


« on: May 27, 2007, 08:40:05 am »

Hi there. I did talk to a Guy in the Teamspeak, and he sayd i have to post my problem here. So... my english is very bad, but i`ll try to explain my problem:

I have the german version of COH. So every time we did play the Mod we had the Problem that all the labels did not work (f.e. in the reinforcement buttons) there was only a label called: *somenumber f.e.* 18010037 NO RANGE over EVERY button

I found out, that this number is in connection with the files in the "\Company of Heroes\EuropeInRuins\Locale\English\" Folder. There are 2 files:

EuropeInRuins.English.ucs and
EuropeInRuinsBattle.English.ucs

I think the Mod always downloads those files, when a new game starts, so thats the problem.

because:
i found a solution, but its a lot of work cause you have to do that every time a game starts!

I made a new folder myself, called: "\Company of Heroes\EuropeInRuins\Locale\German\"
then i copied both files to this directory and renamed them to:

EuropeInRuins.German.ucs and
EuropeInRuinsBattle.German.ucs

And it works! All Labels are displayed, no mor "NO RANGE" stuff.

Now my question: Could you include it to your Mod, that it creates these folders automaticly? perhaps you could let your mod create both folders, so it would work for both versions: english and german.

thanks in advance, RedMoonK

again sry. for my bad english i tried to descripe the problem as good as i can, if you have questions, ask me
Logged

Snake Offline
1st Frenchman ^^
EIR Veteran
Posts: 114


« Reply #1 on: May 27, 2007, 09:07:30 am »

I have the same problem, but in french, i think that it'll work for the french version as well... I'll test it out ASAP.
Logged
RedMoonK Offline
EIR Regular
Posts: 7


« Reply #2 on: May 27, 2007, 09:09:52 am »

I think it could work with every version. Please post if it also works with the french version.
Logged
RedMoonK Offline
EIR Regular
Posts: 7


« Reply #3 on: May 30, 2007, 03:03:28 pm »

I wrote a batch file wich solves the problem automaticly  Grin
If you want to use it heres the code:

Quote
@echo off
del ".\German\*.*" /Q
xcopy ".\English" ".\German\" /Y
rename ".\German\EuropeInRuins.English.ucs" EuropeInRuins.German.ucs
rename ".\German\EuropeInRuinsBattle.English.ucs" EuropeInRuinsBattle.German.ucs

If you dont know what a batch file is read on Wink
Go to the directory COH\EuropeInRuins\Locale\ and create a folder called "German". then create a new textfile. Put in the code written up there^^ rename it to whateveryouwant.bat Now it copys the files to the "German" Directory and renames them. (If you have the French or whatever Version do the same, but replace "German" with your language...) Now you can also create a shortcut of this batch file next to the europe in ruins shortcut.

HOW to use:
Start the EiR shortcut as usual. type in the Battle ID. click download. If it askes you if you want to extract the data click "YES". Now the program askes you if you want to start the game. DONT DO THAT NOW. first you have to execute the batch file (or its shortcut). NOW you click YES (you want to start the game) after that, you dont have anymor "NO RANGE" descriptions in your game Smiley
« Last Edit: May 30, 2007, 03:06:01 pm by RedMoonK » Logged
Snake Offline
1st Frenchman ^^
EIR Veteran
Posts: 114


« Reply #4 on: May 31, 2007, 01:21:47 am »

works like a charm! you are a genius!
Logged
Unkn0wn Offline
No longer retired
*
Posts: 18379


« Reply #5 on: May 31, 2007, 09:26:54 am »

Good job on fixing this!

Guess we should incorperate this to the manual.
(If we can generalise it for all versions?)

(And add an attachment with the Guide in French that snake made a long while ago that I still haven't got to adding due to no attachment Sad)
Logged
Snake Offline
1st Frenchman ^^
EIR Veteran
Posts: 114


« Reply #6 on: August 02, 2007, 01:26:47 am »

I think we should sticky this.
Oh and i am going to add this in the next update for the french guide.
Logged
Phil Offline
ARRRRRRRRRRRRRRRRR
*
Posts: 2886

Phil's fkin batman!
Phil also owns the moon.

« Reply #7 on: August 02, 2007, 01:57:00 am »

Do you guys know of any way I could automatically find the correct language folder?
Logged
Snake Offline
1st Frenchman ^^
EIR Veteran
Posts: 114


« Reply #8 on: August 02, 2007, 02:03:20 am »

Well maybe during the instalation of EiR? It asks you the language you use in a drop down menu or something? But automatically, i have no idea :/
Logged
fldash Offline
Founder
*
Posts: 9755


« Reply #9 on: August 02, 2007, 05:28:41 am »

If you look in Company of Heroes\Engine\Locale and get the directory name, should tell you the language folder...
Logged
Phil Offline
ARRRRRRRRRRRRRRRRR
*
Posts: 2886

Phil's fkin batman!
Phil also owns the moon.

« Reply #10 on: August 02, 2007, 06:10:13 am »

Well, both of those are a little unreliable, but I guess that will have to do.
Logged
fldash Offline
Founder
*
Posts: 9755


« Reply #11 on: August 02, 2007, 06:16:23 am »

Did you figure out how to read from the registry?  I could try there looking there for it...  That'd be reliable...
Logged
Phil Offline
ARRRRRRRRRRRRRRRRR
*
Posts: 2886

Phil's fkin batman!
Phil also owns the moon.

« Reply #12 on: August 02, 2007, 06:59:09 am »

Yeah, reading from registry is easy.
Logged
fldash Offline
Founder
*
Posts: 9755


« Reply #13 on: August 02, 2007, 07:04:47 am »

Okay, I'll see if it's in there anywhere...
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

TinyPortal v1.0 beta 4 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
Valid XHTML 1.0! Valid CSS!
Page created in 0.067 seconds with 36 queries.