I am having a problem that some have already mentioned in the reviews that when adding the files a file compression error appears but I must add that at least the error only happens to me with the new models or the tweaked ones.
I think the title explains everything but it is difficult for me to find an answer to this in general so if someone can help me in any way I would greatly appreciate it
I think that since there are mod characters that do not fit the default sounds, it would be a good idea to add some kind of commands such as "tailssteps" "knuxsteps" "metalsteps" to change the footstep sounds to ones that fit the character better
If I thought the same then I modified it to work like this
local function allSpin(p)
if p.spectator then return end
if (p.charability2 == CA2_SPINDASH) then
if (p.speed > 5*FRACUNIT and p.pflags & PF_STARTDASH) then return true end
p.mindash = 75*FRACUNIT
p.maxdash = 50*FRACUNIT
end