1
The X-Com Files / Re: Progress stuck, help needed
« on: May 03, 2024, 11:48:29 am »
It's fairly easy to change the spawn chance yourself, if you dont want to wait for luck, (or get tired of the ludicrous amount of ghost missions)
in the file XComFiles\Ruleset\missionScripts_XCOMFILES.rul
row 10782 you will see:
- type: alienOrbitalStation
firstMonth: 0
executionOdds: 50
missionWeights:
0:
STR_USTATION: 100
regionWeights:
0:
REGION_USTATION: 100
researchTriggers:
STR_HYPER_WAVE_DECODER: true
STR_ALIEN_ORBITAL: true
STR_ALIEN_BRAIN_AUTOPSY: false
useTable: false
startDelay: 30
randomDelay: 43500
change executionOdds: 50 to executionOdds: 100 and the mission will spawn next month
in the file XComFiles\Ruleset\missionScripts_XCOMFILES.rul
row 10782 you will see:
- type: alienOrbitalStation
firstMonth: 0
executionOdds: 50
missionWeights:
0:
STR_USTATION: 100
regionWeights:
0:
REGION_USTATION: 100
researchTriggers:
STR_HYPER_WAVE_DECODER: true
STR_ALIEN_ORBITAL: true
STR_ALIEN_BRAIN_AUTOPSY: false
useTable: false
startDelay: 30
randomDelay: 43500
change executionOdds: 50 to executionOdds: 100 and the mission will spawn next month