View Full Version : INSTALLING CUSTOM MAPS (SERVER SIDE)
Green_Falcon
12-26-2002, 09:59 PM
Hi all, i was wondering if anyone knew how to install maps server side so that they will run on my server. Here is what i have done, i have put the PK3 Files in the main directory in the server, i have also done this on my home computer, i then changed the CFG file so that the maplist has my new maps included, yet when i run this cfg file on the server it does not show up when i type in serverinfo on console, and when it comes times to change to a new map nothing happens it just restarts V2
Thanks
Green Falcon
SNYPE
12-26-2002, 11:34 PM
Hey GF!
All that is necessary for installing maps is to put the pk3 file in the main folder. The prob sounds like a config file. Post your config so we can look at it. Please remove your passwords (xxxxx).
Green_Falcon
12-27-2002, 01:06 AM
Here is my Cfg file
seta g_motd ""
sets "Config File" "objective"
seta sv_hostname "{TR} TombRaiders CLOSED TILL MONDAY Changing service providers
sets "Admin" "{TR}"
seta g_password ""
seta rconPassword "XXXXXXXXX"
seta IP: "64.62.158.42"
seta sv_privatePassword "XXXXXXXXXX"
seta sv_maxclients "16"
seta sv_privateClients "16"
set g_gametype "4"
seta g_respawnInvulnerability "0"
seta g_respawnInterval "0"
seta sv_maxPing "0"
seta sv_minPing "0"
seta sv_maxRate "9000"
seta sv_fps "20"
seta sv_reconnectlimit "8"
seta g_maxGameClients "16"
seta g_minGameClients "0"
seta sv_zombietime "30"
seta g_allowjointime "15"
seta g_inactivity "320"
seta sv_timeout "200"
seta g_inactiveSpectate "60"
seta g_inactiveKick "0"
seta g_allowvote "0"
seta sv_allowDownload "0"
seta sv_allowAnonymous "0"
seta g_doWarmup "1"
seta sv_floodProtect "1"
seta g_teamdamage "0"
seta g_teamForceBalance "1"
seta g_teamAutoJoin "1"
seta g_synchronousclients "0"
seta g_adaptrespawn "1"
seta g_smoothClients "0"
seta sv_padPackets "0"
seta sv_gamespy "1"
seta g_forceready "1"
seta g_forcerespawn "0"
net_noipx 1
// Master Servers
seta sv_master1 "mohmaster.2015.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "master1.gamespy.com"
seta sv_master4 "clanservers.net"
seta sv_master5 ""
//Logging
set logfile 3
set developer 2
// Movement
seta sv_timeout "320"
seta sv_walkspeed "150"
seta sv_runspeed "250"
seta sv_crouchmult "1"
seta dmflags "0" // 8 (no falling damage) 16 (fixed FOV) 32 (no footsteps)
//Game Limits
seta fraglimit "10"
seta timelimit "5"
seta roundlimit "20"
//----------------
//#### THE FOLLOWING KICKS THE SERVER INTO GEAR ####
//----------------
seta sv_maplist "obj/obj_team2 obj/crete obj/obj_team1 dm/mohdm2 obj/obj_team4 dm/mohdm3 dm/mohdm6 dm/mohdm7"
Map obj/obj_team2
// Additional Configs
//-- Commandline Information --//
// ZoneMegs = 16
// HunkMegs = 56
// SoundMegs = 16
// IP =
// Port = 12206
if you see what i am doing wrong let me know, if nothing is apperant it might be that i can not restart my server, i will be changing service providers on monday, if this is the issue cool, then i will be able to restart when i change providers
Later Green Falcon
p.s Snype you have been a great help and are always appriciated :P [/code]
WyattEarp
12-27-2002, 02:36 AM
You need to set the round limit time,
//Game Limits
seta fraglimit "1" = frags are kills, set it higher like ( 30? )
seta timelimit "0" = in mimutes for map ( 20 )
seta roundlimit "0" = actual per game time for round. ( 5 )
Hope that helped some
SNYPE
12-27-2002, 01:18 PM
You are not using the limits properly. They are not toggles (1 on, 0 off), like most other settings. They need to be set to an actual amount.
set timelimit 20 ---will give you 20 min games
set fraglimit 50 ----when 50 frags are reached the game ends
I would set a timelimit, 15 or 20. The round limit is set by default to 5 mins (10 for Omaha). The rounds will end in 5 mins, the map will change in 15 or 20 mins.
Green_Falcon
12-27-2002, 01:46 PM
Ahhh sorry i had those incorrect, i was testing with that cfg file and changed the round limits, this is how it should look, still having probs with my maps
SNYPE
12-27-2002, 02:03 PM
If youre still having problems with the maps, then the server probably needs to be restarted.
Or you could try to exec the server cfg.
rcon exec server.cfg.
Green_Falcon
12-29-2002, 04:38 AM
i will try that and report the findings, it should work but i am changing providers, very unhappy with my old one.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.