XCOM 2
[WOTC] WSR Weapon Skin Replacer - Core
Showing 51-60 of 76 entries
< 1 ... 4  5  6  7  8 >
Update: May 30, 2019 @ 5:22pm

WEAPON_REPLACEMENT now has an additional optional argument, COPY_LOCALIZATION, which will transfer all of the in-game names and textual descriptions from the donor weapon to the acceptor weapon.

Update: May 4, 2019 @ 5:36pm

Minor fix to previous update.

Update: May 4, 2019 @ 4:37pm

GIVE_ABILITIES now works for all pieces of equipment, not just weapons. It's also more configurable now.

Added new command, CHANGE_TEMPLATE, which can be used to change Item Category, Weapon Category, Armor Class and Inventory Slot for a specified item.

As always, you can find detailed instructions and descriptions in the documentation that's linked in the mod's description.

Update: Apr 28, 2019 @ 1:18pm

Tentative fix to HIDE_ACCEPTOR_ATTACHMENTS not always working.

Update: Apr 26, 2019 @ 1:01pm

When using ATTACHMENT_REPLACEMENT, it's now possible to specify weapon upgrade TYPE, like this:

+ATTACHMENT_REPLACEMENT=(TEMPLATE=AssaultRifle_CV, TYPE="FreeKillUpgrade_Sup", REPLACEMENT_MESH="ConvSniper.Meshes.SM_ConvSniper_SuppressorB")

This will replace the appearance of specifically the Superior Repater on the conventional Assault Rifle.

The TYPE can be a partial match:

+ATTACHMENT_REPLACEMENT=(TEMPLATE=AssaultRifle_CV, TYPE="FreeKillUpgrade", REPLACEMENT_MESH="ConvSniper.Meshes.SM_ConvSniper_SuppressorB")

This will replace the appearance of ALL repeaters for the CV AR.

New command: GIVE_ABILITIES. Used to give abilities to specific weapons:

+GIVE_ABILITIES=(TEMPLATE=AssaultRifle_CV, ABILITY=RapidFire)

Or to whole categories of weapons:
+GIVE_ABILITIES=(WEAPON_CAT=shotgun, ABILITY=ChainShot)

Update: Apr 12, 2019 @ 4:32am

Added a "WSR.InvisibleMesh" to the mod, which can be used to configure additional Visual Weapon Attachments to replace the contents on specific sockets when you equip specific weapon upgrades.

Update: Apr 11, 2019 @ 2:16am

Update: Apr 11, 2019 @ 2:07am

Changed the way the mod removes default attachments, as the previous one wasn't working.

Update: Apr 10, 2019 @ 6:52am

Added functionality to hide schematics from Proving Grounds.

Update: Apr 10, 2019 @ 6:51am

Ignore this.