Author Topic: Mixed Aliens  (Read 3667 times)

Offline Sectoid_Soldier

  • Sergeant
  • **
  • Posts: 43
    • View Profile
Mixed Aliens
« 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.

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11449
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: Mixed Aliens
« Reply #1 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.

Offline Sectoid_Soldier

  • Sergeant
  • **
  • Posts: 43
    • View Profile
Re: Mixed Aliens
« Reply #2 on: May 10, 2014, 12:42:52 pm »
Such a mod is within my current skills, I may get around to it shortly.

Offline Falko

  • Commander
  • *****
  • Posts: 802
    • View Profile
Re: Mixed Aliens
« Reply #3 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

Offline LouisdeFuines

  • Commander
  • *****
  • Posts: 586
    • View Profile
Re: Mixed Aliens
« Reply #4 on: May 10, 2014, 01:25:02 pm »
I like the idea too!

Offline Sectoid_Soldier

  • Sergeant
  • **
  • Posts: 43
    • View Profile
Re: Mixed Aliens
« Reply #5 on: May 10, 2014, 01:26:59 pm »
I might see if I can make base missions mixed, or terror attacks.

Offline Iapetus

  • Squaddie
  • *
  • Posts: 9
    • View Profile
Re: Mixed Aliens
« Reply #6 on: May 10, 2014, 10:58:03 pm »