NOTE:
This only prevents your own client from freezing. The freeze itself is caused by other players using akimbo weapons which will cause you to freeze. To keep other players safe it is still recommended to not use akimbo smgs at all. This mod does not make them any safer to use.
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)...
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.
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?..
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
I don't think that is the cause given that I am running windows 10 and receive it as well
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.
@timmy-p Interesting. Thanks!