OpenXcom Forum

OpenXcom => Troubleshooting => Topic started by: MKSheppard on September 29, 2013, 08:37:21 pm

Title: 2013-09-29 18:33 GIT no longer sees ruleset strings
Post by: MKSheppard on September 29, 2013, 08:37:21 pm
GITBuild 0.9 2013-9-29 18:33 no longer sees strings placed into a ruleset, e.g.

Code: [Select]
extraStrings:
  - type: English
    strings:
      STR_ROCKWELL_TAV: ROCKWELL TAV
      STR_ROCKWELL_TAV_UFOPEDIA: A HEAVY COMBAT AIRCRAFT WITH TWIN SCRAMJET ENGINES.

Same thing happens with additional nations on the globe in my ruleset, with this odd effect:

When the globe is zoomed out far enough so you can't see any text on the globe -- everything moves at a fast clip, but when you zoom in enough to see country names and city names, it all slows down to a crawl.




Title: Re: 2013-09-29 18:33 GIT no longer sees ruleset strings
Post by: SupSuper on September 29, 2013, 09:34:21 pm
Yeah we changed the translation format, so now the "type:" needs to be "en-US" etc. Sorry about the inconvenience.

I'll check the globe problem.
Title: Re: 2013-09-29 18:33 GIT no longer sees ruleset strings
Post by: MKSheppard on September 29, 2013, 10:10:26 pm
Changing it to

Code: [Select]
extraStrings:
  - type: en-US

fixed my problems regarding string display and geoscape speed.