Moved to client support..

Xerxes
Posts
-
How to Titty Nac -
High ping on good connection?@MrDucxy said in High ping on good connection?:
Hi, is it normal that I will have high ping on my home network (not in game, just the server list) but then if I hotspot my phone with 1 bar of signal I get lower ping? I host a server through Amazon and its located less than an hour from my house and Its pings so high on the list that half the time it wont show but then when i switch to my hotspot it shows fine, same with other servers too.
My phones plan is Verizon business and it has unlimited 4G LTE.
My home network gets 120MBPS Down and 15-30MBPS Up. And when I speedtest, I get like 12-20 ping to my ISPs server.Verizon probably has a better peering to Amazon than your residential ISP at home. What also could be, since we are only speaking about the ping in the server browser, is that your router can not handle the amount of connections that are opened when all servers are queried.
-
Other admin panels?As the person that wrote that parser: Don't, B3 isn't maintained for a long time now and it shows, you even have to change the settings of your DB Server if you want to use XLRstats without any issues.
-
my server dont pop up an says call back dispatche an sening heartbeatkuxqi said in my server dont pop up an says call back dispatche an sening heartbeat:
it only shows my ip idk why in the comman thing
It shows
192.168.0.89
, you probably should not host servers if you have no clue about how computers work and are networked. Judging from the screenshot you deleted in fear I would say you don't have any port forwards set-up -
Server keeps restarting please help!ImVeryTwisted said in Server keeps restarting please help!:
Debug: Could not parse client GUID - 0
[02.19.2020 17:13:07.751] - Debug: 125:47 D;-1113439601;12;axis;Dyl;0;4;axis;[3arc]VKSharma;knife_mp;152;MOD_MELEE;left_footThis is a log from IW4m Admin which generally spoken is totally useless. We do know that the servers in their current state do crash often, but that is fixed with the next update.
-
[Support] How to skip the map changing transitionsI would try to look at how the game logic does it between rounds in for example S&D.
-
Privileged user listluigistyle In theory you can, since you can get the list of all privileged users to the game from IW4ma. And then can do whatever you want in-game with it.
-
BO2 "Graphics" improvementYou can, I did play this game for years with an Intel 2600k paired with an AMD HD 6970, both older than the game.
-
BO2 "Graphics" improvementZolarZ said in BO2 "Graphics" improvement:
Emosewaj Lol yeah i normally run my game with lower graphics just for fps
This game is 8 years old, your PC should not have any issues pushing out 144+ stable fps.
Also please do keep in mind that reshade does replace a directx binary which might get detected by the anticheat as an attempt to cheat. (You can do pretty nasty things with reshade too).
-
Received SV OOB "getinfo" but still won't appear in Servers listTake a look at the bat files to change the port permanently so that it doesn't matter what you start first.
Also the heartbeat happens as soon as the server is ready to server players since that is the way it registers and stays on the server list. The difference between SV and CL OOB packages is that SV ones only interest the Server and the CL ones are only interesting to the Client. -
Server won't show up for my friends or me -
[Support] VIP Menu -
[Support] Custom Game Saving?n5LM Not possible atm as that would require a fully emulated dw backend.
You could create a server and have all those things in the server cfg. -
Received SV OOB "getinfo" but still won't appear in Servers listTheDominator4567 said in Received SV OOB "getinfo" but still won't appear in Servers list:
it kicks me after every match rather than just changing the maps.
Thats normal for a ZM Server.
Judging from the Screenshot I would say you changed something since you are no longer getting any getinfo prints.
Which port did you forward because atm your server is listening on 4978 while your game is on 4976. -
Mod Menu for custom games (MP)No source and requires a tool that isn't even working / supported here.
Re-Upload it with the source. -
Received SV OOB "getinfo" but still won't appear in Servers listTheDominator4567 use the connect command and the internal IP address of the server. eg a 192.168.x.x, 172.16.x.x or a 10.x.x.x address.
-
Game freezing at downloading playlists?Try typing
xui
into the external console when it is frozen. -
[Release] Shotgun Rank/Max Bank/All Perma-Perks -
[Support] Need help with GSC scriptkefeblo Don't recompile such a big gsc for such a small change, use _clientids.gsc
-
[Support] Disable Function (Damage) of Grenades and TacticalsYou are splitting the weapon string by every
_
take the first element and then compare it against a string that has an_
, that is why your code is not and will never work.