Raised This Month: $51 Target: $400
 12% 

[CSGO]Mapgroups not working


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Waffle.Mayhem
Junior Member
Join Date: Aug 2016
Old 12-04-2016 , 01:49   [CSGO]Mapgroups not working
Reply With Quote #1

Everytime the map tries to change i get this error
PHP Code:
CHANGELEVELLooking for next level in mapgroup 'RiSMaps'
Looking for next map in mapgroup 'RiSMaps'...
CHANGELEVELGetNextMap failed for mapgroup 'RiSMaps'map group invalid or empty 
How do I fix this?
PHP Code:
        "custom"
        
{
            
"value"                "3"
            "nameID"            "#SFUI_GameTypeCustom"
    
            "gameModes"
            
{
                
"custom"
                
{
                    
"value"                "0"
                    "nameID"            "#SFUI_GameModeCustom"
                    "descID"            "#SFUI_GameModeCustomDesc"
                                "descID_List"               "#SFUI_GameModeCustomDescList"
                    "showdisclaimer"    "1"
                    "uid"                "30"
                    "maxplayers"        "20"
    
                    
// These are the descriptive ui elements to display in the information box on.
                    // These key/values should be pairs of strings.  The "key" will appear in the left
                    // column, the "value" will appear in the right column.
                    
"ui"
                    
{
                        
"0"        "label" "#SFUI_CashColon"                "value" "$16,000" }
                        
"1"        "label" "#SFUI_WinMatchColon"            "value" "30 #SFUI_Minutes" }
                        
"2"        "label" "#SFUI_TimePerRoundColon"        "value" "5 #SFUI_Minutes" }
                        
"3"        "label" "#SFUI_BuyTimeColon"            "value" "90 #SFUI_Seconds" }
                        
"4"        "label" "#SFUI_SpectateColon"            "value" "#SFUI_SpectateAnyone" }
                        
// Bot data is determined by user selection.
                    
}
    
                    
// These are the configs that get executed when a game mode of this type is created
                    
"exec"
                    
{
                        
"exec" "gamemode_custom.cfg"
                    
}
                    
                    
"mapgroupsSP"
                    
{
                    }

                    
// Map groups for online modes
                    
"mapgroupsMP"
                    
{
                        
"RiSMaps"
                        
{
                            
"random_classic"    "1"
                            
//active maps
                            
awp_infamous            "1"
                            
awp_arena_vlgbeta2        "2"
                            
awp_boostex2            "3"
                            
awp_buildings_fix        "4"
                            
awp_closequarters_v2    "5"
                            
awp_fort_fix            "6"
                            
awp_gamma_ris_test_11    "7"
                            
awp_infinite_v2            "8"
                            
awp_lego_2011            "9"
                            
awp_lego_3                "10"
                            
awp_lego_asia            "11"
                            
awp_lego_fort            "12"
                            
awp_manor                "13"
                            
awp_minecraft2            "14"
                            
awp_nitros                "15"
                            
awp_slaughter            "16"
                            
awp_taj_heaven            "17"
                            
awp_thequad                "18"
                            
awp_veneza              "19"
                        
}
                    }
                }
            }
        } 

Last edited by Waffle.Mayhem; 12-04-2016 at 18:34.
Waffle.Mayhem is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 12-06-2016 , 05:22   Re: [CSGO]Mapgroups not working
Reply With Quote #2

that looks like you modified gamemodes.txt directly.. your not supposed to. Look at the gamemodes_server.txt.example file for help. Skip mapgroups all together and use the workshop! Most if not all of those maps will be found there.

Last edited by hamilton5; 12-06-2016 at 05:23.
hamilton5 is offline
wolvez04
Senior Member
Join Date: Feb 2016
Location: Andora
Old 12-10-2016 , 11:11   Re: [CSGO]Mapgroups not working
Reply With Quote #3

Have you tried this?
http://www.configcreator.com/create/...des_server.txt
wolvez04 is offline
servers.csgo.cfg
BANNED
Join Date: Sep 2016
Old 12-11-2016 , 18:46   Re: [CSGO]Mapgroups not working
Reply With Quote #4

Quote:
Originally Posted by Waffle.Mayhem View Post
Everytime the map tries to change i get this error
PHP Code:
CHANGELEVELLooking for next level in mapgroup 'RiSMaps'
Looking for next map in mapgroup 'RiSMaps'...
CHANGELEVELGetNextMap failed for mapgroup 'RiSMaps'map group invalid or empty 
How do I fix this?

PHP Code:
        "custom"
        
{
            
"value"                "3"
            "nameID"            "#SFUI_GameTypeCustom"
    
            "gameModes"
            
{
                
"custom"
                
{
                    
"value"                "0"
                    "nameID"            "#SFUI_GameModeCustom"
                    "descID"            "#SFUI_GameModeCustomDesc"
                                "descID_List"               "#SFUI_GameModeCustomDescList"
                    "showdisclaimer"    "1"
                    "uid"                "30"
                    "maxplayers"        "20"
    
                    
// These are the descriptive ui elements to display in the information box on.
                    // These key/values should be pairs of strings.  The "key" will appear in the left
                    // column, the "value" will appear in the right column.
                    
"ui"
                    
{
                        
"0"        "label" "#SFUI_CashColon"                "value" "$16,000" }
                        
"1"        "label" "#SFUI_WinMatchColon"            "value" "30 #SFUI_Minutes" }
                        
"2"        "label" "#SFUI_TimePerRoundColon"        "value" "5 #SFUI_Minutes" }
                        
"3"        "label" "#SFUI_BuyTimeColon"            "value" "90 #SFUI_Seconds" }
                        
"4"        "label" "#SFUI_SpectateColon"            "value" "#SFUI_SpectateAnyone" }
                        
// Bot data is determined by user selection.
                    
}
    
                    
// These are the configs that get executed when a game mode of this type is created
                    
"exec"
                    
{
                        
"exec" "gamemode_custom.cfg"
                    
}
                    
                    
"mapgroupsSP"
                    
{
                    }

                    
// Map groups for online modes
                    
"mapgroupsMP"
                    
{
                        
"mg_bomb"
                        
{
                            
"random_classic"    "1"
                            
//active maps
                            
awp_infamous            ""
                            
awp_arena_vlgbeta2        ""
                            
awp_boostex2            ""
                            
awp_buildings_fix        ""
                            
awp_closequarters_v2    ""
                            
awp_fort_fix            ""
                            
awp_gamma_ris_test_11    ""
                            
awp_infinite_v2            ""
                            
awp_lego_2011            ""
                            
awp_lego_3                ""
                            
awp_lego_asia            ""
                            
awp_lego_fort            ""
                            
awp_manor                ""
                            
awp_minecraft2            ""
                            
awp_nitros                ""
                            
awp_slaughter            ""
                            
awp_taj_heaven            ""
                            
awp_thequad                ""
                            
awp_veneza              ""
                        
}
                    }
                }
            }
        } 
add to cfg/autoexec.cfg this line

mapgroup mg_bomb

Last edited by servers.csgo.cfg; 12-11-2016 at 18:50.
servers.csgo.cfg is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 12-11-2016 , 22:55   Re: [CSGO]Mapgroups not working
Reply With Quote #5

Quote:
Originally Posted by servers.csgo.cfg View Post
add to cfg/autoexec.cfg this line

mapgroup mg_bomb

mg_bomb!? please be joking.. right? Don't do this OP.

https://forums.alliedmods.net/showthread.php?t=243261

Last edited by hamilton5; 12-11-2016 at 22:57.
hamilton5 is offline
servers.csgo.cfg
BANNED
Join Date: Sep 2016
Old 12-15-2016 , 19:47   Re: [CSGO]Mapgroups not working
Reply With Quote #6

Quote:
Originally Posted by hamilton5 View Post
mg_bomb!? please be joking.. right? Don't do this OP.

https://forums.alliedmods.net/showthread.php?t=243261
on my server works mr.hamilton

unreservedly
couple of years

i add to autoexec.cfg to server in map change dont forgot what is his map group
changemap autoexec realoading cfg what is in.

i dont jouke this is fact.

1)first try it
2)think, talk or wright what you lern

cya next time mr.moderator users wrhights problems others users whight ansers
Attached Thumbnails
Click image for larger version

Name:	mg_bomb.png
Views:	251
Size:	38.3 KB
ID:	159256   Click image for larger version

Name:	mg_bomb_2.png
Views:	145
Size:	33.9 KB
ID:	159257  

Last edited by servers.csgo.cfg; 12-15-2016 at 20:06.
servers.csgo.cfg 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:41.


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