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

Sourcemod installation dont allow voted maps to load


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
TandelK
Member
Join Date: Jun 2015
Location: Surat, India
Old 12-13-2015 , 07:39   Sourcemod installation dont allow voted maps to load
Reply With Quote #1

I run the sourcemod server for Competetive. Without sourcemod, the map which is selected after every match loads in perfectly but after installing Sourcemod it just loads up other map for some reason. If we select Mirage via vote to be next map , but sourcemod gives console command set next map to be other like de_train. I require help
__________________
TandelK is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 12-13-2015 , 07:44   Re: Sourcemod installation dont allow voted maps to load
Reply With Quote #2

so you have disabled the in game vote and wish to use SM plugins to control the vote now? can you show your startup line and also so your plugin list please.
hamilton5 is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 12-13-2015 , 08:13   Re: Sourcemod installation dont allow voted maps to load
Reply With Quote #3

Quote:
Originally Posted by TandelK View Post
I run the sourcemod server for Competetive. Without sourcemod, the map which is selected after every match loads in perfectly but after installing Sourcemod it just loads up other map for some reason. If we select Mirage via vote to be next map , but sourcemod gives console command set next map to be other like de_train. I require help
move nextmap plugin to plugins/disabled folder.

server cvars should be:

mp_endmatch_votenextmap "1"
mp_match_end_restart "0"

your voted maps should be in mapcycle.txt

Code:
de_dust2
de_nuke
and in gamemodes_server.txt

PHP Code:
"GameModes_Server.txt"
{
    
"gameTypes"
    
{
        
"classic"
        
{
            
"gameModes"
            
{
                
"casual"
                
{
                    
"maxplayers"                        "64"
                    
                    "exec"
                    
{
                            
"exec"                "my_casual_settings.cfg"
                    
}
                    
"mapgroupsMP"
                    
{
                            
"mg_allmaps"                ""
                    
}
                }
            }    
        }
    }
    
"mapgroups"
    
{
        
"mg_allmaps" 
        
{
            
"name"      "mg_allmaps" 
            "maps" 
            
{
                
"de_dust2"   ""
                "de_nuke"   ""
            
}
        }
    }

thats what i have and it works awesome.

Last edited by asdfxD; 12-13-2015 at 08:21.
asdfxD is offline
TandelK
Member
Join Date: Jun 2015
Location: Surat, India
Old 12-27-2015 , 14:30   Re: Sourcemod installation dont allow voted maps to load
Reply With Quote #4

Thanks for the help and it worked.
__________________
TandelK 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 15:36.


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