XCOM 2
[WOTC] WSR Weapon Skin Replacer - Core
76개 중 61~70개 표시 중
< 1 ... 5  6  7  8 >
업데이트: 2019년 4월 4일 오후 9시 24분

Update to version 3.0.

Moved most of the mod's functions from OPTC to Shell UISL, which should enable the mod to properly work with visual attachments regardless of whether mods in question are in local mods folder or not.

Made it possible to set socket rotation in degrees rather than direct numerical values.

업데이트: 2019년 3월 23일 오전 11시 53분

Forgot to add a couple of tips to the .ini.

업데이트: 2019년 3월 23일 오전 11시 48분

Massive feature update.

-- Now possible to add Visual Weapon Attachments to weapons that never had them (stole this one from Musashi).
-- Copy Attachments function no longer nukes Visual Weapon Attachments for the donor weapon.
-- Now possible to make WSR print out information about existing weapons and attachments into game's log when you start the game. Save some time on code spelunking.
-- Massively improved error logging.

Full documentation here now: https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1517938486

As a side effect, broke compatibility with mods that depended on WSR.

업데이트: 2019년 3월 15일 오전 8시 08분

It's now possible to set the name for Fire Suppression animation while replacing Anim Sets. Useful if the donor weapon has a non-standard Fire Suppression animation name.

Example:
+ANIMSET_REPLACEMENT=(ACCEPTOR_TEMPLATE=TLE_Cannon_CV, DONOR_TEMPLATE=MD_WOTC_BOIII_LMG_48DREDGE_STD_XCOM_T1, REPLACE_SOLDIER_ANIMSETS=true, REPLACE_WEAPON_ANIMSETS=true, FIRE_SUPPRESSION_ANIM_NAME="FF_FireSuppress48Dredge")

업데이트: 2019년 3월 14일 오후 12시 41분

New functionality: it's now possible to replace projectiles, soldier and weapon animations without replacing the whole archetype. Or after doing that.

So in the end you can take weapon A, replace it visually with weapon B, and then make it shoot like weapon C.

업데이트: 2019년 2월 15일 오후 3시 48분

Fixes to description added in previous update.

업데이트: 2019년 2월 15일 오후 3시 29분

Added instructions on how to use SOCKETS_TO_ADD command to create new weapon sockets, or modify existing ones.

업데이트: 2018년 11월 3일 오후 4시 58분

Added TLP weapon template names to readme.txt.

업데이트: 2018년 9월 25일 오후 1시 04분

Update 4. When adding a default attachment to a weapon, it's now possible to automatically remove the default attachment already present in that socket, using this syntax:

+DEFAULT_ATTACHMENT=(TEMPLATE=Shotgun_MG, SOCKET=Stock, MESH="ConvShotgun.Meshes.SM_ConvShotgun_StockB", REMOVE_ORIGINAL=True)
This is basically a bandaid fix for some of the recently released Mass Effect weapons that have blank default attachments.

Another new command:
+WEAPONS_TO_HIDE_KEEP_SCHEMATIC=TC_WOTC_MILL_92FS_T2
Useful to quickly hide weapons without also removing their schematics. Useful for hiding weapons that are created by same schematics as base game weapons.

업데이트: 2018년 9월 22일 오전 6시 11분

Update 3. It's now possible to add default visual attachments to a weapon, meaning that these attachments appear on weapon's mesh regardless if you actually have added any attachments to the weapon or not.

To do this I'm taking advantage of the base game's default attachment system, which is used to "build" weapons from different blocks. For example, the default Assault Rifle by itself only has a model for the "gun itself", while its grip, stock, trigger, iron sights, etc. are all default attachments.

Use this syntax:

+DEFAULT_ATTACHMENT=(TEMPLATE=Shotgun_MG, SOCKET=Suppressor, MESH="CnvSMG.Meshes.SM_HOR_Cnv_SMG_SuppressorB")
One socket can have any number of default attachments, but the one that was added the latest will disappear if you try to equip a "normal" visual attachment to that socket.