Jump to content

Withdrawing Countries mod


starmagnus

Recommended Posts

I know there are a couple other mod requests like this but I have slightly more specific request. Countries would be unable to withdraw but when their panic level maxes you no longer receive bonuses or funding from that country amd have to reduce the panic level to get it back. I know this will make it much harder to flat out lose the game but not impossible.
Link to comment
Share on other sites

It's kind of wrong breaking only available lose condition.

 

In DefaultGameCore.ini are lines:

// Hard = Classic difficulty, Classic = Impossible difficulty

PANIC_DEFECT_THRESHHOLD_EASY=5
PANIC_DEFECT_THRESHHOLD_NORMAL=5
PANIC_DEFECT_THRESHHOLD_HARD=5
PANIC_DEFECT_THRESHHOLD_CLASSIC=5
PANIC_DEFECT_THRESHHOLD_NOT_HELPED_EASY=5
PANIC_DEFECT_THRESHHOLD_NOT_HELPED_NORMAL=5
PANIC_DEFECT_THRESHHOLD_NOT_HELPED_HARD=5
PANIC_DEFECT_THRESHHOLD_NOT_HELPED_CLASSIC=5
PANIC_DEFECTIONS_PER_MONTH_EASY=1
PANIC_DEFECTIONS_PER_MONTH_NORMAL=2
PANIC_DEFECTIONS_PER_MONTH_HARD=3
PANIC_DEFECTIONS_PER_MONTH_CLASSIC=8

You can hex edit XComGame.exe or use Modpatcher. Change threshholds from 5 to 6 and defections per month to 0. Haven't tested it.

 

And money can be done by the Second Wave option Results Driven / A country will offer less funding as its panic increases.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...