OpenXcom Forum

Modding => Work In Progress => Topic started by: Sectoid_Soldier on May 10, 2014, 12:20:27 pm

Title: Mixed Aliens
Post by: Sectoid_Soldier on May 10, 2014, 12:20:27 pm
I might make a 'mixed' alien mod, where on different missions, one encounters a mixed crew of aliens, instead of a single race, on each mission.

I'll keep you informed.
Title: Re: Mixed Aliens
Post by: Solarius Scorch on May 10, 2014, 12:28:20 pm
I might make a 'mixed' alien mod, where on different missions, one encounters a mixed crew of aliens, instead of a single race, on each mission.

I'll keep you informed.

I think I'd like this, but only if it's quite rare.
Title: Re: Mixed Aliens
Post by: Sectoid_Soldier on May 10, 2014, 12:42:52 pm
Such a mod is within my current skills, I may get around to it shortly.
Title: Re: Mixed Aliens
Post by: Falko on May 10, 2014, 01:19:19 pm
like that?
Code: [Select]
alienRaces:
  - id: STR_NEWMIXED
    members:
      - STR_ETHEREAL_COMMANDER
      - STR_SECTOID_LEADER
      - STR_FLOATER_ENGINEER
      - STR_FLOATER_MEDIC
      - STR_SNAKEMAN_NAVIGATOR
      - STR_MUTON_SOLDIER
      - STR_CHRYSSALID_TERRORIST
      - STR_SECTOPOD_TERRORIST
alienMissions:
  - type: STR_ALIEN_RESEARCH
    raceWeights:
      0:
          STR_SECTOID: 70
          STR_SNAKEMAN: 10
          STR_FLOATER: 20
      1:
          STR_SECTOID: 60
          STR_SNAKEMAN: 10
          STR_FLOATER: 30
      3:
          STR_SECTOID: 30
          STR_SNAKEMAN: 10
          STR_MUTON: 30
          STR_FLOATER: 30
      5:
          STR_SECTOID: 18
          STR_SNAKEMAN: 10
          STR_MUTON: 45
          STR_FLOATER: 27
          STR_NEWMIXED: 10
      7:
          STR_SECTOID: 24
          STR_SNAKEMAN: 8
          STR_MUTON: 24
          STR_FLOATER: 24
          STR_NEWMIXED: 20
Title: Re: Mixed Aliens
Post by: LouisdeFuines on May 10, 2014, 01:25:02 pm
I like the idea too!
Title: Re: Mixed Aliens
Post by: Sectoid_Soldier on May 10, 2014, 01:26:59 pm
I might see if I can make base missions mixed, or terror attacks.
Title: Re: Mixed Aliens
Post by: Iapetus on May 10, 2014, 10:58:03 pm
I did something like that awhile back.

https://openxcom.org/forum/index.php?topic=1874.msg17540#msg17540