XCOM 2
RuntimeReskinAPI
Εμφάνιση 1-7 από 7 καταχωρίσεις
Ενημέρωση: 1 Οκτ στις 13:27
από SurferJay

Reverted to Sep 30 release.

Ενημέρωση: 1 Οκτ στις 13:15
από SurferJay

Accidental release.

Ενημέρωση: 30 Σεπ στις 13:10
από SurferJay

Disabled forced logging by default, left on by accident during my earlier debugging.

Ενημέρωση: 30 Σεπ στις 12:29
από SurferJay

Zombies/Chosen Summoning & Faceless CTD Patch
OnUnitBeginPlay: switched from OnStateSubmitted to OnVisualizationBlockCompleted to safely use GetVisualizer rather than FindOrCreateVisualizer, preventing CTDs upon summoning Psi Zombies or Chosen followers and during Faceless reveals.

Ενημέρωση: 20 Σεπ στις 21:37
από SurferJay

1. Hardened various parts of the API
2. Moved the ApplyMainMenu logic into the main API file for centralization
3. Added some useful log statements for when log mode is on

Ενημέρωση: 19 Σεπ στις 5:47
από SurferJay

1. Minor comments fixes
2. Standardized the interface function signatures (!). Both are now context, templateName, unitState, in that order.

I've only done #2 since no mods integrate yet, aside from my own dev build of Advent Angels.
Going forward, V1 interfaces will not change, since mods using unofficial signatures CTD.
I tried getting it all buttoned up ahead of time for the initial release, but it was a huge lift. :)

Ενημέρωση: 18 Σεπ στις 22:26
από SurferJay

Initial release.