Quote from: adamkad1 on October 24, 2021, 11:48:04 AM
Seems to be incompatible with Cosiek's crossbow mod
Hi. You can open the file ...\Mods\Crossbow.mpk\Scripts\Items\Weapons\Base\WeaponFireTracePresets.cs, scroll down to the end of file, then paste the code after drawHitSparksAsLight: true);
Don't remove these symbols! --> } }
Code Select
public static readonly WeaponFireTracePreset StunPlasma
= new(traceTexturePath: "FX/WeaponTraces/TraceStunPlasma",
hitSparksPreset: WeaponHitSparksPresets.Plasma,
traceSpeed: 15,
traceSpriteWidthPixels: 162,
traceStartScaleSpeedExponent: 0.5,
traceStartOffsetPixels: -13,
useScreenBlending: false,
drawHitSparksAsLight: true);
(https://img-host.ru/2Lro8.png)
(https://img-host.ru/703if.png)

(https://img-host.ru/jtaM3.png)

(https://img-host.ru/A84Cm.png)
Also, all arrow recipes have been changed.
(https://img-host.ru/229Z8.png)