XCOM 2
[WOTC] WSR Weapon Skin Replacer - Core
Showing 21-30 of 76 entries
< 1  2  3  4  5 ... 8 >
Update: Jun 23, 2020 @ 4:28pm

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)

Update: Jun 16, 2020 @ 2:25am

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.

Update: Jun 13, 2020 @ 9:58am

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".

Update: May 2, 2020 @ 7:36pm

Reimplemented previous failed update on a smaller scale.

Update: May 2, 2020 @ 7:19pm

Revert to previous version due to unknown bugs.

Update: May 2, 2020 @ 5:01pm

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.

Update: Mar 24, 2020 @ 1:57am

Fixed the incorrect link in the config.

Update: Feb 26, 2020 @ 3:25pm

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")

Update: Feb 12, 2020 @ 3:54pm

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

Update: Feb 2, 2020 @ 6:00pm

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