I'm having the weirdest issue with this KTK 2.10 mod I downloaded off of Moddb Kill the King 2.10 download - Mod DB
I can not get the server to change maps in a regular rotation and I also can not get the server to add different maps when the map vote option is on. I get this error in the console when I try to force to the next map when map vote is not enabled
Server running game mode [ktk] on map [mp_bloc]map_rotate...
No map specified in sv_mapRotation - forcing map_restart.
Here is what I have in my gametypes folder.
set g_gametype "ktk"
- // MAPROTATION
- // if the vote is disabled
- set sv_mapRotation "gametype ktk map mp_bloc map mp_bog map mp_carentan map mp_cargoship map mp_convoy map mp_countdown map mp_crash map mp_crash_snow map mp_creek map mp_farm map mp_killhouse map mp_overgrown map mp_pipeline map mp_shipment map mp_showdown map mp_strike map mp_bacalao map mp_bazaar map mp_brecourt_v2 map mp_castle_v1 map mp_compact map mp_ctan map mp_d2c map mp_fabrika map mp_invade map mp_legotown map mp_meanstreet2 map mp_naout_n map mp_waldcamp"
- // if the mapvote is activated
- //set rotation "mp_bloc;mp_bog;mp_carentan;mp_cargoship;mp_convoy;mp_countdown;mp_crash;mp_crash_snow;mp_creek;mp_farm;mp_killhouse;mp_overgrown;mp_pipeline;mp_shipment;mp_showdown;mp_strike"
- set rotation "mp_bloc;mp_bog;mp_carentan;mp_cargoship;mp_convoy;mp_countdown;mp_crash;mp_crash_snow;mp_creek;mp_farm;mp_killhouse;mp_overgrown;mp_pipeline;mp_shipment;mp_showdown;mp_strike;mp_bacalao;mp_bazaar;mp_brecourt_v2;mp_castle_v1;mp_compact;mp_ctan;mp_d2c;mp_fabrika;mp_invade;mp_legotown;mp_meanstreet2;mp_naout_n;mp_waldcamp"
I have this at the bottom of my server.cfg file
- //==============================================================================
- // Other Config Files
- //==============================================================================
- exec config/bans.cfg
- exec config/vips.cfg
- exec config/admins.cfg
- exec config/gametypes.cfg
- exec config/weaponbox.cfg
This is my first time running this mod and people are telling me I'm suppose to have dvars about defusing stuff for the King, I don't see those.
Any help would be appreciated. Thank you