View Single Post
bongotrommler
Senior Member
Join Date: Feb 2013
Location: GG-Elite.Net
Old 08-22-2019 , 02:34   Re: [CS:S/CS:GO] GunGame
Reply With Quote #5174

Quote:
Originally Posted by Janosch237 View Post
Hello,
Thanks for your quick response. The server does not change the map if a player has won. here is the ip: 85.14.232.2:27015
Q. The map does not change after player wins
A. GunGame plugin doesn't change the map itself, it leaves that to whatever mapchanger you use.
After player reaches one of the latest levels GunGame will attempt to run the command that is located in "gungame.mapvote.cfg" to start map voting.
By default it tries SourceMod default plugin to start the vote (MapChooser) - "sm_mapvote", but you can change that by changing the file "gungame.mapvote.cfg".

See "VoteLevelLessWeaponCount" config variable in main gungame config file. By deafult it equals two.
That means the voting begins after someone level up to the level that 2 levels below the maximum level.

After someone wins the game GunGame finishes map like it happens when "mp_timelimit" exceeded. Then your map changing plugin should change the map.

You need to configure your map voting/map changing plugin according to its documentation.
For example SourceMod Map Management Plugins documentation is here https://wiki.alliedmods.net/Map_Mana...ns_(SourceMod).
It uses some of the config files:
"/maplist.txt"
"/mapcycle.txt"
"/cfg/sourcemod/mapchooser.cfg"
"/cfg/sourcemod/mapvote.cfg"

If you are having issues with CS:GO you can try workaround - "EndGameSilent" "1" in main [/B]gungame config file.

Last edited by bongotrommler; 08-22-2019 at 02:34.
bongotrommler is offline