Author Topic: Making an alien race operate only at night ?  (Read 9309 times)

Offline Aldorn

  • Commander
  • *****
  • Posts: 750
    • View Profile
Making an alien race operate only at night ?
« on: July 13, 2014, 01:18:48 pm »
It's more a question than a suggestion : does someone have an idea how to make some alien race only appear at night ?


Offline Falko

  • Commander
  • *****
  • Posts: 802
    • View Profile
Re: Making an alien race operate only at night ?
« Reply #1 on: July 13, 2014, 01:22:27 pm »
no idea but do we really need vampires in xcom? :D

Offline luke83

  • Commander
  • *****
  • Posts: 1558
    • View Profile
    • openxcommods
Re: Making an alien race operate only at night ?
« Reply #2 on: July 13, 2014, 02:06:28 pm »
no idea but do we really need vampires in xcom? :D
Yes, Yes we do :) Space Vampires sound awesome :P

Offline Muukalainen

  • Captain
  • ***
  • Posts: 94
    • View Profile
Re: Making an alien race operate only at night ?
« Reply #3 on: July 13, 2014, 03:03:53 pm »
Vampires, ghouls, zombies, thralls, demons...

It could actually be quite interesting. If they only operated at night, you would probably need more bases with Skyrangers so you had any chance to catch them. Good setting for veterans who want more challenge and different threat.

It would probably need some coding done, but it does not sound too hard. Bigger part would be making the graphics and stats.

And yeah, it would make sense if some alien races did this too in X-Com :D

boolean vampire = true;

if ( daytime )
  alienmission.abort();




Offline Aldorn

  • Commander
  • *****
  • Posts: 750
    • View Profile
Re: Making an alien race operate only at night ?
« Reply #4 on: July 13, 2014, 09:20:26 pm »
Idea is to force player to perform some night missions to capture these "nightly" aliens, in order to unlock some specific research topic

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11408
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: Making an alien race operate only at night ?
« Reply #5 on: July 13, 2014, 09:25:53 pm »
This would go well with some races, like my Chtonites. :)

Offline Deskulpa

  • Sergeant
  • **
  • Posts: 21
    • View Profile
Re: Making an alien race operate only at night ?
« Reply #6 on: July 17, 2014, 02:22:39 am »
It's more a question than a suggestion : does someone have an idea how to make some alien race only appear at night ?

Should be easy to do.
Use as base XcomUtil always Night time.
alienDeployments:
  - type: STR_SMALL_SCOUT
    shade: 15
Then you will need to make new ufos that use this shade, new alien mission with this ufos, new alien. Alien research that explain why a daytime mission is night mission, maybe the new ufos use a alien tech camoflauge that block the sun.

Sorry for my English.

Offline Aldorn

  • Commander
  • *****
  • Posts: 750
    • View Profile
Re: Making an alien race operate only at night ?
« Reply #7 on: July 18, 2014, 02:42:22 am »
Should be easy to do.
Use as base XcomUtil always Night time.
alienDeployments:
  - type: STR_SMALL_SCOUT
    shade: 15
Then you will need to make new ufos that use this shade, new alien mission with this ufos, new alien. Alien research that explain why a daytime mission is night mission, maybe the new ufos use a alien tech camoflauge that block the sun.

Sorry for my English.
Hey, excellent work around....

Offline Danny

  • Colonel
  • ****
  • Posts: 204
    • View Profile
Re: Making an alien race operate only at night ?
« Reply #8 on: July 18, 2014, 02:02:22 pm »
What if you shoot down a UFO of them and attack in day time?

Offline moriarty

  • Commander
  • *****
  • Posts: 1421
    • View Profile
    • Luke's OX mod site
Re: Making an alien race operate only at night ?
« Reply #9 on: July 18, 2014, 02:43:27 pm »
What if you shoot down a UFO of them and attack in day time?

yeah, that's what I thought, but he wrote:
Quote
Alien research that explain why a daytime mission is night mission, maybe the new ufos use a alien tech camoflauge that block the sun.

that's kind of a cheap trick, but it could work :) with those ruleset settings, the mission would always be a night (or rather, "dark") mission.

Offline Sectoid_Soldier

  • Sergeant
  • **
  • Posts: 43
    • View Profile
Re: Making an alien race operate only at night ?
« Reply #10 on: July 20, 2014, 11:52:19 am »
There's a suggestion for a flare-gun here: https://openxcom.org/forum/index.php?topic=2644.0

Offline Hobbes

  • Commander
  • *****
  • Posts: 2101
  • Infiltration subroutine in progress
    • View Profile
Re: Making an alien race operate only at night ?
« Reply #11 on: July 22, 2014, 03:05:13 pm »
Should be easy to do.
Use as base XcomUtil always Night time.
alienDeployments:
  - type: STR_SMALL_SCOUT
    shade: 15

Have you actually tried this and it worked? I have strong suspicions that the 'shade' property cannot be applied to alienDeployments.

Offline Elyseon

  • Sergeant
  • **
  • Posts: 12
    • View Profile
Re: Making an alien race operate only at night ?
« Reply #12 on: July 24, 2014, 05:48:19 pm »
Yes, Yes we do :) Space Vampires sound awesome :P

As long as they don't sparkle... That's where I'm drawing the line!

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11408
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: Making an alien race operate only at night ?
« Reply #13 on: July 24, 2014, 09:37:50 pm »
As long as they don't sparkle... That's where I'm drawing the line!

Only their terror units.

Offline Deskulpa

  • Sergeant
  • **
  • Posts: 21
    • View Profile
Re: Making an alien race operate only at night ?
« Reply #14 on: July 27, 2014, 07:21:18 pm »
Have you actually tried this and it worked? I have strong suspicions that the 'shade' property cannot be applied to alienDeployments.

Well, XcomUtil_Always_Nighttime "that come already with OpenXcom" use it.
If the "shade property" don't work is a bug in OpenXcom 1.0.
But I activated the mod here, started a new game, the first mission was night, then should be working fine.

As long as they don't sparkle... That's where I'm drawing the line!
The Space Vampires that sparkle OMG.