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)