Lightsaber Hit Tracing

How to configure hit tracing

Navigate to lua/wos/advswl/config/lightsaber/sv_config.lua

Find the "wOS.ALCS.Config.LightsaberTrace" value

You can set this equal to any of the following:

WOS_ALCS.TRACE.CLASSIC -- Classic Rubat traces. Never stops tracing
WOS_ALCS.TRACE.MINIMAL --Traces only occur when swinging/attacking, good for performance but removes burn damage and scorch
WOS_ALCS.TRACE.INTERP -- Trace travels path of lightsaber. Useful for precision but a little more intensive
WOS_ALCS.TRACE.MINIMALINTERP -- Same as INTERP, but following MINIMAL rules. Precision with a slightly reduced load

Example

wOS.ALCS.Config.LightsaberTrace = WOS_ALCS.TRACE.CLASSIC
wikOS powered By wiltOS Technologies