XCOM 2
RuntimeReskinAPI
Viser 1-5 af 5 forekomster
Opdatering: 30. sep. kl. 13:10

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

Opdatering: 30. sep. kl. 12:29

Psi Zombies & Faceless CTD Patch
OnUnitBeginPlay: switched from OnStateSubmitted to OnVisualizationBlockCompleted to safely use GetVisualizer rather than FindOrCreateVisualizer, preventing CTDs on Psi Zombie summoning and Faceless reveals.

Opdatering: 20. sep. kl. 21:37

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

Opdatering: 19. sep. kl. 5:47

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. :)

Opdatering: 18. sep. kl. 22:26

Initial release.