OpenXcom Forum

Modding => Work In Progress => Topic started by: robin on April 02, 2017, 11:26:24 am

Title: [SOLVED] Enemy base mission: what is this string?
Post by: robin 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
Title: Re: Enemy base mission: what is this string?
Post by: Warboy1982 on April 02, 2017, 12:42:14 pm
STR_ALIEN_GATE_ if i'm understanding the question properly.
note the trailing underscore.
Title: Re: Enemy base mission: what is this string?
Post by: robin 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.