Announcement

Collapse
No announcement yet.

Clan Arena

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

  • Clan Arena

    Does anyone play it anymore?

    someone come play with me I'm lonely....


    SpaZ... still a god damn HPB
    My Little Computer
    Intel Core i7 3770K processor 3.5 4 LGA 1155
    ASUS Deluxe Intel Z77 ATX DDR3 2600 LGA 1155 Motherboard P8Z77-V DELUXE
    Corsair Vengeance Blue 16 GB DDR3 SDRAM Dual Channel Memory Kit
    Seasonic PLATINUM-1000 ATX 1000 Power Supply
    Blue-ray DVD burner
    OCZ-Vertex Solid State ATA Hard Drive 30 gigs
    Hitachi ATA Hard Drive 1TB
    Cooler Master HAF X Full Tower
    Windows 7 Ultimate x64
    Sony Surround Sound 5.1
    Cyborg M.M.O.7 Gaming Mouse
    The Razer BlackWidow Ultimate

  • #2
    We sure do, check out speaknow.quakeone.com for your "DM3-Fix" , if you want a more neapolitan flavor of Clan Arena, bomber.quakeone.com is where its at!!!!!!

    I am however,uneducated about what all Bomber features,beyond map rotation (maps play 3 times,to allow best of 3.Map autorotates every 4th Game (Sanity,Sanity 2nd time,Sanity 3rd time | Map changes)

    Phenom can tell us more, for sure!
    Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!

    Comment


    • #3
      Well map rotation has temporarily been disabled dew to a bug in CAx map rotation. So you must use the "warp" list to change maps.

      Bomber is however a fully Clan Arena X custom map server located in Dallas, TX hosted by UGS (ultimate Gaming Servers) formally Fat Pipe Servers.
      QuakeOne.com
      Quake One Resurrection

      QuakeOne.com/qrack
      Great Quake engine

      Qrack 1.60.1 Ubuntu Guide
      Get Qrack 1.60.1 running in Ubuntu!

      Comment


      • #4
        Hmm, bug? Did I forget to remember not to forget to update something i forgot?
        www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

        Comment


        • #5
          Originally posted by R00k View Post
          Hmm, bug? Did I forget to remember not to forget to update something i forgot?
          Its either the map recycle or map rotation bug I've experienced while tryint to get maps to auto rotate on Bomber...

          Pretty sure it was the "nextmap" part.. I'm positive that's what causes the error actually but not sure if its the actual problem
          QuakeOne.com
          Quake One Resurrection

          QuakeOne.com/qrack
          Great Quake engine

          Qrack 1.60.1 Ubuntu Guide
          Get Qrack 1.60.1 running in Ubuntu!

          Comment


          • #6
            I'll double check the code, im sure its just something simple...
            www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

            Comment


            • #7
              Phenom, check your CA.cfg i think you might have the recycle set too high.

              Code:
              	if ((ca_gametype & CA_ROTATE_NEXTMAP) && (boss.abort == FALSE))
              	{		
              		boss.maprecycle = boss.maprecycle - 1;
              		if (boss.maprecycle < 1)
              		{			
              			boss.busy = TRUE;
              			execute_changelevel();
              			gameover = TRUE;
              		}
              		else
              		{			
              			mc=ftos(boss.maprecycle);
              			if (boss.maprecycle > 1)
              			{
              				announce3 ("Next map change after ",mc," more matches.");
              			}
              			else 
              			{
              				if (boss.maprecycle == 1)
              					announce ("Next map change after 1 more match.");
              			}
              			gameover = FALSE;				
              		}
              	}
              www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

              Comment


              • #8
                nextmapon
                //------------------------------------------------------------------------------
                // Map ReCycling
                // replay each map x times before switching to nextmap, default 3
                // must turn on NEXTMAPON to enable
                //
                //command: maprecycle
                //------------------------------------------------------------------------------
                skill 2
                maprecycle
                Same error
                *I just tried skill2 no go*
                QuakeOne.com
                Quake One Resurrection

                QuakeOne.com/qrack
                Great Quake engine

                Qrack 1.60.1 Ubuntu Guide
                Get Qrack 1.60.1 running in Ubuntu!

                Comment

                Working...
                X