R2Northstar / NorthstarMods

Squirrel scripts used to recreate server-side gamelogic and add custom content to the game.
MIT License
153 stars 121 forks source link

SNS gamemode causing lagging for clients because of "mp_weapon_thermite_grenade" #882

Open Strykus opened 1 week ago

Strykus commented 1 week ago

SNS gamemode causing lagging for clients because of string offhand_weapon = "mp_weapon_thermite_grenade" // offhand weapon in Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_sns.gnut file

Some 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. изображение

ASpoonPlaysGames commented 1 week ago

This is very strange and tbh I have no idea how the two things could be related.

ASpoonPlaysGames commented 1 week ago

In fact, how does commenting this line even compile?

EM4Volts commented 1 week ago

This is very strange and tbh I have no idea how the two things could be related.

they really shouldnt? the weapon doesnt really have something that causes lag without it being heavily modified.

@Strykus are you the only one with this problem or did others confirm this too? could be another thing like the monarch arc fx

Strykus commented 1 week ago

are you the only one with this problem or did others confirm this too? could be another thing like the monarch arc fx

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 fvnkhead's sticks SNS server and having same issue like those two other people.

Strykus commented 1 week ago

изображение