Questions pertaining to the new COD....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • [DBD]Code_Black

    #1

    Questions pertaining to the new COD....

    I have two questions that maybe useful in the future to other admins when setting up the new Call Of Duty server. I just got my server setup for COD:WaW beta. I'm wondering how to set the mode to hardcore and what are the gametypes? I remember in COD4 it was koth, war, etc. Are they the same. If so can someone please refresh my memory to what they are. Thanks.
  • imported_Whiskey
    Member
    • May 2007
    • 3325

    #2
    Re: Questions pertaining to the new COD....

    In the server config, for hardcore:

    set scr_hardcore "1"

    ..

    Gametypes:

    koth = Headquarters
    ctf = Capture the Flag
    dm = Free for All
    dom = Domination
    twar = War
    tdm = Team Deathmatch
    sd = Search & Destroy
    sab = Sabotage

    Comment

    • [DBD]Code_Black

      #3
      Re: Questions pertaining to the new COD....

      You are the man Whiskey! Just the person I was hoping to get a response from. They should give you a special title. "Mr. I know it all and have all the answers!" I think that would do.

      Comment

      • [DBD]crowfoot
        Member
        • Sep 2007
        • 320

        #4
        Re: Questions pertaining to the new COD....

        That's what we was looking for. Thank you buddy.

        Comment

        • imported_Whiskey
          Member
          • May 2007
          • 3325

          #5
          Re: Questions pertaining to the new COD....

          Nah, I just have a lot of good bookmarks. Thanks though. Glad it was what you needed.

          Comment

          • [DBD]Code_Black

            #6
            Re: Questions pertaining to the new COD....

            By any chance would you know how to stop it from kicking people when they idle for a minute?

            Comment

            • imported_Tren
              Member
              • Aug 2005
              • 880

              #7
              Re: Questions pertaining to the new COD....

              --Moved to new CoD:WaW Support--

              Comment

              • imported_Whiskey
                Member
                • May 2007
                • 3325

                #8
                Re: Questions pertaining to the new COD....

                Originally posted by [DBD]Code_Black
                By any chance would you know how to stop it from kicking people when they idle for a minute?
                I'm not 100%, but if I had to guess, I'd say it's probably this:

                // Kick Ban Time
                set sv_kickBanTime "xxx" (xxx = number of seconds (eg. 120 = 2 minutes))

                Comment

                Working...