SRCDS Steam group


change map TF2 MvM
#1
Exclamation 
Faced with the problem of the map changes, the server does not want to change the custom maps, with the replaced by custom map server starts official map, there are ideas to solve this problem?
My server.sfg
Code:
hostname *********
mapcyclefile "mapcycle.txt"

rcon_password "**********"

mp_waitingforplayers_cancel 1
mp_waitingforplayers_restart 1
sv_vote_issue_mvm_challenge_allowed 1

motdfile "motd.txt"
mp_autoteambalance "1"
mp_teams_unbalance_limit "1"
sv_visiblemaxplayers "32"
mp_maxrounds "0"
mp_restartround 0
mp_tournament 0
mp_timelimit 45
tf_gamemode_arena 1
tf_gamemode_cp 0
tf_gamemode_ctf 0
tf_gamemode_payload 0
mp_waitingforplayers_restart 0
mp_waitingforplayers_cancel 0
mp_enableroundwaittime 0
tf_weapon_criticals 0
tf_arena_use_queue 0

//exec replay.cfg
exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip
fps_max 0
sv_maxrate 0
sv_minrate 25000
sv_maxupdaterate 66
sv_minupdaterate 66
sv_maxcmdrate 66
sv_mincmdrate 66
sv_allowupload 1
sv_allowdownload 1
net_maxfilesize 260
sv_downloadurl "**************"
mp_autoteambalance 1
mp_teams_unbalance_limit 1
mp_showrespawntimes 1
mp_forcecamera 1
mp_allowspectators 1
mp_footsteps 1
sv_cheats 0
sv_timeout 900
mp_idlemaxtime 15
mp_idledealmethod 0
decalfrequency 30
sv_voiceenable 1
sv_alltalk 0
mp_chattime 10
// tf_birthday 1
tf_use_fixed_weaponspreads 0 ( def. "0" )


sv_allow_votes 1
sv_vote_allow_specators 1
sv_vote_failure_timer 300
sv_vote_issue_kick_allowed 0
sv_vote_kick_ban_duration 0
sv_vote_issue_nextlevel_allowed 0
sv_vote_issue_nextlevel_allowextend 1
sv_vote_issue_nextlevel_choicesmode 1
sv_vote_issue_changelevel_allowed 0
sv_vote_issue_restart_game_allowed 0
sv_vote_issue_scramble_teams_allowed 0



//Set these convars on your game server to have it log in and receive benefits:
tf_server_identity_account_id *****
tf_server_identity_token "************"

say Adrenalin (*****) - Config MvM server loaded

mapcycle.txt
Code:
mvm_coaltown
mvm_decoy
mvm_diverge_b3
mvm_mannworks
mvm_open_final_swamp
Made in Ukraine
[Image: b_350x20_CFFAD41-E98100-000000-591F11.png]
[Image: b_350_20_FFAD41_E98100_000000_591F11.png]
Reply
#2
When you start the server, a standard official map starts?

What is your startup command line?

If you want your server to start with a custom map, you need to change it in the startup command line under the setting of +map.
Earn Points, get Free Rewards with your Amazon Points!
Points2Shop

Reply
#3
I do not understand, and what the command line here? the server is not running custom maps are not changed through the admin menu, not through HLSW.

Code:
#!/bin/sh
echo "Starting Teamfortress 2"
sleep 1
taskset -c 0,1,2,3,4,5 screen -A -m -d -S basic ./srcds_run -game tf -console -secure -autoupdate +fps_max 0 -tickrate 66 +port 29016 +ip 109.87.17.92 +map mvm_mannworks +maxplayers 32 +exec server.cfg +log on

plugin list server
Code:
[SM] Listing 32 plugins:
           01 "Reserved Slots" (1.4.5-dev) by AlliedModders LLC
           02 "Basic Commands" (1.4.5-dev) by AlliedModders LLC
           03 "Nextmap" (1.4.5-dev) by AlliedModders LLC
           04 "Basic Votes" (1.4.5-dev) by AlliedModders LLC
           05 "Anti-Flood" (1.4.5-dev) by AlliedModders LLC
           06 "TF2 Class Restrictions" (0.6) by Tsunami
           07 "[TF2] backpack.tf Price Check" (1.0.1) by Dr. McKay
           08 "Set Cash" (1.0.3) by Tylerst
           09 "Basic Info Triggers" (1.4.5-dev) by AlliedModders LLC
           10 "Ban disconnected players" (1.04) by mad_hamster
           11 "Sound Commands" (1.4.5-dev) by AlliedModders LLC
           12 "Basic Comm Control" (1.4.5-dev) by AlliedModders LLC
           13 "Client Preferences" (1.4.5-dev) by AlliedModders LLC
           14 "Admin File Reader" (1.4.5-dev) by AlliedModders LLC
           15 "Admin List" (1.2) by Fredd
           16 "Player Commands" (1.4.5-dev) by AlliedModders LLC
           17 "Taunt Crits" (2.1) by HeMe3iC
           18 "Admin Menu" (1.4.5-dev) by AlliedModders LLC
           19 "Fun Votes" (1.4.5-dev) by AlliedModders LLC
           20 "Admin Help" (1.4.5-dev) by AlliedModders LLC
           21 "Basic Chat" (1.4.5-dev) by AlliedModders LLC
           22 "Basic Ban Commands" (1.4.5-dev) by AlliedModders LLC
           23 "Advertisements" (0.5.5) by Tsunami
           24 "Connect Announce" (1.5) by Arg!
           25 "Server Logo" (1.91) by ReFlexPoison
           26 "Be the Robot" (1.1) by MasterOfTheXP
           27 "Fun Commands" (1.4.5-dev) by AlliedModders LLC
           28 "HLSW Info" (1.2) by Tsunami, Bugfix: gH0sTy
           29 "RandomCycle" (1.5.0-dev) by AlliedModders LLC
           30 "Trade Chat" (1.5) by Luki
           31 "MapChooser" (1.5.0-dev) by AlliedModders LLC
           32 "The Amplifier" (2.4) by RainBolt Dash (plugin); Jumento M.D. (idea & model); Naris and FlaminSarge (helpers)
Made in Ukraine
[Image: b_350x20_CFFAD41-E98100-000000-591F11.png]
[Image: b_350_20_FFAD41_E98100_000000_591F11.png]
Reply
#4
The startup command line is what you use to start up the server. Basically the settings.

This is it.

Code:
./srcds_run -game tf -console -secure -autoupdate +fps_max 0 -tickrate 66 +port 29016 +ip 109.87.17.92 +map mvm_mannworks +maxplayers 32 +exec server.cfg +log on

Try disabling all the plugins for sourcemod and see if the map changes properly. Or disable sourcemod all together and see if that's the problem.
Earn Points, get Free Rewards with your Amazon Points!
Points2Shop

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)