Author Topic: [SOLVED] Enemy base mission: what is this string?  (Read 2224 times)

Offline robin

  • Commander
  • *****
  • Posts: 1203
  • ULTIMATE ROOKIE
    • View Profile
[SOLVED] Enemy base mission: what is this string?
« on: April 02, 2017, 11:26:24 am »
I think the game build some new string from the mission/deployment string, which is  STR_ALIEN_GATE / STR_ALIEN_GATE_ASSAULT. But I don't know what it is so I can't give it proper text.

I've tried:
      STR_ALIEN_GATE: Stand Pattern
      STR_ALIEN_GATE_ASSAULT: ALIEN GATE ASSAULT
      STR_ALIEN_GATE_ASSAULT_BRIEFING: Destroy bla bla bla
      STR_ALIEN_GATE_ASSAULT_MISSION: Alien Gate A Mission
      STR_ALIEN_GATE_ASSAULT_SITE: Alien Gate A Site
      STR_ALIEN_GATE_ASSAULT_BASE: Alien Gate A Base
      STR_ALIEN_GATE_BASE: Alien Gate Base
      STR_ALIEN_GATE_LANDING: ALIEN GATE LANDING
      STR_ALIEN_GATE_LANDING_BRIEFING: bla bla bla
      STR_ALIEN_GATE_MISSION: ALIEN GATE MISSION
      STR_ALIEN_GATE_SITE: Alien Gate Site

what is it?

thanks
« Last Edit: April 02, 2017, 02:02:08 pm by robin »

Offline Warboy1982

  • Administrator
  • Commander
  • *****
  • Posts: 2333
  • Developer
    • View Profile
Re: Enemy base mission: what is this string?
« Reply #1 on: April 02, 2017, 12:42:14 pm »
STR_ALIEN_GATE_ if i'm understanding the question properly.
note the trailing underscore.

Offline robin

  • Commander
  • *****
  • Posts: 1203
  • ULTIMATE ROOKIE
    • View Profile
Re: Enemy base mission: what is this string?
« Reply #2 on: April 02, 2017, 02:01:45 pm »
STR_ALIEN_GATE_ if i'm understanding the question properly.
note the trailing underscore.
I thought it looked like that because the text after the final underscore was being chopped off, since there is no "STR_ALIEN_GATE_" in my ruleset...
Oh well, solved.