XCOM 2
[WOTC] Iridar's Template Master - Core
30件中 21-30 を表示
< 1  2  >
更新:2021年2月17日 @ 0時09分

Fixed a critical bug that made all float values be rounded to the nearest integer.

更新:2021年2月14日 @ 9時52分

Added functionality to edit templates:
X2SoldierUnlockTemplate
X2SoldierAbilityUnlockTemplate

Added special handling for Range Accuracy arrays.

更新:2021年2月13日 @ 4時50分

Fixed functionality that was broken in the previous update: the V value of the Edit_X2WeaponUpgradeTemplate commands can once again be used as a holder for the ValidateAttachmentFn delegate name.

更新:2021年2月11日 @ 9時34分

This is a big update that significantly changed how Template Master works under the hood. This update IS NOT backwards compatible, meaning all Template Master configurations will have to be changed to actually work.

- Mod no longer uses [WOTCIridarTemplateMaster.Help] config header. Instead you now use one of the three:
[WOTCIridarTemplateMaster.X2DLCInfo_First]
[WOTCIridarTemplateMaster.X2DLCInfo_Standard]
[WOTCIridarTemplateMaster.X2DLCInfo_Last]

depending on when you want your command to run.

- Commands with the "_First" suffix will no longer work.
- "bFirst" property has been completely removed from EditTemplate commands.

- X2GrenadeTemplate can now be edited by Template Master using "Edit_X2GrenadeTemplate" commands.

- X2Effect proprerties, such as X2GrenadeTemplate::ThrownGrenadeEffects and X2WeaponTemplate::BonusWeaponEffects now support DP and DP_Index commands.

更新:2021年2月4日 @ 7時35分

It's now possible to set BonusWeaponEffects and GameplayInstanceClass properties of X2WeaponTemplate.

更新:2021年2月1日 @ 5時46分

Template Master's edits will now happen after most popular mods that also edit templates, making sure Template Master gets the last word.
bFirst parameter in the Edit commands has been deprecated. Now if you wish the command to run as early as possible, add the "_First" postfix to it, for example: Edit_X2WeaponTemplate_First
Internal optimizations to improve performance. Unlikely to be noticeable, but might shave off half a second off your game startup time if you have A LOT of template master commands.
Added "WeaponInits" and "WeaponInits_First", see documentation for details.

更新:2021年1月27日 @ 3時22分

Fixed a bug that caused commands without bFirst = true to be executed twice. Fixed a typo in config that caused DLC Run Order feature to not work.

更新:2021年1月26日 @ 17時35分

Fixed a bug that prevented Edit_X2SchematicTemplate commands from working.

更新:2021年1月26日 @ 16時52分

The mod can now create templates of the X2StrategyElementTemplate type, as well as all of its subclasses, including X2TechTemplate.

The mod can now edit templates of X2PairedWeaponTemplate type.

All logs from this mod now use the TEMPLATE_MASTER tag.

更新:2021年1月15日 @ 16時30分