project-navigation
Personal tools

Author Topic: Missing research descriptions  (Read 4034 times)

pbaron

  • Guest
Missing research descriptions
« on: June 29, 2009, 10:48:27 pm »
Hello everyone,

i've been looking around on the forum but i couldn't find a solution to my problem, so forgive me please in case is a known bug or simply an unfinished portion of the game.

The game runs fine, the only problem i have is  when i get research reports, al it says is subject.txt (were 'subject' is the name of the researched item or alien corpse)  I guess there's supposed to be a full report with all the info on the researched subject, but other then the file name there is no description. I tried clicking on the 'subject.txt' hoping it would show me the actual text, but that didnt help either.

I have no other problems playing but i would like to see the results of the research if possible.


Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Missing research descriptions
« Reply #1 on: June 29, 2009, 11:06:26 pm »
Which version do you play. Where did you get it from and on which language you're playing.

It is possible that the research text was not finished in some cases but if you have *_txt for every research topic on English language the most probable is that the language files are missing.

If you're playing on other language than English maybe the texts weren't translated (yet).

You can:
* check the selected language in options menu
* check if you have base/i18n/en/LC_MESSAGES/ufoai.mo under the game directory

-geever

pbaron

  • Guest
Re: Missing research descriptions
« Reply #2 on: June 29, 2009, 11:24:47 pm »
Thanks for your quick reply,

I checked the version, its april 2007 2.1 win32 debug... i downloaded it throught the wiki-page (i think) 3 days ago, so i suppose i got myself an old version somehow...... :-\

anyway : I am playing the english version of the game, i checked the path you gave me and the folders and the ufoai.mo file is there too, its 426kb in size. I do not see any language setting under Options in the game. I am donwloading the 2.2 version right now (from the sourceforge page)
« Last Edit: June 29, 2009, 11:38:00 pm by pbaron »

pbaron

  • Guest
Re: Missing research descriptions
« Reply #3 on: June 30, 2009, 01:36:30 am »
Installed the new version and my problems are solved :)

case closed

Offline Thyranim

  • Rookie
  • ***
  • Posts: 77
    • View Profile
Re: Missing research descriptions
« Reply #4 on: June 30, 2009, 11:46:31 pm »
Checked my ufopedia as i remebered an equal error and found it

Version: R24912
Language: english

UFOPedia: Building: Laser Battery
b_laser_txt

UFOPedia: Equipment: Bomb
bombkit1_txt

UFOPedia: Equipment: Advanced Combat Armor
advanced_combat_armour_txt

UFOPedia: Equipment: Autocannon Module
ugv_weapon_autocannon_txt
It seemed to that there is a research-text? There's a page with "by: cdr paul navarre... ..." but nothing more than this line ^^


:D

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Missing research descriptions
« Reply #5 on: July 01, 2009, 12:43:22 pm »
Did you compile the game for yourself? If so, did you compile the language files?

The (missing) strings can be viewd on the Translators page (wiki).

-geever

Offline Thyranim

  • Rookie
  • ***
  • Posts: 77
    • View Profile
Re: Missing research descriptions
« Reply #6 on: July 01, 2009, 07:48:11 pm »
downloaded the packs from odie

odie

  • Guest
Re: Missing research descriptions
« Reply #7 on: July 02, 2009, 09:15:37 pm »
Did you compile the game for yourself? If so, did you compile the language files?

The (missing) strings can be viewd on the Translators page (wiki).

-geever


Geever,

u mentioned the need to compile languages too...

Does that meant that i have to do that from time to time too?

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Missing research descriptions
« Reply #8 on: July 02, 2009, 10:23:03 pm »
Does that meant that i have to do that from time to time too?

Yes ofc. If we change strings or update the po files with new translations on wiki... It's quick so you can do with every build.
Not sure if C::B does it I guess it doesn't.

* make lang (linux/unices)
* compile_po.bat (win) (contrib/scripts/)

-geever

odie

  • Guest
Re: Missing research descriptions
« Reply #9 on: July 03, 2009, 09:29:08 am »
Yes ofc. If we change strings or update the po files with new translations on wiki... It's quick so you can do with every build.
Not sure if C::B does it I guess it doesn't.

* make lang (linux/unices)
* compile_po.bat (win) (contrib/scripts/)

-geever

Ah, noted. I ever thought abt that compile_po.bat script, used to ran it until i did not quite figure out what it really contributes (as i am always in English usually).

Will do that once i am back in shape. Thanks dude! Toodles!