Banner
Prevent Akimbo Weapon Freeze
Thumbnail
Downloads1,786
Views3,502
Publish Date3 months ago
Last Updated3 months ago by
Members
Avatar
0lafeOwner
Avatar

Personally, the freezing was caused by Windows' 24H2 update and was fixed when I rollbacked to an earlier version about a week or two ago (22H2 for me)...

How does this mod do its thing, then?..

Avatar

this is what the code says:

function NewNPCRaycastWeaponBase:_on_auto_fire_stop()
end

if you know how this could help id love to know too

Avatar

I don't think that is the cause given that I am running windows 10 and receive it as well

Avatar

In short, the most likely source of the crash 0lafe and I found was regarding the weapon sound effects that start and stop when someone else in the lobby is firing their weapons. We found that for akimbos, the function that determines the sounds to be played were called way too many times.

The code submitted simply prevents that code from running in the first place.

55 860