UGO
Civilization Fanatics' Center  

Welcome to Civilization Fanatics' Center.

You are currently viewing our site as a guest which gives you limited access to our site features. By joining our free community, you will be able to participate in the discussions, search the forum, send private messages, vote in polls, upload your own screenshots to the gallery, and access many other special features. Registration is fast, simple and absolutely free, so sign up today! If you have any problems with the registration process or your account login, please contact support.

Go Back   Civilization Fanatics' Forums > CIVILIZATION IV > Civ4 - Creation & Customization > Civ4 - Project & Mod Development > Civ4 - Legends of Revolution

Notices

Reply
 
Thread Tools
Old Jun 26, 2009, 03:12 PM   #1
Merri
Warlord
 
Merri's Avatar
 
Join Date: Aug 2007
Posts: 135
LoR Finnish translation

This is a summary of the translation progress to both keep you and myself updated on what is going on.

Goals:
  1. DONE! Edit all files in LoR\Assets\XML\Text to include Finnish tags
  2. DONE! Include existing Finnish translations
  3. DONE! Make a test run to see whether the modifications work or not
  4. DONE! Figure out how to make all the strings work in the game
  5. Translate all the remaining untranslated strings (go for 100% translated)
  6. Quality control: play and check for typos, incorrect or confusing translations etc.

The first two or three things should be done by this weekend (Sunday 2009-06-28), I hope. Translating everything that is still missing will take a lot more time, and I probably have to make a simple tool that will find all the untranslated or unchanged strings so that I don't have to go through line by line when trying to cover the 100% translated goal.


Update on 2009-06-28
The Finnish language is now working perfectly fine! I can play a game with it, I can start a game with it, all the strings that work in the English version work in the Finnish version etc.

The download is attached below for those who want to test the translation at this point. It must be extracted to C:\Program Files\Firaxis Games\Sid Meier's Civilization 4\Beyond the Sword\Mods\LoR\Assets\XML – make sure you backup or rename the old Text folder before extracting!
Attached Files
File Type: zip LoR093_Finnish_2009-06-28.zip (4.68 MB, 56 views)
__________________
Legends of Revolution – Finnish translation halted. | Civilization IV & Warlords Finnish translation by Kahkonen | LoR forum

Finnish translations: The Settlers II (see also: Return To The Roots), Transport Tycoon Deluxe & Chrono Trigger (minor participation)


Current main project: Netsaha for webcomics & photoblogs

Last edited by Merri; Jun 28, 2009 at 02:49 PM. Reason: Status update
Merri is offline   Reply With Quote
Old Jun 26, 2009, 05:57 PM   #2
phungus420
Deity
 
phungus420's Avatar
 
Join Date: Mar 2003
Posts: 6,002
Sweet! One thing you can do that will just help LoR in general (don't invest time in it, just if you come across it), is if you see repeat entries (I know there are a couple strings which are in GameTextInfos_BTS, and GameTextInfos_Objects), you can delete one of the entries. There only needs to be one of the same string defined in the text files, having two doesn't bug out or anything, but it can cause problems when editing later, so if you come across repeats, feel free to cut one of them, and just leave a single entry.
__________________
Do not PM me with questions about modding. I will not answer. If you want help with something, start a thread on it, or post in a related existing thread.
phungus420 is offline   Reply With Quote
Old Jun 26, 2009, 07:04 PM   #3
Merri
Warlord
 
Merri's Avatar
 
Join Date: Aug 2007
Posts: 135
I guess that would be easy enough, I could sort all the Tag IDs alphabetically to make it pretty much a piece of cake I've ended up doing some work with OpenOffice's Calc, importing data via clipboard and then doing some magic tricks to get Finnish tags to match with the English ones. Tons of data in different order, and of course missing stuff thanks to modding.

I'll correct any issues I can see, and also make the files as logical as possible (for example I've moved some comments so that they always appear first).
__________________
Legends of Revolution – Finnish translation halted. | Civilization IV & Warlords Finnish translation by Kahkonen | LoR forum

Finnish translations: The Settlers II (see also: Return To The Roots), Transport Tycoon Deluxe & Chrono Trigger (minor participation)


Current main project: Netsaha for webcomics & photoblogs
Merri is offline   Reply With Quote
Old Jun 26, 2009, 07:09 PM   #4
phungus420
Deity
 
phungus420's Avatar
 
Join Date: Mar 2003
Posts: 6,002
Awesome, thanks
__________________
Do not PM me with questions about modding. I will not answer. If you want help with something, start a thread on it, or post in a related existing thread.
phungus420 is offline   Reply With Quote
Old Jun 27, 2009, 05:52 AM   #5
Merri
Warlord
 
Merri's Avatar
 
Join Date: Aug 2007
Posts: 135
After thinking a while I noticed it gets quite messy if I don't keep up a proper table somewhere so that I know what I still need to do.

Attached is an OpenOffice ODS-file that contains a listing of all the language files that will be included in LoR. Should be helpful in case someone else also starts a translation project, or if an existing language will be imported into LoR later on. Although I guess any other major translation attempt needs to wait until I'm done to avoid duplicate work.

Bolded filenames = new files to LoR
Ignore = files I do not need to pay attention to (exist modified in LoR)
X = files that need my attention
Attached Files
File Type: zip FinnishStatus20090627.zip (16.0 KB, 25 views)
__________________
Legends of Revolution – Finnish translation halted. | Civilization IV & Warlords Finnish translation by Kahkonen | LoR forum

Finnish translations: The Settlers II (see also: Return To The Roots), Transport Tycoon Deluxe & Chrono Trigger (minor participation)


Current main project: Netsaha for webcomics & photoblogs

Last edited by Merri; Jun 27, 2009 at 03:42 PM. Reason: Updated the current status as of 2009-06-27
Merri is offline   Reply With Quote
Old Jun 27, 2009, 06:29 AM   #6
Merri
Warlord
 
Merri's Avatar
 
Join Date: Aug 2007
Posts: 135
phungus: I found a difference in Civ4GameText_Misc1.xml, in the Finnish file there was a key TXT_KEY_BFEA_DESCRIPTION which does not exist in LoR's file.


Edit!
A mistake, it is in Civilization IV's own files not LoR's so the difference is in the Finnish file. I don't know why it is added there.
__________________
Legends of Revolution – Finnish translation halted. | Civilization IV & Warlords Finnish translation by Kahkonen | LoR forum

Finnish translations: The Settlers II (see also: Return To The Roots), Transport Tycoon Deluxe & Chrono Trigger (minor participation)


Current main project: Netsaha for webcomics & photoblogs

Last edited by Merri; Jun 27, 2009 at 06:35 AM.
Merri is offline   Reply With Quote
Old Jun 27, 2009, 12:02 PM   #7
Merri
Warlord
 
Merri's Avatar
 
Join Date: Aug 2007
Posts: 135
phungus420: I now have edited all the files to have the Finnish tags and I can start the game and switch the language to Finnish, but after that point it doesn't work so fine: there are tons of strings missing even though all strings should be defined in the files. Also, all the other five languages seem to work just fine. I'm unable to see any mistakes in the edited files: I've dealed with ÄÖäö issue by using the &#XXX; notation, I've checked that there is no UTF-8 in the files and the XML files should all be well formatted.

Apparently there is more into this modding that meets the eye on first glance. Do I need to define the new files into use somewhere? Files such as the Misc1.xml doesn't seem to have it's Finnish contents visible anywhere. In the other hand even files that should be in, such as the BUG mod, seem to have lots of missing strings.

Attached are the modified language files contained in the Text folder. Remember to backup/rename your old folder first


Edit!
Error fixed, see first post for a download.
__________________
Legends of Revolution – Finnish translation halted. | Civilization IV & Warlords Finnish translation by Kahkonen | LoR forum

Finnish translations: The Settlers II (see also: Return To The Roots), Transport Tycoon Deluxe & Chrono Trigger (minor participation)


Current main project: Netsaha for webcomics & photoblogs

Last edited by Merri; Jun 28, 2009 at 02:50 PM.
Merri is offline   Reply With Quote
Old Jun 28, 2009, 02:55 PM   #8
Merri
Warlord
 
Merri's Avatar
 
Join Date: Aug 2007
Posts: 135
Big news! The Finnish language is now a fully playable option! Tons of strings remain untranslated, but this far I haven't had any game crashing issues. The first post is updated with a download.

I did indeed have some errors remaining in the files that I simply had to find out. There were some tags that had remained stating <English> – forgetting just once was enough for program to mistag a whole bunch of strings. Also, there were some Finnish tags missing entirely. I went through all the files manually and as that wasn't enough, I also made a program for myself that analyzed through each XML file to tell me of any missing tags.


Anyways, phungus, these are the files you can now use to replace the existing LoR language files I keep on working editing the Finnish strings only from now on, and I keep reporting on duplicate tags if I find those (I didn't bother with the sorting after all, but I may do that later on).


Edit!
Whoa, it must be many years since I last time had this many posts in a row in any thread in any forum. Sorry if this bothers someone :P
__________________
Legends of Revolution – Finnish translation halted. | Civilization IV & Warlords Finnish translation by Kahkonen | LoR forum

Finnish translations: The Settlers II (see also: Return To The Roots), Transport Tycoon Deluxe & Chrono Trigger (minor participation)


Current main project: Netsaha for webcomics & photoblogs

Last edited by Merri; Jun 28, 2009 at 03:10 PM.
Merri is offline   Reply With Quote
Old Jun 28, 2009, 03:01 PM   #9
phungus420
Deity
 
phungus420's Avatar
 
Join Date: Mar 2003
Posts: 6,002
Awesome. This will be included in the patch. I'm waiting on glider to get back to me about the space race issue (SDI functionally replacing the Apollo Program) to release a patch. Finish will be included in that patch
__________________
Do not PM me with questions about modding. I will not answer. If you want help with something, start a thread on it, or post in a related existing thread.
phungus420 is offline   Reply With Quote
Reply

Bookmarks

Go Back Civilization Fanatics' Forums > CIVILIZATION IV > Civ4 - Creation & Customization > Civ4 - Project & Mod Development > Civ4 - Legends of Revolution > LoR Finnish translation

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Civ4 Finnish translation Kahkonen Civ4 - Modpacks 129 Jul 25, 2010 03:46 PM
Have you ever been in a finnish sauna? CivOtaku Off-Topic 30 Feb 14, 2009 03:08 PM
A Finnish civilization paaltio Completed Modpacks 61 Jan 20, 2006 04:18 AM
LoR [the movie] True to the book? Gelion Off-Topic 79 Feb 06, 2005 02:14 PM
LOR/Fantasy Mod Download (final version) sween32 Civ3 - Creation & Customization 1 Mar 17, 2002 01:35 PM



All times are GMT -6. The time now is 09:45 PM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
This site is copyright © 2000 - 2010, Civilization Fanatics' Center.
Support CFC: Amazon.com | EB Games | Amazon UK | Amazon DE | Amazon CA | Amazon FR