XCOM 2
[WOTC] WSR Weapon Skin Replacer - Core
Viser 21-30 af 76 forekomster
< 1  2  3  4  5 ... 8 >
Opdatering: 23. juni 2020 kl. 16:28

The CHANGE_ABILITY_TEMPLATE command that replaces ability's IconImage will now automatically replace icons for all effects applied by the ability. This behavior can be optionally disabled like so:

+CHANGE_ABILITY_TEMPLATE = (TEMPLATE = "RapidFire", ICON_IMAGE = "img:///UILibrary_PerkIcons.UIPerk_bladestorm", REPLACE_EFFECT_IMAGES = false)

Opdatering: 16. juni 2020 kl. 2:25

Added a new command to replace Icon Image for ability templates. Example syntax:

+CHANGE_ABILITY_TEMPLATE = (TEMPLATE = "RapidFire", ICON_IMAGE = "img:///UILibrary_PerkIcons.UIPerk_bladestorm")

Please don't request additional functionality for editing ability templates before checking if it's not already provided by one of the Boundir's mods.

Opdatering: 13. juni 2020 kl. 9:58

Fixed mesh printout and a redscreen at the game startup.

Changelog readers, I've completely lost track of previous letters, so let's start over. Today's letter is "Y".

Opdatering: 2. maj 2020 kl. 19:36

Reimplemented previous failed update on a smaller scale.

Opdatering: 2. maj 2020 kl. 19:19

Revert to previous version due to unknown bugs.

Opdatering: 2. maj 2020 kl. 17:01

Fixed a bug that prevented changes to Tech Templates (Research and Proving Grounds projects) from applying at non-default campaign difficulties.

New printout command:
PRINT_MESHES = true

will print weapon mesh names so you can use them to replace other weapons' meshes.

Opdatering: 24. mar. 2020 kl. 1:57

Fixed the incorrect link in the config.

Opdatering: 26. feb. 2020 kl. 15:25

New parameter for CHANGE_TEMPLATE command: SET_ARMOR_CAT

Allows to change Armor Category for an Armor Template. This can be used to change which soldier classes have access to this or that armor.

Example use:

This makes TLE Ranger Armor available to soldiers of all classes.
+CHANGE_TEMPLATE = (TEMPLATE="RangerKevlarArmor", SET_ARMOR_CAT="soldier")
+CHANGE_TEMPLATE = (TEMPLATE="RangerPlatedArmor", SET_ARMOR_CAT="soldier")
+CHANGE_TEMPLATE = (TEMPLATE="RangerPoweredArmor", SET_ARMOR_CAT="soldier")

New parameter for GIVE_ABILITIES command: WEAPON_UPGRADE

Allows to change abilities granted by a Weapon Upgrade. The WEAPON_UPGRADE parameter can contain the full template name of the upgrade template, or just a portion of it, allowing you to easily attach an ability to upgrades of all tiers, or just one particular item.

Example use:

This attaches Cool Under Pressure ability to all Hair Triggers, allowing the soldier to crit with reaction fire.
+GIVE_ABILITIES=(WEAPON_UPGRADE="FreeFireUpgrade", ABILITY="CoolUnderPressure")

Opdatering: 12. feb. 2020 kl. 15:54

WEAPON_REPLACEMENT now copies a few additional template properties to handle edge cases like Templar Gauntlets having a different appearance for females.

Opdatering: 2. feb. 2020 kl. 18:00

WEAPON_REPLACEMENT wil now automatically copy the CosmeticUnitTemplate, making it possible to easily replace the appearance of GREMLINs.