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

mapchooser.smx doesnt open a vote


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
etobej
New Member
Join Date: Sep 2020
Old 09-03-2020 , 19:44   mapchooser.smx doesnt open a vote
Reply With Quote #1

I tried now for hours to get mapchooser to work, I have no idea anymore. The server is running on casual mode. It never starts a vote.

] sm plugins
"Basic Chat" (1.10.0.6492) by AlliedModders LLC
"Basic Info Triggers" (1.10.0.6492) by AlliedModders LLC
"Player Commands" (1.10.0.6492) by AlliedModders LLC
"Sound Commands" (1.10.0.6492) by AlliedModders LLC
"Admin Help" (1.10.0.6492) by AlliedModders LLC
"Admin Menu" (1.10.0.6492) by AlliedModders LLC
"Client Preferences" (1.10.0.6492) by AlliedModders LLC
"Basic Commands" (1.10.0.6492) by AlliedModders LLC
"MapChooser" (1.10.0.6492) by AlliedModders LLC
"Reserved Slots" (1.10.0.6492) by AlliedModders LLC
"Admin File Reader" (1.10.0.6492) by AlliedModders LLC
"Basic Comm Control" (1.10.0.6492) by AlliedModders LLC
"Anti-Flood" (1.10.0.6492) by AlliedModders LLC
"Basic Votes" (1.10.0.6492) by AlliedModders LLC
"Fun Commands" (1.10.0.6492) by AlliedModders LLC
"Basic Ban Commands" (1.10.0.6492) by AlliedModders LLC
"Fun Votes" (1.10.0.6492) by AlliedModders LLC
"Deathmatch" (0.13.10) by H3bus
"Map Nominations" (1.10.0.6492) by AlliedModders LLC

/csgo/csgo:
mapcycle.txt
maplist.txt

whats inside for both:
fy_pool_day.bsp
//aim_ag_madtextures.bsp #broken
aim_ag_texture_versus.bsp
aim_ag_texture2.bsp
aim_easy2.bsp

gamemode_casual.cfg:
mp_timelimit 1.5
mp_roundtime 1.5
mp_roundtime_defuse 1.5
mp_endmatch_votenextmap "1"
mp_match_end_changelevel "0"
mp_match_end_restart 0

mapchooser.cfg:
sm_mapvote_start "1.0"

Any ideas?
Attached Files
File Type: cfg gamemode_casual.cfg (4.6 KB, 48 views)
File Type: cfg mapchooser.cfg (2.2 KB, 47 views)
File Type: txt mapcycle.txt (109 Bytes, 39 views)
File Type: txt maplist.txt (109 Bytes, 41 views)
File Type: cfg maplists.cfg (1.4 KB, 52 views)
etobej is offline
Cruze
Veteran Member
Join Date: May 2017
Old 09-04-2020 , 01:33   Re: mapchooser.smx doesnt open a vote
Reply With Quote #2

Try keeping mp_timelimit 5
__________________
Taking paid private requests! Contact me
Cruze is offline
etobej
New Member
Join Date: Sep 2020
Old 09-04-2020 , 10:25   Re: mapchooser.smx doesnt open a vote
Reply With Quote #3

mp_timelimit 5
mp_roundtime 5
mp_roundtime_defuse 5

didnt make any difference :/
etobej is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-04-2020 , 11:22   Re: mapchooser.smx doesnt open a vote
Reply With Quote #4

[Help] Vote map matchmaking


anyway...
Don't edit Valve's gamemode configs (gamemode_casual.cfg), because those files will reset back when you upgrade server with SteamCMD.
- To override Valve's gamemode configures -> create file gamemode_casual_server.cfg and add convars there.


SourceMod Mapchooser need map load to keep it working. (OnConfigsExecuted())
PHP Code:
// To get Mapchooser work in CSGO, game need load maps, no match restarts.
mp_match_end_restart 0            // When enable, game restart match, at the end of match. No map loads anymore.
mp_match_end_changelevel 1        // When disable, if next map is same, game restart match. Not loading same map. 
*edit
Another is:
mp_match_can_clinch 1
This could end match too soon, mapchooser can't start vote.

I made plugin for this
[CSGO][Mapchooser] Start map vote at match point
__________________
Do not Private Message @me

Last edited by Bacardi; 09-04-2020 at 11:50.
Bacardi is offline
etobej
New Member
Join Date: Sep 2020
Old 09-04-2020 , 11:58   Re: mapchooser.smx doesnt open a vote
Reply With Quote #5

Quote:
Originally Posted by Bacardi View Post
[B] [URL="https://forums.alliedmods.net/showthread.php?t=322950"]
SourceMod Mapchooser need map load to keep it working. (OnConfigsExecuted())
PHP Code:
// To get Mapchooser work in CSGO, game need load maps, no match restarts.
mp_match_end_restart 0            // When enable, game restart match, at the end of match. No map loads anymore.
[B]mp_match_end_changelevel 1 [/B]       // When disable, if next map is same, game restart match. Not loading same map. 
*edit
This worked! Thank u very much! <3

didnt know that. Thanks for the info. Will gamemode_casual_server.cfg exec automatically or where should I put in an exec for this cfg?
etobej is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-04-2020 , 12:44   Re: mapchooser.smx doesnt open a vote
Reply With Quote #6

Quote:
Originally Posted by etobej View Post
This worked! Thank u very much! <3



didnt know that. Thanks for the info. Will gamemode_casual_server.cfg exec automatically or where should I put in an exec for this cfg?
https://forums.alliedmods.net/showpo...29&postcount=8
__________________
Do not Private Message @me
Bacardi 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 05:58.


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