-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNS gamemode causing lagging for clients because of "mp_weapon_thermite_grenade" #882
Comments
This is very strange and tbh I have no idea how the two things could be related. |
In fact, how does commenting this line even compile? |
they really shouldnt? @Strykus are you the only one with this problem or did others confirm this too? |
No. it not only me. TheKraberGuy is the one who tell me when he played on my SNS server that its always the problem with SNS and he have jumping latency from 60 to 100+. Other two people having just laggy gameplay like they have high latency even in the tab its stable 60+- and i myself joined |
https://github.com/R2Northstar/NorthstarMods/blob/main/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_sns.gnut#L144 |
|
SNS gamemode causing lagging for clients because of
string offhand_weapon = "mp_weapon_thermite_grenade" // offhand weapon
inNorthstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_sns.gnut
fileSome people teleporting, other having their latency significantly increasing if they start mooving faster around the map
Removing "mp_weapon_thermite_grenade" from players loadout by commenting line 5 and line 188 in the
_gamemode_sns.gnut
fixing the issue.The text was updated successfully, but these errors were encountered: