aliens

Author Topic: [DONE] [Feedback] Default assignment of soldiers/pilot when starting a new game  (Read 8762 times)

Offline NeoWorm

  • Colonel
  • ****
  • Posts: 104
    • View Profile
Another question about stuff I coudnt find anywhere. I want all interceptor crafts to need a pilot, so I added one crewman and one pilot to interceptor, disabled it's landing capabilities and added two bonus soldiers to starting setup of the base. Problem is I can't find a way to force the soldiers into the Interceptors, they all end up in the Skyranger. Is there a way to decide where the soldiers will end up? If no, can this be a request?

Also I think craft status shoudn't be "READY" when it is missing the pilot.
« Last Edit: July 17, 2018, 01:56:52 pm by Meridian »

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11408
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: New game setup and pilots
« Reply #1 on: June 26, 2017, 06:38:06 pm »
I second this post, especially this part:

Also I think craft status shoudn't be "READY" when it is missing the pilot.

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8597
    • View Profile
Re: New game setup and pilots
« Reply #2 on: June 26, 2017, 06:41:03 pm »
Why? The craft *is* ready... just the pilot is not ready.  ;)

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11408
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: New game setup and pilots
« Reply #3 on: June 26, 2017, 07:13:46 pm »
Why? The craft *is* ready... just the pilot is not ready.  ;)

But pilot and craft cannot fly separately, therefore they are one! :)

Offline drages

  • Colonel
  • ****
  • Posts: 150
    • View Profile
Re: New game setup and pilots
« Reply #4 on: June 27, 2017, 04:02:15 pm »
But pilot and craft cannot fly separately, therefore they are one! :)

We need pilots, who can fly without crafts.. it would be something cool.. :P

Offline Solarius Scorch

  • Global Moderator
  • Commander
  • *****
  • Posts: 11408
  • WE MUST DISSENT
    • View Profile
    • Nocturmal Productions modding studio website
Re: New game setup and pilots
« Reply #5 on: June 27, 2017, 07:03:43 pm »
We need pilots, who can fly without crafts.. it would be something cool.. :P

Yes, it actually would. :P


Offline karadoc

  • Colonel
  • ****
  • Posts: 230
    • View Profile
Re: New game setup and pilots
« Reply #6 on: July 11, 2017, 11:41:13 am »
[edit]
It occurs to me that the stuff that I posted wasn't directly relevant to what this thread is about. The topic of this thread, about having pilots assigned at the start of the new game, is an issue worth discussing; and none of the suggestions I posted would have helped with that. So rather than risking hijacking this thread, I'll move my post to a new thread.
« Last Edit: July 11, 2017, 12:06:45 pm by karadoc »

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8597
    • View Profile
Re: New game setup and pilots
« Reply #7 on: August 08, 2017, 07:36:46 pm »
Another question about stuff I coudnt find anywhere. I want all interceptor crafts to need a pilot, so I added one crewman and one pilot to interceptor, disabled it's landing capabilities and added two bonus soldiers to starting setup of the base. Problem is I can't find a way to force the soldiers into the Interceptors, they all end up in the Skyranger. Is there a way to decide where the soldiers will end up? If no, can this be a request?

Improved the algorithm for starting crew assignment (see attached picture).
Compatible with vanilla.

For example, the below settings, will generate the below assignments (see another attached picture).

Code: [Select]
crafts:
  - type: STR_SKYRANGER
    allowLanding: true
    soldiers: 4
    pilots: 3
  - type: STR_INTERCEPTOR
    allowLanding: false
    soldiers: 2
    pilots: 1
startingBase:
  randomSoldiers: 8

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8597
    • View Profile
Re: New game setup and pilots
« Reply #8 on: August 10, 2017, 11:39:37 am »
Also I think craft status shoudn't be "READY" when it is missing the pilot.

Code: [Select]
extraStrings:
  - type: en-US
    strings:
      STR_PILOT_MISSING: "PILOT MISSING"

Offline SteamXCOM

  • Colonel
  • ****
  • Posts: 150
    • View Profile
Re: New game setup and pilots
« Reply #9 on: August 11, 2017, 06:41:05 am »
What is the purpose of the pilots?
Do they gains skills , ie get better at KOing  UFO's as they go on  intercept missions?

Quote
Meridian==>Compatible with vanilla.

Does that mean the nightly users can assign pilots if code so entered
or the game does not care if that variable is added and it will not  complain or crash it?

thanks

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8597
    • View Profile
Re: New game setup and pilots
« Reply #10 on: August 11, 2017, 09:01:34 am »
What is the purpose of the pilots?
Do they gains skills , ie get better at KOing  UFO's as they go on  intercept missions?

Yes.

Does that mean the nightly users can assign pilots if code so entered
or the game does not care if that variable is added and it will not  complain or crash it?

Vanilla just ignores the new ruleset for pilots.

By compatible I meant that the new algorithm produces the same result for vanilla as before the change (i.e. assigns all 8 starting soldiers to skyranger and none to interceptors).

Offline SteamXCOM

  • Colonel
  • ****
  • Posts: 150
    • View Profile
Re: New game setup and pilots
« Reply #11 on: August 12, 2017, 02:32:24 am »
thank you, Meridian, that clarifies it.

Offline davide

  • Commander
  • *****
  • Posts: 565
    • View Profile
Re: New game setup and pilots
« Reply #12 on: June 10, 2018, 10:57:57 am »
The pilots could be soldiers with an additional attribute to be hired separately and cost more. They should not be able to wear heavy armor
« Last Edit: June 10, 2018, 11:32:13 am by davide »

Offline Ethereal

  • Commander
  • *****
  • Posts: 619
    • View Profile
Re: New game setup and pilots
« Reply #13 on: June 10, 2018, 05:57:43 pm »
They should not wear armor at all. And it would be nice if they did not take part in the battle.

By the way, the charactoristics, to which the ships have a bonus, is not enough. It would be nice to add more bonus hit points, power and speed.

Offline ohartenstein23

  • Commander
  • *****
  • Posts: 1931
  • Flamethrowers fry cyberdisk circuits
    • View Profile
Re: New game setup and pilots
« Reply #14 on: June 10, 2018, 06:23:49 pm »
By the way, the charactoristics, to which the ships have a bonus, is not enough. It would be nice to add more bonus hit points, power and speed.

This is already possible for craft weapons/equipment, and I don't think it'd make sense for pilots to provide these kinds of bonuses.