Raised This Month: $ Target: $400
 0% 

Solved Admin Menu map change not working


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
podgeabald
New Member
Join Date: Oct 2016
Old 10-30-2016 , 08:12   Admin Menu map change not working
Reply With Quote #1

Sorry if this is in the wrong place first time on this Forum.

As my title describes my Admin menu has stopped changing maps i can do everything else but not change maps, since the new insurgency dedicated server update and game update, the map change doesn't do anything, there are no error messages or anything. All my map files are custom and they show up in the admin menu just won't change. i have tried fresh install after fresh install to no prevail also used earlier versions of both SourceMod and Metamod with still no prevail. any help will be gladly appreciated.

IF THERE IS ANYTHING ELSE NEEDED TO FIND OUT WHAT MY PROBLEM IS LET ME KNOW AND I WILL PUT IT UP

My versions of SourceMod and Metamod are as follows:-

SourceMod Version Information:
SourceMod Version: 1.9.0.6000
SourcePawn Engine: 1.9.0.6000, jit-x86 (build 1.9.0.6000)
SourcePawn API: v1 = 4, v2 = 12
Compiled on: Oct 27 2016 00:110
Built from: https://github.com/alliedmodders/sou...commit/1ff7b72
Build ID: 6000:1ff7b72
http://www.sourcemod.net/


Metamod:Source version 1.10.7-dev
Built from: https://github.com/alliedmodders/met...commit/ff9eac3
Build ID: 952:ff9eac3
Loaded As: Valve Server Plugin
Compiled on: Dec 22 2015
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/

my admin file looks like this:-

*
*/
Admins
{
"podgeabald"
{
"auth" "steam"
"identity" "STEAM_0:0:80557422"
"flags" "abcdefghijklmnz"
"immunity" "99"
}

"[RMC]Mjr VIK"
{
"auth" "steam"
"identity" "STEAM_0:0:548413"
"flags" "abcdefghijklmnz"
"immunity" "99"
}

"Gunny_cook"
{
"auth" "steam"
"identity" "STEAM_0:0:55982221"
"flags" "abcdefghijklmnz"
"immunity" "99"
}

"[RMC]Cpt Shaft"
{
"auth" "steam"
"identity" "STEAM_0:1:607913"
"flags" "abcdefghijklmnz"
"immunity" "99"
}

"PigGI"
{
"auth" "steam"
"identity" "STEAM_0:0359860"
"flags" "abcdefghijklmnz"
"immunity" "99"
}
}

everything else is left as standard.

My game config file is:-

/////////////BASIC//////////
hostname "=hostname"
rcon_password "password"
sv_password "password"
"mp_coop_lobbysize" "32"
"mp_coop_min_bots" "20"
"mp_coop_max_bots" "20"
"sv_vote_min_population" "0"
"sv_vote_min_ratio" "0"

/////////////MAP/////////////
"mapcyclefile" "map_cycle.txt"
"mp_roundtime" "900"
"mp_maxgames" "1"
"mp_maxrounds" "1"
"mp_winlimit_coop" "5"
"mp_cp_capture_time" "3"
"mp_cp_deteriorate_time" "0"
"mp_spawnprotectontime" "15"
"sv_vote_issue_changelevel_allowed" "1"
"sv_vote_issue_nextlevel_allowed" "1"
"sv_map_voting" "1"

////////////PLAYER/////////////
"mp_player_resupply_delay_base" "10"
"mp_supply_token_base" "50"
"mp_supply_token_bot_base" "50"
"mp_supply_token_max" "50"
"sv_hud_deathmessages" "0"
"sv_hud_targetindicator" "1"

////////////BOT COUNT/////////////
"mp_coop_min_bots" "20"
"mp_coop_max_bots" "20"
"ins_bot_count_checkpoint_min" "20"
"ins_bot_count_checkpoint_max" "20"
"ins_bot_count_checkpoint_default" "20"
"ins_bot_difficulty" "3"

////////////VOICE CHAT/////////////
"sv_voiceenable" "1"
"sv_deadvoice" "1"
"sv_alltalk_endgame" "1"
"sv_alltalk_intermission" "1"
"sv_deadtalk" "1"

////////////KICK/////////////
"sv_vote_issue_kick_allowed" "1"
"sv_vote_kick_ban_duration_cheating" "240 minutes"
"sv_vote_kick_ban_duration_idle" "240 minutes"
"sv_vote_kick_ban_duration_trolling" "60"
"sv_vote_kick_ban_owner" "0"
"sv_vote_kick_hack_min_population" "3"
"sv_vote_kick_hack_min_ratio" "3"
"sv_vote_kick_idle_min_population" "3"
"sv_vote_kick_idle_min_ratio" "3"
"sv_vote_kick_min_players" "3"
"sv_vote_kick_min_voters" "3"
"sv_vote_kick_tk_min_population" "0"
"sv_vote_kick_tk_min_ratio" "0"
"sv_vote_kick_troll_min_population" "0"
"sv_vote_kick_troll_min_ratio" "0"

////////////SPECTATOR/////////////
"mp_spectator_allow_chase" "1"
"mp_allowspectators" "1"
"mp_spectator_allow_chase" "1"
"sv_specnoclip" "1"

Last edited by podgeabald; 10-30-2016 at 19:31.
podgeabald is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 10-30-2016 , 10:29   Re: Admin Menu map change not working
Reply With Quote #2

apparently it is just an insurgency problem and has been all october... you just have to wait.
hamilton5 is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 10-30-2016 , 12:45   Re: Admin Menu map change not working
Reply With Quote #3

LOL
"flags" "abcdefghijklmnz" = "flags" "z"
__________________
Grey83 is online now
podgeabald
New Member
Join Date: Oct 2016
Old 10-30-2016 , 19:30   Re: Admin Menu map change not working
Reply With Quote #4

Quote:
Originally Posted by Grey83 View Post
LOL
"flags" "abcdefghijklmnz" = "flags" "z"
well when i 1st did the admin file just z alone didn't work
podgeabald is offline
humpty614
New Member
Join Date: Feb 2011
Old 11-23-2016 , 23:13   Re: Admin Menu map change not working
Reply With Quote #5

Has this issue actually been solved? I am having a similar issue on my servers!
humpty614 is offline
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 11-29-2016 , 03:23   Re: Admin Menu map change not working
Reply With Quote #6

Does sm_map mapname in console or !map mapname in chat do something? If not, is there output in console?
__________________
micazoid is offline
Snypr
New Member
Join Date: Apr 2015
Old 12-04-2016 , 22:35   Re: Admin Menu map change not working
Reply With Quote #7

@podgeabald

Would you mind posting how you solved this problem?

I'm having the same problem since the last update.

Cheers, 8-)
Snypr is offline
dust31
New Member
Join Date: Dec 2016
Old 12-07-2016 , 04:35   Re: Admin Menu map change not working
Reply With Quote #8

Hi,

Same issue here, would you mind sharing your fix ?
I am using sm_rcon map <mapname> as a work around but using the admin menu would be more convenient

Last edited by dust31; 12-07-2016 at 04:36.
dust31 is offline
EBS DarkD
Junior Member
Join Date: Apr 2016
Location: Over the hills and far a
Old 12-09-2016 , 14:23   Re: Admin Menu map change not working
Reply With Quote #9

The problem apparently is that NWI altered how the map change works so the sm_maps is now broken for insurgency (and they don't seem to plan to fix it). Their official line is that they don't support 3rd party software like sourcemod so don't do any testing or fixes - http://steamcommunity.com/groups/ins...3489766/?ctp=2

This guys has an alternate - https://github.com/AzumiNeko/Insurgency - cmap which I'm currently trying to add into the sm_admin menu to replace the sm_maps bit and struggling! I can get it in the menu but it's not bringing the map list up
EBS DarkD 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 01:17.


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