aliens

Author Topic: 2013-09-29 18:33 GIT no longer sees ruleset strings  (Read 3389 times)

Offline MKSheppard

  • Colonel
  • ****
  • Posts: 249
    • View Profile
2013-09-29 18:33 GIT no longer sees ruleset strings
« 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.





Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2159
    • View Profile
Re: 2013-09-29 18:33 GIT no longer sees ruleset strings
« Reply #1 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.

Offline MKSheppard

  • Colonel
  • ****
  • Posts: 249
    • View Profile
Re: 2013-09-29 18:33 GIT no longer sees ruleset strings
« Reply #2 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.