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

CSGO: multi gamemode server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
iTimo01
Junior Member
Join Date: Jul 2016
Location: Germany
Old 01-17-2022 , 13:07   CSGO: multi gamemode server
Reply With Quote #1

Im tryna setup a server that features multiple Gamemodes.

I tried setting it up with GameMode-Manager, but it just doesn't work. It doesn't do anything at all.

Atm I'm using UMC3 from Silenci0.
It works with changing the modes but breaks the GUI and bots while doing so.
For Example when changing form Arms Race to Competitive it looks like this


And when changing the other way round, it's like this:


umc for competitive:
"pre-command" "game_type 0;game_mode 1;"


When i do the same with rcon or a custom admin menu on source mod, it works fine. But id like the players to be able to vote for a mode.
iTimo01 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-18-2022 , 11:15   Re: CSGO: multi gamemode server
Reply With Quote #2

*edit maybe too limited working game modes...

Name:  wargames.jpg
Views: 522
Size:  84.0 KB

CSGO have so called "wargames" in skirmish game mode.
game_type 5; game_mode 0
This game mode not have own config file, but it use configs from different game modes you have in mp_endmatch_votenextmap_wargames_modes

But then you need use CSGO own map group system, not regular like SourceMod plugins use.
Setting mp_endmatch_votenextmap_wargames_nummodes 2 or more you get game mode options from mp_endmatch_votenextmap_wargames_modes
Code:
"mp_endmatch_votenextmap_wargames_nummodes" = "1"
FCVAR_GAMEDLL FCVAR_RELEASE 
- Maximum number of other War Games to include in endmatch voting during War Games

"mp_endmatch_votenextmap_wargames_modes" = "armsrace demolition flyingscoutsman"
FCVAR_GAMEDLL FCVAR_RELEASE 
- Modes available for endmatch voting during War Games. Separate names with spaces.

"mp_endmatch_votenextmap_wargames_nummaps" = "3"
FCVAR_GAMEDLL FCVAR_RELEASE 
- Maximum number of maps to include in endmatch voting during War Games
Of course, are you interested using CSGO own multi game mode system ?
Or do you want find SourceMod plugin for this purpose ?
__________________
Do not Private Message @me

Last edited by Bacardi; 01-18-2022 at 11:28.
Bacardi is offline
iTimo01
Junior Member
Join Date: Jul 2016
Location: Germany
Old 01-18-2022 , 17:58   Re: CSGO: multi gamemode server
Reply With Quote #3

Quote:
Originally Posted by Bacardi View Post
...

CSGO have so called "wargames" in skirmish game mode.
game_type 5; game_mode 0
This game mode not have own config file, but it use configs from different game modes you have in mp_endmatch_votenextmap_wargames_modes

But then you need use CSGO own map group system, not regular like SourceMod plugins use.
Setting mp_endmatch_votenextmap_wargames_nummodes 2 or more you get game mode options from mp_endmatch_votenextmap_wargames_modes
Code:
"mp_endmatch_votenextmap_wargames_nummodes" = "1"
FCVAR_GAMEDLL FCVAR_RELEASE 
- Maximum number of other War Games to include in endmatch voting during War Games

"mp_endmatch_votenextmap_wargames_modes" = "armsrace demolition flyingscoutsman"
FCVAR_GAMEDLL FCVAR_RELEASE 
- Modes available for endmatch voting during War Games. Separate names with spaces.

"mp_endmatch_votenextmap_wargames_nummaps" = "3"
FCVAR_GAMEDLL FCVAR_RELEASE 
- Maximum number of maps to include in endmatch voting during War Games
...
Ur a genius.
I dont mind using the CSGO game mode chooser.

I looked up some more things and added the two modes i was missing into items_game_live.txt
PHP Code:
"items_game_live"
{

"pro_players"
{

// Version: 1604031345 (merged into main schema Apr-2016)

}

    
"skirmish_modes"
    
{
        
"5"
        
{
            
"name"        "bloodletter"
            "loc_name"        "bloodletter"
            "loc_rules"        "Skirmish_CC_FS_rules"
            "loc_description"        "bloodletter"
            "loc_details"        "bloodletter"
            "icon"        "icon-skirmish-bl"
            "gamemode"        "gungameprogressive"
            "server_exec"        "execwithwhitelist op08_bloodletter.cfg"
        
}
        
"9"
        
{
            
"name"        "bountyhunter"
            "loc_name"        "bountyhunter"
            "loc_rules"        "Skirmish_CC_FS_rules"
            "loc_description"        "bountyhunter"
            "loc_details"        "bountyhunter"
            "icon"        "icon-skirmish-bh"
            "gamemode"        "deathmatch"
            "server_exec"        "execwithwhitelist op08_bounty_hunter.cfg"
        
}
    }


Probably works with more custom modes aswell. Will try with just ur average casual in a few days.
Skirmish modes was the main goal tbh.

I got no clue what all these loc_ values set so i just guessed. Couldn't find anything about them online.
iTimo01 is offline
DerWiener
Junior Member
Join Date: Jan 2022
Old 01-23-2022 , 03:22   Re: CSGO: multi gamemode server
Reply With Quote #4

Doesn't it work just fine using the build in cvars and a map change?
You could execute a cfg to (un)load plugins based on the game mode.
DerWiener is offline
Reply


Thread Tools
Display Modes

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 22:14.


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