AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   NextMap/End of Map Vote (https://forums.alliedmods.net/showthread.php?t=193100)

Gallitin 08-16-2012 13:22

NextMap/End of Map Vote
 
What would be the command to set the nextmap in game with SourceMod or have a vote at say when there are only 4 more rounds left to vote for the next map?

mclovin189 08-16-2012 13:52

Re: NextMap/End of Map Vote
 
If you look in /css/cstrike/addons/sourcemod/plugins/disabled you will find mapchooser.smx move that to /css/cstrike/addons/sourcemod/plugins/ and it will start a random vote before that map ends. Make sure ur auto-map cycle is up to date!

Bacardi 08-16-2012 13:53

Re: NextMap/End of Map Vote
 
mapchooser.smx
Quote:

Originally Posted by Gallitin (Post 1773090)
What would be the command to set the nextmap in game with SourceMod

sm_setnextmap map_name

Quote:

Originally Posted by Gallitin (Post 1773090)
or have a vote at say when there are only 4 more rounds left to vote for the next map?

look plugin config file from
...cfg/sourcemod/

Gallitin 08-16-2012 14:05

Re: NextMap/End of Map Vote
 
Quote:

Originally Posted by Bacardi (Post 1773123)
look plugin config file from
...cfg/sourcemod/

You mean here: /csgo/addons/sourcemod/plugins ? What file do I modify?

Powerlord 08-16-2012 14:14

Re: NextMap/End of Map Vote
 
Quote:

Originally Posted by Gallitin (Post 1773135)
You mean here: /csgo/addons/sourcemod/plugins ? What file do I modify?

No, he means csgo/cfg/sourcemod and the file is mapchooser.cfg

Gallitin 08-16-2012 16:50

Re: NextMap/End of Map Vote
 
I'm looking but I don't have that file there.

The only things in that folder are:
funcommands.cfg
plugin.adv_adverts_nontf2.cfg
sm_warmode_off.cfg
sm_warmode_on.cfg
sourcemod.cfg

Powerlord 08-16-2012 17:02

Re: NextMap/End of Map Vote
 
Quote:

Originally Posted by Gallitin (Post 1773282)
I'm looking but I don't have that file there.

The only things in that folder are:
funcommands.cfg
plugin.adv_adverts_nontf2.cfg
sm_warmode_off.cfg
sm_warmode_on.cfg
sourcemod.cfg

Quote:

Originally Posted by mclovin189 (Post 1773122)
If you look in /css/cstrike/addons/sourcemod/plugins/disabled you will find mapchooser.smx move that to /css/cstrike/addons/sourcemod/plugins/ and it will start a random vote before that map ends. Make sure ur auto-map cycle is up to date!

Just substitute "csgo/" where you see "/css/cstrike/" in those directions. Also, you may want rockthevote.smx and nominations.smx out of the disabled directory as well.

MapChooser creates mapchooser.cfg the first time it loads.

Gallitin 08-16-2012 17:28

Re: NextMap/End of Map Vote
 
Ah got it now.

Now where can I change the settings, such as how many rounds before maps end to vote? Or what maps to pull for voting?

Powerlord 08-17-2012 08:33

Re: NextMap/End of Map Vote
 
Quote:

Originally Posted by Gallitin (Post 1773317)
Ah got it now.

Now where can I change the settings, such as how many rounds before maps end to vote? Or what maps to pull for voting?

rounds before maps end is in mapchooser.cfg, although I don't remember the exact cvar.

The maps pulled for voting is controller by the file specified in addons/sourcemod/configs/maplists.cfg... The mapchooser, nominations, and rockthevote sections are the ones you want to look at.

Gallitin 08-17-2012 09:12

Re: NextMap/End of Map Vote
 
Ah ok, it says for choosing the maps that are pulled for votes it's looking at this file:

addons/sourcemod/configs/adminmenu_maplist.ini

I don't have an adminmenu_maplist.ini file at that location. I assume I need to create on my own, does anyone have an example on they could put up so I can copy the format?


All times are GMT -4. The time now is 01:53.

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