project-navigation
Personal tools

Author Topic: Civilians... those little buggers.  (Read 42646 times)

Offline val

  • Rookie
  • ***
  • Posts: 39
    • View Profile
Re: Civilians... those little buggers.
« Reply #75 on: October 08, 2010, 05:27:55 am »
Waitaminute.  Why isn't anyone talking about the other effects an alien invasion?

To give a couple:

When a riot happens, there are some people that benefit from it.  Probably there's going to be some thieves or thugs or other such stuff about.  Which can be a real pain in the **s if one of them takes an interest to you, or even more so if points are deducted when theft is committed right in front of a soldier and he doesn't interfere.

Old wounds run deep.  There might be civilians shooting or fighting each other for vengeance during the chaos.

At least some civilians are going to be armed.  They might either make a stand against the aliens, or use the chaos to settle some grudges.

And finally, once word gets around, there's going to be militia groups.  You'll want a commanding AI for those.  They'll also be better armed on average than the regular civilian.


Offline Thrashard96

  • Squad Leader
  • ****
  • Posts: 260
    • View Profile
Re: Civilians... those little buggers.
« Reply #76 on: October 08, 2010, 09:44:07 pm »
well, the civs might steal some alien tech

Offline Hertzila

  • Sergeant
  • *****
  • Posts: 469
    • View Profile
Re: Civilians... those little buggers.
« Reply #77 on: October 08, 2010, 11:06:16 pm »
well, the civs might steal some alien tech

And then proceeding to either being incapable of using it or shooting themselves in the foot with it.

Offline Sarin

  • Sergeant
  • *****
  • Posts: 339
    • View Profile
Re: Civilians... those little buggers.
« Reply #78 on: October 08, 2010, 11:59:04 pm »
That'd be an entirely new can of worms. Scenarios like civvie hiding in ruined building, sees an armored figure, shoots at it...turns out to be PHALANX soldier who automatically returns fire...whoops. Civvie dead.

Offline val

  • Rookie
  • ***
  • Posts: 39
    • View Profile
Re: Civilians... those little buggers.
« Reply #79 on: October 10, 2010, 05:20:18 am »
Well, he asked for it....

Offline Thrashard96

  • Squad Leader
  • ****
  • Posts: 260
    • View Profile
Re: Civilians... those little buggers.
« Reply #80 on: October 10, 2010, 08:12:18 am »
true.

Offline ManicMiner

  • Squad Leader
  • ****
  • Posts: 113
    • View Profile
Re: Civilians... those little buggers.
« Reply #81 on: October 12, 2010, 10:21:09 pm »
Just a thought:

1. When a terror mission raid begins, generate a random value of, say, 30 citizens (+ random modifier according to map size).

Drop one for every 1 hour that passes between the notification of the terror raid, and the arrival of the dropship. At the end of the mission, reimburse one citizen for each hour the dropship was in the air (after all, it's not like the grunts can teleport to the mission site so in-flight deaths shouldn't be held against them).

So you get something like this after the mission

N civilians saved

X civilians killed by aliens
Y civilians killed by friendly fire
Z civilians killed before we responded

Success of mission = N / (X*Y*Z) * (modifier based on nation's happiness rating)

It wouldn't involve AI changes but would incentivise you to respond as fast as possible to terror missions.

Offline Hertzila

  • Sergeant
  • *****
  • Posts: 469
    • View Profile
Re: Civilians... those little buggers.
« Reply #82 on: October 12, 2010, 11:47:52 pm »
So you get something like this after the mission

N civilians saved

X civilians killed by aliens
Y civilians killed by friendly fire
Z civilians killed before we responded

Success of mission = N / (X*Y*Z) * (modifier based on nation's happiness rating)

While that could work as a new way to calculate how much a nation's happiness (and in which way) changes, I'd think those values should be weighted, like:

N / (0.5X+2Y+Z)note1

Otherwise it would mean that a civvie killed by PHALANX weights just as much as a kill by aliens in the different supranation's support for PHALANX.

note1 = You might have wanted to multiply them on purpose but, in that case, in the event that the player didn't shoot a single civilian (quite normal) you'd had divided by zero, which would not have worked.