XCOM 2
[WOTC] WSR Weapon Skin Replacer - Core
Εμφάνιση 1-10 από 76 καταχωρίσεις
< 1  2  3 ... 8 >
Ενημέρωση: 8 Σεπ 2022 στις 18:37

Weapon info printout will now also specify weapon category and inventory slot.

Ενημέρωση: 13 Μαρ 2022 στις 11:14

Fixed SET_ARMOR_CLASS command so it actually works.

Ενημέρωση: 22 Δεκ 2021 στις 2:55

Fix for the previous update making all replaced weapons invisible.

Ενημέρωση: 21 Δεκ 2021 στις 22:48

SCALE parameter of the WEAPON_REPLACEMENT now works for both males and female. Female weapon scaling is always taken into account.

Ενημέρωση: 20 Μαρ 2021 στις 12:12

Fixed an inconsequential error that caused a log warning.

Ενημέρωση: 9 Φεβ 2021 στις 22:56

Removed the ADD_ATTACHMENTS command, it was broken and I had no patience to fix it. Use the Template Master to set up visual weapon attachments.

Ενημέρωση: 2 Ιαν 2021 στις 12:14

DEFAULT_ATTACHMENT command now has two additional parameters:

ATTACH_TO_PAWN - determines whether the attachment should be attached to the unit holding the weapon (true), or the weapon itself (false / default).

IMAGE - path of the image overlaid on top of weapon's inventory image when the default attachment is attached to the weapon.

DEFAULT_ATTACHMENT will now automatically replace an existing attachment on the weapon, if it already has one in the specified socket.

ATTACHMENT_REPLACEMENT now has three additional parameters:

REPLACEMENT_ICON - "green" icon overlaid on the weapon's iventory image if this visual weapon attachment is attached to the weapon.

REPLACEMENT_INV_ICON - weapon upgrade inventory icon for this weapon.

REPLACEMENT_CAT_ICON - small category icon displayed in the corner of the weapon's inventory image when the upgrade is attached to the weapon.

Ενημέρωση: 22 Νοε 2020 στις 12:28

Ενημέρωση: 22 Νοε 2020 στις 12:20

New parameter for CHANGE_TEMPLATE command: BLACK_MARKET_SELL_PRICE

Used to set a sell price on black market (duh). Only finite items with sell price above zero can be sold.
You can set the price to zero to prevent the item from being sellable.

Ενημέρωση: 12 Οκτ 2020 στις 17:44

ANIMSET_REPLACEMENT command now has a ATTACH_TO_CHARACTER_TEMPLATE parameter.
If true, the specified SOLDIER_ANIMSET_PATHS and SOLDIER_FEMALE_ANIMSET_PATHS will be added directly to the specified character template rather than to a weapon template.

Example use:
+ANIMSET_REPLACEMENT=(ACCEPTOR_TEMPLATE = "Muton", ATTACH_TO_CHARACTER_TEMPLATE = true, SOLDIER_ANIMSET_PATHS[0]="Muton_ANIM.Anims.AS_Muton_Grenade")