Results 1 to 3 of 3

Thread: CTF mode

  1. #1

    Default CTF mode

    hi Guys,

    My CL asked me to create a CTF server ( which gamestyle i have never have build before )

    I had a normal server running, added the mefy's CTF mod on it and it works.

    But after deleting the mod and placing the reborn patch on it, it doesnt work anymore.
    I deleted the mefy's mods again from the server, and started working with the server.cfg setting.
    I think i added/adjusted them the way (ithink) it should be working now..

    what am i doing wrong, or what mod should i upload the get the freakin CTF mod on it...

    This is my server.cfg ( offc. deleted the priv. things )

    //**************** public info **************
    seta sv_hostname "<{WoV}> Public Capture the Flag server | NEW*"
    //seta g_motd ""
    //sets "+Admin" ""
    //sets "+Clan" ""
    //sets "+Teamspeak3" ""
    //sets "+Mumble" ""
    //sets "+Location" ""
    sets "+Hosted By" ""
    sets "+webiste" ""
    //sets "+Email" ""

    //************ General Settings **************
    seta skill 0 //added
    seta sv_timeout "200"
    seta sv_precache "1"
    seta sv_maxRate "25000"
    seta sv_privateClients "0"
    seta sv_maxclients "20"
    seta sv_reconnectlimit "10"
    seta sv_zombietime "1"
    seta g_inactivity "0"
    seta g_forcerespawn "0"
    seta g_syncronousclients "0"
    seta g_smoothClients "1"
    seta sv_fps 20
    seta sv_allowdownload 0
    seta sv_floodprotect 1
    seta cheats "0"
    seta sv_pure 1

    //*********** Server Network Settings ********
    seta sv_flood_waitdelay "10"
    seta sv_flood_persecond "4"
    seta sv_flood_msgs "4"
    seta noipx "1"

    //************** Logs ************************
    //seta fs_basepath .
    //seta fs_userpath /log
    //seta fs_outputpath /log
    //seta logfilename "qconsole.log" //deactivated
    //seta writeconfig "config.log" //deactivated
    seta logfile 3
    seta g_logSync "1"
    seta sv_chatter 1
    seta developer 2
    seta sv_debuggamespy 0 // see information going to and coming from gamespy

    //*************** Extras ********************
    seta sv_maxPing "9999" //activated
    seta sv_minPing "0" //activated

    //************* Server Passwords ************
    seta rconpassword ""
    seta sv_privatePassword ""
    //seta password "x" // deactivated

    //******** Game Play Default Settings *******
    seta g_gravity "800"
    seta g_knockback "1000"
    seta g_quadfactor "3"
    seta g_speed "320"
    seta g_healrate 0
    seta g_healthdrop 1
    seta g_realismmode 0
    seta g_forceteamspectate 1
    seta g_spectate_allow_full_chat 0
    seta sv_team_spawn_interval 0
    seta g_inactivespectate 0
    seta g_inactivekick 0
    seta g_teamswitchdelay 10
    seta g_allowjointime 5 //default 30
    //seta cg_forcemodels 0

    //*************** Team Preferences **********
    seta g_teamdamage "0"

    //**************** Voting *******************
    //seta g_allowVote "0" //deactivated
    //seta g_votetimeout "0.3"

    //************* Masterservers ***************
    // add up to 4 additional master servers to report to
    seta sv_master1 "mohmaster.2015.com"
    seta sv_master2 "master0.gamespy.com"
    seta sv_master3 "master1.gamespy.com"
    //seta sv_master1 ""
    //seta sv_master2 ""
    //seta sv_master3 ""
    seta sv_gamespy 1

    //*******************************************
    //************** ProMod *********************
    //seta "promod" "0" //deactivated
    //seta "playmode" "public1noac" //deactivated
    //*******************************************
    //*******************************************


    //*******************************************
    //*** Extended Gametypes (Freezetag etc.)****
    //*******************************************
    //************ Caputure the flag ************
    set g_extgametype ctf
    set g_ctf_settings "respawn: 0 returnboth: 1 capturepress: -1"
    //************ Demolition *******************
    //set g_extgametype dem
    //set g_dem_settings "respawn: 1 attacker: swap mef_team_spawn_interval: 6"
    //************ Freeze-Tag *******************
    //set g_extgametype ft
    //set g_ft_settings "meltgun: off melttime: 35" //deactived
    //************ Freeze-Tag-CTF ***************
    //set g_extgametype ftctf
    //set g_ftctf_settings "pointlimit: 6 countdown: 30 meltgun: off mef_team_spawn_interval: 6"
    //************ Freeze-Tag-Demolition ********
    //set g_extgametype ftdem
    //set g_ftdem_settings "settime: 20 defusetime: 10 ticktime: 60"
    //************ Freeze-Tag-Objective *********
    //set g_extgametype ftobj
    //set g_ftobj_settings "meltgun: on melttime: 10"


    //******************Gametype ****************
    // Set the type of game: 1=Deathmatch 2=Team match 3=Roundbased 4=Obj
    seta g_gametype 3
    seta g_extgametype ctf //activated


    seta roundlimit "5"
    seta timelimit "0"
    seta fraglimit "10"
    seta dmrespawning "0"
    seta dmroundlimit "0"

    //*******************************************
    //************* Maprotatin / Map ************
    seta sv_maplist "dm/mohdm1 dm/mohdm2 dm/mohdm3 dm/mohdm4 dm/mohdm6 dm/mohdm7"
    map dm/mohdm1 //starts with Southern France

    //*******************************************
    //************* Patch 1.12 ************

    seta sv_banning 1
    seta sv_filterchat 1
    seta sv_kickping 250 //was 998
    seta sv_maxconnperip 3
    seta sv_kickbadcmd 1
    seta sv_pure "1"
    seta sv_sounddistance "8000"
    seta sv_antiwh "0"
    seta sv_antistwh "1"
    seta sv_recoilemulation "0"
    seta sv_stufftextdetection "0"
    seta anticham "0"
    seta sv_updatedelay "72"
    seta sv_packetantiflood "0"
    //seta sv_updatetest "1"

    thanks in advance!

    Mr.Sandman

  2. #2

    Default

    Hi have this type of server ready on AAAA Hosting

  3. #3

    Default

    Only Joking dude you know I love WOV - had a look not got an active one but http://www.x-null.net/forums/showthr...ghlight=config

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •