AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Solved [cs:go] map cahnges to d2 on server hibernating (https://forums.alliedmods.net/showthread.php?t=333617)

Loyal_ty 07-25-2021 04:35

[cs:go] map cahnges to d2 on server hibernating
 
hi guys.
when last client disconnect from my server it will hibernate then shut down and map always changes to dust 2 i wanna keep current map or load next map witch is voted.

e.g if players are playing mirage and all disconnect before match end it keeps mirage, if players vote for train and disconnect before map loads it keeps loading the new map.

i didnt have this problem in my past server configs because after disconnecting all GOTV was still on but now GOTV will disconnect after players.


also mp_match_end / mp_endmatch commands dont work

Bacardi 07-25-2021 05:05

Re: [cs:go] map cahnges to d2 on server hibernating
 
Quote:

Originally Posted by Loyal_ty (Post 2753612)
hi guys.
when last client disconnect from my server it will hibernate then shut down

- You sure, your server just shutdown when last player disconnect ?

Quote:

Originally Posted by Loyal_ty (Post 2753612)
and map always changes to dust 2 i wanna keep current map or load next map witch is voted.

- Tell us what kind map vote system you use:
The one with comes from SourceMod or else SM plugin ? (sm plugins list)
The one with come in CS:GO game ?

Loyal_ty 07-25-2021 05:32

Re: [cs:go] map cahnges to d2 on server hibernating
 
Quote:

Originally Posted by Bacardi (Post 2753619)
- You sure, your server just shutdown when last player disconnect ?


- Tell us what kind map vote system you use:
The one with comes from SourceMod or else SM plugin ? (sm plugins list)
The one with come in CS:GO game ?


when last player disconnect i come to see server logs and it writes hibernate and changes some cvars + changing map here still GOTV is on then GOTV will disable and last text on server will be shut down.


its the default vote system that the most servers use ( the csgo one i think ) i removed nextmap.smx plugin that plugin prevent map changes on vote and server will be always on dust 2

Bacardi 07-25-2021 08:37

Re: [cs:go] map cahnges to d2 on server hibernating
 
could you do this ?

rcon con_logfile "mydifferences.log"
rcon differences
rcon con_logfile ""


And remove all passwords from log file. Add log file in your post.

Loyal_ty 07-25-2021 13:15

Re: [cs:go] map cahnges to d2 on server hibernating
 
Quote:

Originally Posted by Bacardi (Post 2753634)
could you do this ?

rcon con_logfile "mydifferences.log"
rcon differences
rcon con_logfile ""


And remove all passwords from log file. Add log file in your post.




sure, but can you tell me which one of log files do you want ( by file address ) and what these commands do

in all log files there is no password !!!!

Bacardi 07-25-2021 13:23

Re: [cs:go] map cahnges to d2 on server hibernating
 
Those commands:
rcon = is remote control, you can send commands into SRCDS console from your game.
You need first use rcon_password before you can use.

con_logfile file = it start create log file from SRCDS console screen.
differences = list all cvars which are not default values.

and last command should stop log.

You should get file in your server files "mydifferences.log"

Loyal_ty 07-25-2021 13:57

Re: [cs:go] map cahnges to d2 on server hibernating
 
tnx bro in that log file i found out a plugin was between my files since my first test server :


Dropped ? from server: No user logon
L 07/25/2021 - 22:10:40: [shf.smx] Server is empty, changing map to 'de_dust'
L 07/25/2021 - 22:10:40: [SM] Changed map to "de_dust"


SHF -----> server hibernate fix

Bacardi 07-25-2021 14:00

Re: [cs:go] map cahnges to d2 on server hibernating
 
When asked "sm plugin list", you could still show all plugins...

Loyal_ty 07-25-2021 14:04

Re: [cs:go] map cahnges to d2 on server hibernating
 
Quote:

Originally Posted by Bacardi (Post 2753655)
When asked "sm plugin list", you could still show all plugins...

sorry. you said about voting system and i dont have any plugin for that and thats because i answered like that


All times are GMT -4. The time now is 16:23.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.