Raised This Month: $32 Target: $400
 8% 

Server mp_roundtime +/- mp_maxplayers no work


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
asmodean
Junior Member
Join Date: Apr 2020
Old 04-05-2020 , 12:42   Server mp_roundtime +/- mp_maxplayers no work
Reply With Quote #1

I change mp_roundtime, mp_roundtime_defuse, mp_roundtime_hostage all 15 but server still do 3 minute round time.

when me change gamemode to custom it have 5 minute round time and maxplayers 1 instead, why this?

I add two file server.cfg and gamemode_server.cfg. Where I find them is

csgo/cfg

I dont change/delete gamemode_*.cfg google tell me thats bad.

Please help
Attached Files
File Type: cfg server.cfg (4.3 KB, 112 views)
File Type: txt gamemodes_server.txt (1.8 KB, 124 views)
asmodean is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-05-2020 , 18:00   Re: Server mp_roundtime +/- mp_maxplayers no work
Reply With Quote #2

I made this like 10 seconds ago, before I saw this topic.
List of CS:GO Cvars may not work from server.cfg

Why this problem keeps going.

- Don't edit gamemodes_server.txt *edit delete that file to not messing up settings.

Create and edit ...cfg/gamemode_*_server.cfg



*edit edit
If you want increase player count, try use first server launch parameter, if possible. Then you not need gamemodes_server.txt
Code:
-console -game csgo -maxplayers_override 30 +game_type 0 +game_mode 0 +map de_dust2 +mapgroup mg_casualsigma
-



But if you can't change launch parameters, then you need gamemodes_server.txt
Spoiler
__________________
Do not Private Message @me

Last edited by Bacardi; 04-05-2020 at 18:30.
Bacardi is offline
asmodean
Junior Member
Join Date: Apr 2020
Old 04-05-2020 , 18:24   Re: Server mp_roundtime +/- mp_maxplayers no work
Reply With Quote #3

Quote:
Originally Posted by Bacardi View Post
I made this like 10 seconds ago, before I saw this topic.
List of CS:GO Cvars may not work from server.cfg

Why this problem keeps going.

- Don't edit gamemodes_server.txt *edit delete that file to not messing up settings.

Create and edit ...cfg/gamemode_*_server.cfg
So you say I create cfg/gamemode_custom_server.cfg and put command there it work?
asmodean is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-05-2020 , 18:31   Re: Server mp_roundtime +/- mp_maxplayers no work
Reply With Quote #4

Which game_type and game_mode you are running ?
__________________
Do not Private Message @me
Bacardi is offline
asmodean
Junior Member
Join Date: Apr 2020
Old 04-05-2020 , 18:46   Re: Server mp_roundtime +/- mp_maxplayers no work
Reply With Quote #5

Quote:
Originally Posted by Bacardi View Post
Which game_type and game_mode you are running ?
I run game type custom and game mode skrimish
asmodean is offline
asmodean
Junior Member
Join Date: Apr 2020
Old 04-05-2020 , 18:53   Re: Server mp_roundtime +/- mp_maxplayers no work
Reply With Quote #6

So I make this file gamemode_custom_server.cfg for everything gamemode_*_sevrer.cfg so I have all and still give me 1 player max and 5 minute, add in every file same code
Attached Files
File Type: cfg gamemode_custom_server.cfg (82 Bytes, 97 views)
asmodean is offline
asmodean
Junior Member
Join Date: Apr 2020
Old 04-05-2020 , 18:59   Re: Server mp_roundtime +/- mp_maxplayers no work
Reply With Quote #7

Ok now I change game_mode 0 and game_type 0 and it work. I dont know why but it fixed. Thank you sir
asmodean is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-06-2020 , 03:51   Re: Server mp_roundtime +/- mp_maxplayers no work
Reply With Quote #8

Here is 'picture', or 'map', what are CS:GO default game types and game modes inside gamemodes.txt

- Bottom *.cfg file will be executed as last, this one usually is "override" config file. To override Valve's game mode settings.
You need create that file, it not exist. Example: gamemode_casual_server.cfg

- Game types such as "custom" and "skirmish" not execute own game mode config files, server.cfg should work.
(But I don't know how "skirmish" work.)



PHP Code:

// classic
// classic - casual
game_type 0 game_mode 0
        gamemode_casual
.cfg
        gamemode_casual_server
.cfg

// classic - competitive
game_type 0 game_mode 1
        gamemode_competitive
.cfg
        gamemode_competitive_server
.cfg

// classic - scrimcomp2v2
game_type 0 game_mode 2
        gamemode_competitive2v2
.cfg
        gamemode_competitive2v2_server
.cfg

// classic - scrimcomp5v5
game_type 0 game_mode 3
        gamemode_competitive
.cfg
        op08_weapons_expert
.cfg
        gamemode_competitive_server
.cfg





// gungame
// gungame - gungameprogressive
game_type 1 game_mode 0
        gamemode_armsrace
.cfg
        gamemode_armsrace_server
.cfg

// gungame - gungametrbomb
game_type 1 game_mode 1
        gamemode_demolition
.cfg
        gamemode_demolition_server
.cfg

// gungame - deathmatch
game_type 1 game_mode 2
        gamemode_deathmatch
.cfg
        gamemode_deathmatch_server
.cfg






// training
// training - training
game_type 2 game_mode 0
        gamemode_training
.cfg
        gamemode_training_server
.cfg





// custom
// custom - custom
game_type 3 game_mode 0
        
//gamemode_custom.cfg    // This line is disabled from gamemodes.txt





// cooperative
// cooperative - cooperative
game_type 4 game_mode 0
        gamemode_competitive
.cfg 
        gamemode_cooperative
.cfg
        gamemode_cooperative_server
.cfg
        
// cooperative - coopmission
        
gamemode_competitive.cfg 
        gamemode_coopmission
.cfg
        gamemode_coopmission_server
.cfg



//skirmish
//skirmish - skirmish
game_type 5 game_mode 0
        
// None, configs specific to each skirmish game mode are executed





// freeforall
// freeforall - freeforall
game_type 6 game_mode 0
        gamemode_survival
.cfg 
        gamemode_survival_server
.cfg


// 
__________________
Do not Private Message @me

Last edited by Bacardi; 04-06-2020 at 03:53. Reason: // freeforall
Bacardi is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:51.


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