Hi,
Do anyone got anyidea how to remove Counter Strike: Source server hibernating?
Is there somekind cvar or??
It is dedicated linux debian 10.
Server is hibernating. [CS:S]
Re: Server is hibernating. [CS:S]
There is a variable, but I'm not sure whether or not it is for CSS:
viewtopic.php?f=20&t=664&p=3642&hilit=Hibernate#p3642
viewtopic.php?f=20&t=664&p=3642&hilit=Hibernate#p3642
Re: Server is hibernating. [CS:S]
That hibernate command is for csgo :S
Ayuto wrote:There is a variable, but I'm not sure whether or not it is for CSS:
viewtopic.php?f=20&t=664&p=3642&hilit=Hibernate#p3642
- L'In20Cible
- Project Leader
- Posts: 1535
- Joined: Sat Jul 14, 2012 9:29 pm
- Location: Québec
Re: Server is hibernating. [CS:S]
Syntax: Select all
from engines.server import server_game_dll
from memory import get_virtual_function
from memory.hooks import PreHook
@PreHook(get_virtual_function(server_game_dll, 'SetServerHibernation'))
def pre_set_server_hibernation(stack_data):
stack_data[1] = False
Re: Server is hibernating. [CS:S]
L'In20Cible wrote:Syntax: Select all
from engines.server import server_game_dll
from memory import get_virtual_function
from memory.hooks import PreHook
@PreHook(get_virtual_function(server_game_dll, 'SetServerHibernation'))
def pre_set_server_hibernation(stack_data):
stack_data[1] = False
used that as plugin. and server console says:
Dropped dNk. from server (Disconnect by user.)
Server is hibernating.
Also idk is it from hibernating or not .. but when no one on server for (not sure how long 5-10h maybe?) and ill join there server is laggy , changing map or reload same map fixing the lag? so is it hibernate or?
- L'In20Cible
- Project Leader
- Posts: 1535
- Joined: Sat Jul 14, 2012 9:29 pm
- Location: Québec
Re: Server is hibernating. [CS:S]
ae2x wrote:used that as plugin. and server console says:
Dropped dNk. from server (Disconnect by user.)
Server is hibernating.
It's normal that you still see the message. Basically, the game does something like this:
Syntax: Select all
print('Server is hibernating')
server_game_dll.SetServerHibernation(True)
Syntax: Select all
server_game_dll.SetServerHibernation(False)
I don't think hibernating is causing such issues. More than likely caused by a plugin or something. Try to rename your addons folder and that will confirms it if the issue is no longer.ae2x wrote:Also idk is it from hibernating or not .. but when no one on server for (not sure how long 5-10h maybe?) and ill join there server is laggy , changing map or reload same map fixing the lag? so is it hibernate or?
Re: Server is hibernating. [CS:S]
I tested yesterday that i was whole night on server and at morning it wasnt laggy.. so basicly if server is emptt for a while it starta lagging
-
- Senior Member
- Posts: 315
- Joined: Sun May 17, 2020 7:56 am
- Location: Finland
- Contact:
Re: Server is hibernating. [CS:S]
ae2x wrote:used that as plugin. and server console says:
Dropped dNk. from server (Disconnect by user.)
Server is hibernating.
Also idk is it from hibernating or not .. but when no one on server for (not sure how long 5-10h maybe?) and ill join there server is laggy , changing map or reload same map fixing the lag? so is it hibernate or?
Hi, i think the lag is caused by joining and leaving server, so it drops players weapon to cause lag, until round changes.
I have css server, to avoid that lag, i have made sure map changes and round ends
Re: Server is hibernating. [CS:S]
cssbestrpg wrote:ae2x wrote:used that as plugin. and server console says:
Dropped dNk. from server (Disconnect by user.)
Server is hibernating.
Also idk is it from hibernating or not .. but when no one on server for (not sure how long 5-10h maybe?) and ill join there server is laggy , changing map or reload same map fixing the lag? so is it hibernate or?
Hi, i think the lag is caused by joining and leaving server, so it drops players weapon to cause lag, until round changes.
I have css server, to avoid that lag, i have made sure map changes and round ends
Yes, i though that to but its not becouse of weapon drop i have plugin that removes all weapon as soon they drop it .. and its not about plugins either :S that is million dollar question what cause the LAG ..
Who is online
Users browsing this forum: No registered users and 131 guests