XCOM 2
Raider Faction Bases
A apresentar 11-20 de 34 entradas
< 1  2  3  4 >
Atualização: 14 abr. 2021 às 12:48

Updated to have boss pods for Marauders.

Atualização: 12 abr. 2021 às 23:05

Updated to support Cultists having a boss pod.

Atualização: 3 abr. 2021 às 19:33

Updated to support Bandits having a boss pod.

Destroy Raider Base mission type updated to spawn without civilians.

Atualização: 1 abr. 2021 às 14:06

Fixed the Rogue XCOM boss bucket not being properly referenced. Thanks BSOD that occured while I was making that update.

Atualização: 31 mar. 2021 às 15:19

Now includes a boss pod for Rogue XCOM Operatives.

Updated bandit schedules to reflect the fact that there's a third tier of bandits now.

Atualização: 30 mar. 2021 às 15:29

Added Destroy Primary Base mission type.
- Objective is simple: kill all hostiles on the map.
- Very high number of pods
- Will spawn more than one strong pod
- Will spawn a boss pod if supported

Added backend support for a faction having a "boss" pod in addition to weak, normal, and strong pods.

This pod is meant to be spawned for special occasionas and generally intended for a somewhat unique unit (or units) for XCOM to fight. Currently, this is spawned on a Destroy Primary Base mission if a valid boss pod is available to use for a faction.

Atualização: 15 fev. 2021 às 17:54

Logic fix that might hopefully resolve covert operations not resolving Raider Bases not being prepped for assault.

Technical explanation: there's fallbacks in relevant functions in case the mod can't find the raider base in the NewGameState, so it'll check XComGameStateHistory (a rough if not quite accurate explanation is that this is a snapshot of all relevant gamestates that exist in the game instead of just what's being changed)

Except the code to make sure it could check XComGameStateHistory was in a part of the code that never fired (what if the action state didn't exist?), so what I believe was happening was that the game was finding no raider base state and thus being unable to actually update it.

This has now been updated so XComGameStateHistory is always accessible for the relevant functions. Assuming I am correct aobut what the error was, this should fix the problem.

Note that this won't do so retroactively: you'll still need to use the console command FixWaitingBaseStates to fix stuck states in an existing playthrough.

Atualização: 21 abr. 2020 às 6:00

Fixed instance where a covert action could be generated with no base reference: now if there's no available base to use on a continent, the mod will fallback and use an existing base anywhere in the world that can suit the covert action.

Data Retrieval should be a bit easier: waves are more staggered instead of per turn.

Added repurposed voiceline to play once the evac spawns on Data Retrieval.

Atualização: 20 mar. 2020 às 14:42

Updated with a better, programatic detection of incompatible sitreps.

Specifically, the mod now checks the templates of the other sitreps on a mission: this way if a sitrep from a mod released later lists a particular raider faction as an incompatible sitrep, this mod won't proc if it comes afterwards. This way I don't need to keep constantly updating this mod for reported incompatibilities.

Atualização: 2 fev. 2020 às 10:40

Buffed rewards for the Data Retrieval covert op as I found out covert actions *halve* the rewars assigned to them, and figured it was a significant enough time investment to warrant additional rewards: it now rewards supplies as well, and should provide enough supplies and intel as if it was a normal mission.