XCOM 2
[WOTC] WSR Weapon Skin Replacer - Core
76개 중 31~40개 표시 중
< 1  2  3  4  5  6 ... 8 >
업데이트: 2020년 2월 2일 오후 5시 54분

New command for CHANGE_TEMPLATE

SET_COSMETIC_UNIT_TEMPLATE - allows to surgically change the cosmetic unit used by an equipment template.

Useful when making changes to Gremlins and the like.

업데이트: 2020년 1월 30일 오전 10시 18분

New commands:
SET_GAME_ARCHETYPE

Assigns the specified Game Archetype to the specified equipment template.

Example use:

This is necessary if you would like to convert Claymore to a utility item:

+CHANGE_TEMPLATE=(TEMPLATE="Reaper_Claymore", SET_ITEM_CAT="grenade", SET_WEAPON_CAT="grenade", SET_INVENTORY_SLOT=eInvSlot_Utility, SET_GAME_ARCHETYPE="WP_Claymore.WP_Claymore", SET_ANIMATION_FOR_ABILITY=(ABILITY_NAME="ThrowClaymore", ANIMATION_NAME="FF_Grenade"))

+GIVE_ABILITIES=(TEMPLATE="Reaper_Claymore", ABILITY="ThrowClaymore")



SET_STARTING_ITEM

Allows to set whether this item will be available from the campaign start or not. Note: will not have any effect on campaigns in progress.

업데이트: 2020년 1월 24일 오전 12시 16분

New parameter for CHANGE_TEMPLATE command: SET_WEAPON_TECH. Allows to change a weapon's WeaponTech; its technological level.
WeaponTech values used in XCOM 2 WOTC are:

conventional
magnetic
beam

Example use:
+CHANGE_TEMPLATE=(TEMPLATE="Sword_CV", SET_WEAPON_TECH="magnetic")

업데이트: 2020년 1월 21일 오후 8시 29분

PRINT_ANIMSETS = true now prints Animation names as well.

New command: CHANGE_RATE_OF_FIRE

It allows you to change how many shots and at what interval are fired by each Fire Weapon Volley animation notify during specific animations. Example use:

+CHANGE_RATE_OF_FIRE=(TEMPLATE="AdvStunLancerM1_WPN", ANIMATION_NAMES[0]="FF_FireConvA", ANIMATION_NAMES[1]="FF_FireMagA", ANIMATION_NAMES[2]="FF_FireBeamA", NUM_SHOTS = 5, SHOT_INTERVAL = 0.08f)

Note that these changes are applied to ALL weapons that use this specific AnimSet. So, for example, the configuration above will apply its changes to ALL weapons that use Soldier_ANIM.Anims.AS_AssaultRifle AnimSet. So by changing this Advent Stun Lancer weapon, you will also change rate of fire of rifles used by XCOM and other kinds of ADVENT troopers.

업데이트: 2020년 1월 14일 오후 2시 51분

Added a new console command: WSRDeleteHiddenItems
It will scan the current Avenger inventory, and if there are any items that have been hidden on the Inventory screen, it will delete them.
This should be necessary under normal circumstances, because WSR already does that every time you load a saved game.

Fixed an issue that prevented my DLC Run Order configuration from working, which should make WSR much more consistent at keeping Hidden items from appearing in Avenger inventory.

업데이트: 2019년 10월 9일 오전 9시 44분

Changing strategic costs and requirements through CHANGE_TEMPLATE should now work for Item Templates as well.

Example syntax:

+CHANGE_TEMPLATE=(TEMPLATE=RM_X1Pistol_CV, SET_CAN_BE_BUILT=1, CHANGE_REQUIREMENTS=true, REQUIREMENTS=(RequiredTechs[0]=Tech_ETCWeapons), RESOURCE_COSTS[0]=(ItemTemplateName=Supplies, Quantity=30), RESOURCE_COSTS[1]=(ItemTemplateName=AlienAlloy, Quantity=5))

Also, since Templates cannot have CanBeBuilt and InfiniteItem true at the same item,
CanBeBuilt will be automatically set to false if you set InfiniteItem to true, and vice versa.

업데이트: 2019년 10월 6일 오후 5시 19분

New configuration option for CHANGE_TEMPLATE:

SET_CAN_BE_BUILT

Used the same way as SET_INFINITE_ITEM added previously.

+CHANGE_TEMPLATE=(TEMPLATE=MZShredderRounds, SET_CAN_BE_BUILT=0)

업데이트: 2019년 10월 6일 오후 5시 05분

Two new configuration options for CHANGE_TEMPLATE:

SET_INFINITE_ITEM = 0

Will make an item not infinite.

SET_INFINITE_ITEM = 1

Will make an item Infinite.

Example:
+CHANGE_TEMPLATE=(TEMPLATE=GrenadeLauncher_CV, SET_INFINITE_ITEM=0)

REWARD_DECKS

Specify reward deck names that can contain this item template.

Example:
+CHANGE_TEMPLATE=(TEMPLATE=MZShredderRounds, REWARD_DECKS[0]=ExperimentalAmmoRewards)

업데이트: 2019년 9월 17일 오후 9시 42분

Hide/Unhide functionality should now work for items that are added to the game when loading a save, a.k.a. vast majority of proper weapon mods.

업데이트: 2019년 9월 17일 오후 4시 28분

New functionality: you now can Hide/Unhide items in Inventory screen in Engineering.