Announcement

Collapse
No announcement yet.

Active DM servers?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Active DM servers?

    Hey all, been playing quake off an on for probably 12 years, haven't played in a few years.. Which servers (of the active server list) are ones people still go to? I'd like to get into some DM matches sometime, but if there are just public games on dm maps to just mess around on and practice that'd be great too. I'm from Westcoast Canada, so not sure what is available good ping wise, thanks alot!

  • #2
    dm games are played all the time at dm.quaketx.com (especially on weekends, but also weekday nights).
    Cbuf_AddText (va("say ZeroQuake GL version 1.10\n"));

    Comment


    • #3
      Code:
      {
      gl_clear.value=1;
      glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);
      }
      else
      {
      gl_clear.value=0;
      glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
      }
      lol mono is that your feeble wireframe code?
      nothing like on-the-fly wallhackn...

      @Arkon, Qrack also has a built-in server browser, via pulls from servers.quakeone.com.
      u can type servers in the console or multiplayer, serverlist in the menu.

      Personally, i think it's kinda arrogant for proquake to populate F5 (or anykey), as players like to bind keys.
      Last edited by R00k; 03-31-2015, 02:56 PM.
      www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

      Comment


      • #4
        Originally posted by R00k View Post
        Personally, i think it's kinda arrogant for proquake to populate F5 (or anykey), as players like to bind keys.
        default.cfg in Quake pak0.pak says ....

        Code:
        // Function keys
        bind	F1			"help"
        bind	F2			"menu_save"
        bind	F3			"menu_load"
        bind	F4			"menu_options"
        bind	F5			"menu_multiplayer" <-------------------------------
        bind	F6			"echo Quicksaving...; wait; save quick"
        bind	F9			"echo Quickloading...; wait; load quick"
        How is ProQuake binding anything? It isn't binding anything at all.
        Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.

        So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...

        Comment


        • #5
          Originally posted by Baker View Post
          How is ProQuake binding anything? It isn't binding anything at all.
          I guess we're bound to find out.
          Quake is for nerds.

          Comment


          • #6
            nah. think its from old quakescr or something
            Cbuf_AddText (va("say ZeroQuake GL version 1.10\n"));

            Comment


            • #7
              Originally posted by Baker View Post
              default.cfg in Quake pak0.pak says ....

              Code:
              // Function keys
              bind	F1			"help"
              bind	F2			"menu_save"
              bind	F3			"menu_load"
              bind	F4			"menu_options"
              bind	F5			"menu_multiplayer" <-------------------------------
              bind	F6			"echo Quicksaving...; wait; save quick"
              bind	F9			"echo Quickloading...; wait; load quick"
              How is ProQuake binding anything? It isn't binding anything at all.
              okay i see now that makes sense why you chose F5, i thought it was hardcoded to f5.
              www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

              Comment


              • #8
                Originally posted by R00k View Post
                okay i see now that makes sense why you chose F5, i thought it was hardcoded to f5.
                Hehe

                In Soviet Russia, key chooses YOU!

                I just rewired menu_multiplayer to go straight to the server browser.

                Originally posted by Ebisu View Post
                I guess we're bound to find out.
                After noticing that in default.cfg, it was bound to play out that way.
                Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.

                So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...

                Comment

                Working...
                X