XCOM 2
[WOTC] Iridar's Template Master - Core
30개 중 21~30개 표시 중
< 1  2  >
업데이트: 2021년 2월 17일 @ 오전 12시 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일 @ 오후 5시 35분

Fixed a bug that prevented Edit_X2SchematicTemplate commands from working.

업데이트: 2021년 1월 26일 @ 오후 4시 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일 @ 오후 4시 30분