Author Topic: ELBITE SuperTournament: Brackets & Match Videos  (Read 11361 times)

Offline LiNcK

  • Super Heavyweight
  • Posts: 1179
  • Rep: 1
    • 8linck8
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #40 on: September 05, 2009, 07:45:13 PM »
Quote from: trumpetguy;64377
I saw him 3 days ago and I have a picture to prove it.


You should become a lawyer...

Offline philetbabe

  • *
  • Posts: 497
  • Rep: 2
  • Drop D
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #41 on: September 06, 2009, 01:17:43 AM »
i talk with him a month ago, saying he was working on a new version of RA2GE.
i contact him today about this tournament...

Offline life robot arena2

  • Super Heavyweight
  • Posts: 946
  • Rep: 1
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #42 on: September 06, 2009, 04:43:20 AM »
Oh boy,This is stuck in park gear.Poopie.
im up for life forever!:mrgreen:
ACHEIVMENTS
entered a rookie-bot for clash cubes 2

Offline Condor33

  • Super Heavyweight
  • Posts: 903
  • Rep: 0
  • Alpha One
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #43 on: September 06, 2009, 06:57:25 AM »
I don't think it's going to happen. If there's too much hype things usually don't get done.
Avoid the beam and you won't get hit!

Clash Cubes 2 Grand Champion--Xenophobik Resurrektion
Winner of the RAW favorite bot award--Humdrums

Offline Somebody

  • *
  • Posts: 7201
  • Rep: 13
  • CP: +2
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #44 on: September 06, 2009, 08:51:01 AM »
I still remember when Gigafrost said it would be started by Christmas XD.
I built that big robot on that TV show that time


Offline Naryar

  • Posts: 23278
  • Rep: 20
  • hybrids oui oui
    • http://www.youtube.com/us
  • Awards BOTM Winner
    • View Profile
    • Awards
  • Skype: TheMightyNaryar
ELBITE SuperTournament: Brackets & Match Videos
« Reply #45 on: September 06, 2009, 09:59:19 AM »
And I spent so much time on that sawbot...

...Sawbot that fourth version will appear in NAR AI.

Offline Somebody

  • *
  • Posts: 7201
  • Rep: 13
  • CP: +2
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #46 on: September 07, 2009, 08:31:07 AM »
Okay i am currently trying to contact Gig via Youtube.
I built that big robot on that TV show that time


Offline Gigafrost

  • *
  • Posts: 805
  • Rep: 0
  • You'll never know what I'll think of next.
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #47 on: September 09, 2009, 06:32:26 AM »
Apologies everyone. I knew I had forgot something the last time I was here. I need to redo my brackets page as well as I don't know how to do a successful image map (Perhaps some help from you click?) and have been having some issues with it. I owe you guys some vids. And as a token of my apologies, I will cook up another prize for the grand prize winner.

Regards and again apologies, Gigafrost

Offline somestrangeguy

  • *
  • Posts: 2068
  • Rep: 2
  • If you can read this, your monitor is turned on.
  • Awards BOTM Winner
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #48 on: September 09, 2009, 07:23:24 AM »
ITS GIGA!!!


Where did you disappear to?

Offline life robot arena2

  • Super Heavyweight
  • Posts: 946
  • Rep: 1
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #49 on: September 10, 2009, 10:36:39 AM »
At last,this is out of park gear.
im up for life forever!:mrgreen:
ACHEIVMENTS
entered a rookie-bot for clash cubes 2

Offline ACAMS

ELBITE SuperTournament: Brackets & Match Videos
« Reply #50 on: September 10, 2009, 11:46:53 AM »
Quote from: Gigafrost;65053
And as a token of my apologies, I will cook up another prize for the grand prize winner.

Why don't you worry about this tournament you started......then cook your goulash later!

Offline Gigafrost

  • *
  • Posts: 805
  • Rep: 0
  • You'll never know what I'll think of next.
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #51 on: September 10, 2009, 04:14:53 PM »
Quote from: ACAMS;65217
Why don't you worry about this tournament you started......then cook your goulash later!
Yes sir will do, I just need to compile the vids together. Match one, two, and three was already recorded by the way (for the table top) so I haven't completely left you guys out. I'll make an outcome section on the first page of this thread one i finalize them. At least to have SOMETHING while you guys wait for me to catch up. Then I'll just build it up from there. Much more efficient this way.

Offline Clickbeetle

  • *
  • Posts: 3375
  • Rep: 21
  • In Soviet Russia, bugs stomp YOU!
  • Awards BOTM Winner
    • View Profile
    • Beetle Bros site
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #52 on: September 11, 2009, 10:19:31 PM »
Quote from: Gigafrost;65053
I don't know how to do a successful image map (Perhaps some help from you click?)


I thought you got that worked out.

Well, here's how you do it anyways...

First you need to make the map itself.  Don't worry about the image yet.  The code for a map looks like this: (I am copying this code from the BBEANS brackets)

Code: [Select]
<map name=&quot;wbracket&quot;>
<area shape=rect coords=&quot;5,0,115,35&quot; href=BloodShed_Vela.wmv>
</map>


Couple things to pay attention to.  First, you need to name the map in the tag.  You will reference this later in the image.  I named my map "wbracket" for winner's bracket.

Then there is the "coords" parameter followed by four numbers.  These numbers delineate the rectangle the users can click inside.  The first two numbers are the x, y coordinates of the upper left corner of the rectangle relative to the image dimensions.  So the upper left corner of the rectangle that links to BloodShed_Vela.wmv is 5 pixels from the left edge of the image and 0 pixels from the top (the point 0,0 is in the upper left corner of the image).  The third and fourth numbers are the x, y coordinates of the lower right corner of the rectangle.  You don't need to worry about the lower left or upper right corners; all the computer needs to figure out the dimensions of the rectangle are the upper left and lower right.

Finally, there's the "href" at the end.  Just do this the same way you do a regular hyperlink.  Link to whatever file you want; the rectangle you just defined with those four numbers will become a clickable link in your image.

If you want to make multiple link rectangles in one image map, just do it like this.

Code: [Select]
























Now that the map itself is done, all you need to do is apply it to an image.  This is the easy part.  Just add usemap="#mapname" into the tag.

So the tag for the BBEANS winners bracket would look like this,

Code: [Select]


because I named the map "wbracket" in the tag.

Make sense now?

To lack feeling is to be dead, but to act on every feeling is to be a child.
-Brandon Sanderson, The Way of Kings

Offline Gigafrost

  • *
  • Posts: 805
  • Rep: 0
  • You'll never know what I'll think of next.
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #53 on: September 16, 2009, 02:07:36 PM »
@Click - Thanks a bunch, I will execute this momentarily...
@somestrangeguy - Working around church, school, and other things, I have a multitude of projects that have to be done so I hope you guys could bear with my slowness. I um... didn't really want to expose this so soon but one of the MAIN reasons as to why it's taking so long for me to execute ELBITE is that I am also working on a PC game project on the side, that I also plan to share with you guys. That and the first parts upon starting Legends Unleashed. Both of which TBAITF (To be announce in the future). ELBITE is not being ignored by any means however, and this is not in any means to be taken as an excuse for me slacking of. It will be finished.
 
First round videos will be released on Sunday, October 20th! Otherwise Expect them upon Monday/Tuesday
 
 
And Now The Round one Preditions!
 
Round 1: Predictions
  • Match 1-3: Chizzle VS TDL2/BLEVE VS ByeBot/Razor vs Li-ewl Terrier
(Matches 1-3 were already videotaped before predictions and therefore cannot be predicted unbiasaedly)
  • Match 4: Tabletop(sage) vs Zapper 8.5(Reier): Sage's Tabletop bears an interesting design. It is a spinning/twacking/SoS kind of bot using blunt undamaging weapons. It most likely will depend on it's momentum to try and slap Reier's Zapper 8.5 out of the arena thanks to its speedy 4WD. However, Zapper is far from being a pushover. As the flip motors backed up with a low ground clearance system should aid it in victory in this round if anything else. Gigafrost pedicts Zapper 8.5 as the winner of Match 4 through all three standard OOTA KOs.
  • Match 5: Wegi(System32) vs ByeBot: Wegi will simply flip ByeBot OOTA, as it is a ByeBot, and can never possibly win. Gigafrost pedicts Wegi as the winner of Match 5 through all three standard OOTA KOs.
  • Match 6: Punisher vs ByeBot: Punisher will simply push ByeBot OOTA, as it is a ByeBot, and can never possibly win. Gigafrost pedicts Punisher as the winner of Match 6 through all three standard OOTA KOs.
  • Match 7: E&O vs ByeBot: E&O will simply flip ByeBot OOTA, as it is a ByeBot, and can never possibly win. Gigafrost pedicts E&O as the winner of Match 7 through all three standard OOTA KOs.
  • Match 8: Widowmaker vs Dune Buggy: Widowmaker sports nicely clearanced flippers on angled bursts and the average 2WD system. I think Dune Buggy will have some trouble getting around it despite it's speedy 4WD, but who knows? Those HUGE wheels will probably give it some type of traction. Since it's invertible, it's best bet is to dash in and out of the dangerzone of widowmaker and shove it OOTA, a mild feat to witness. Gigafrost pedicts Widowmaker as the winner of Match 8 through 2 standard OOTA KOs and Dune Buggy with 1 possible OOTA KO.
  • Match 9: Arcarsenal vs ByeBot: Arcarsenal will simply flip ByeBot OOTA, as it is a ByeBot, and can never possibly win. Gigafrost pedicts Arcarsenal as the winner of Match 9 through all three standard OOTA KOs.
  • Match 10: Skirmish 3(Naryar) vs SoF(H@zm47): Naryar's Skirmish 3 pitting up against H@zm47's Spawn of Francium will be simply an interesting match to watch. Skirmish is a powerful bot. Boasting an advanced "forward flipping" system. SoF is also quite speedy and is clearanced well, but is non-invertable. Hmm... We will see the outcome of it's performance. Gigafrost pedicts Skirmish 3 as the winner of Match 10 through 2 standard OOTA KOs and SoF with 1 possible OOTA KO.
  • Match 11: Titanium Chicken(MetalikVyper) vs HR-E(R1885): MetalikVyper and R1885 have built two pushing bots for this division. Each of wihch are built for the same purpose but with a different design. In this bout however, it will be in either mans land. The ground clearance of HR-E as well as it's more speedy drive will seem to make it the more aggresive of the two, but it is also equallized by the invertability of TC and it's powerfull piston power. Possibly to make up for it's slower movement. A test of speed and strength. But in my eyes, I will be rooting towards HR-E. Sooner or later, the strong pushes of Titanium Chicken will gradully weaken. All it takes is for HR-E to force it out quickly and swiftly. But I could be mistaken. Gigafrost pedicts HR-E as the winner of Match 11 through 2 standard OOTA KOs and Titanium Chicken with 1 possible OOTA KO.
« Last Edit: September 21, 2009, 12:55:42 AM by Gigafrost »

Offline Naryar

  • Posts: 23278
  • Rep: 20
  • hybrids oui oui
    • http://www.youtube.com/us
  • Awards BOTM Winner
    • View Profile
    • Awards
  • Skype: TheMightyNaryar
ELBITE SuperTournament: Brackets & Match Videos
« Reply #54 on: September 17, 2009, 09:02:10 AM »
I agree with the general predictions, but i am 99% sure SK3 Tabletop (SO DAMN OLD) uses 4 ants and 2 battlepacks and as such is underpowered.

Offline Gigafrost

  • *
  • Posts: 805
  • Rep: 0
  • You'll never know what I'll think of next.
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #55 on: September 17, 2009, 11:48:38 AM »
Thanks for clearing that up. Updated.

Offline Gigafrost

  • *
  • Posts: 805
  • Rep: 0
  • You'll never know what I'll think of next.
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #56 on: September 18, 2009, 08:12:50 AM »
UPDATE: VIDEOS FOR ROUND ONE OF THE TABLETOP TOURNAMENT ARE COMPLETE!

 
It was a long battle... trying to get things rolling with this tournament. But now things ae starting to get back into motion, As if it was raised from the dead. A resurrection if you will. Congratulations to all those who have long awaited for these videos to get posted! Now uploading the match videos.

 
 
Match Videos For Round One! Congratulations to all the competitors!
  There was a lot of Bye Matches which was a tad bit dull for the table-top division. But hopefully there will be more excitement in the other divisions! Either way, there has been some pretty nice matches so far. Keep up the good work competitors!
 
-Match 1: Chizzle vs TDL2
In the first bout, Chizzle and TDL2 lock flippers for a brief second and tussle around for a bit. It then becomes apparant that TDL2's well built design gets the better of Chizzle as it plows underneath the side of Chizzle and heads towards the OOTA zone. Chizzle frantacially flips try to shake off of the wedges of TDL2 but to no avail. It only has one wheel for clearance onto the ground and it simply doesn't have enough grip. TDL2 finally pushes Chizzle OOTA and follows after it in the process, but sadly ends up being OOTA instead. The next two bouts are similar to the first but much faster with the last round causing TDL2 to run both bots off of the arena and barely winning due to it being right behind Chizzle in the fall. TDL wins through two standard OOTAs and Chizzle with one OOTA.

 
 

 
 
One of my favorite matches. In Bout 1, Li-ewl Terrier launches itself full speed at Razor and succeeds in flipping it over and over a couple of times. Razor returns the favor by using it's pistons to powerfully push Li-ewl away and knocking it off balance. Many have not suspected it, but Li-ewl's wedges, though primitive, were sufficient enough to get underneath the deadly Razor III, posing a BIG problem for it in trying to get it out of the stage. Li-ewl's awkward design pops it back on it's wheels for a quick recover thanks to it's flipping bar to counter Razor III's invertibility as well. It's speed, being faster than Razor III gives it just enough clearance to slip underneath its chassis in which it finally is able to subdue it for an OOTA. Seconds before the OOTA however, Razor III havoks after one of it's axle wedges gets snagged and, according to the rules, is granted an extra match. Bout 2, 3, and 4 share the same elements of match 1. Both bots go at it but no matter how hard Razor tries to knock Li-ewl over, it seems to bounce back onto it's wheels. Eventually being able to toss Razor out in the process... Li-ewl wins all of its Bouts with three standard OOTAs and one technical OOTA from its redo Bout.
 
 
-Match 4: Table-Top vs Zapper 8.5 In Bout 1, Table-Top moves in and begins to spin at Zapper 8.5. However Table-Top, though unique design, does not have enough torque to maneuver the super speedy flipper. The next two Bouts are just like the first, ending very quickly. Zapper simply flips Table-Top OOTA for all three bouts, winning all three standard OOTAs.  
 

 
 
 
 

 
 

 
 
-Match 8: Widowmaker vs Dune Buggy Another quick match. In all three Bouts Widowmaker really hadn't moved much to earn itself an OOTA. In Bout 1, Dune Buggy simply goes full throttle and ramps right off of Widowmaker into the OOTA zone! The force by which Dune Buggy has with it is impressive, almost taking Widowmaker with it, but in the end, being the heavier bot, Dune Buggy ends up losing the match. Bout 2 and three are just like the first. Widowmaker wins with three standard OOTAs.

 
 
 
 
-
This was perhaps my most favorite fight in the Round 1 Table-Top matches. Skirmish 3, a powerful, well-wedged flipper, verses the weaponless NWB clone. In Bout 1 both bots turn and charge at each other with equal speed. Soon enough, it is S O F who gets underneath the deadly wedges of Skirmish 3 and tries to push it into the flames. Skirmish, almost equaling it in pushing power, hardly budges and forces S O F to back off to try and ram into it again. Sadly enough, S O F back up and rams again into Skirmish but the force by which it did so was so strong (as it didn't go underneath this time) that it nearly front flips over Skirmish! Skirmish takes the advantage of S O F's wheels being off the ground for that split second and quickly maneuvers S O F OOTA for a Bout 1 win. In Bout 2 Both bots turn and S O F starts off with getting under the mighty Skirmish once more, but this time, it runs it straight into the claws of doom for a possible OOTA. In a split second (literally) Skirmish backs out and swerves right out of the danger zone, as if it was in a drifting contest from Need for Speed, and drives around S O F to try to get it from behind. S O F, having the better wedges, simply turns around and shoves Skirmish over the claws and OOTA once more. Making them both tied 1:1. It was Bout 3, and it was in either mans hand. Which will win? Once the buzzer sounded Both bots coupled, and charged. S O F rolls over Skirmish 3 and lands almost perfectly over it's wheels, But is knocked facing upwards due to the powerful flip of Skirmish (which in turn flips itself). Both bots are trying to get back on their wheels, and just in time, S O F rolls back and charges the flipping Skirmish around, ending with a gentle push, for an OOTA. S O F Wins Match 10 through two standard OOTAs Skirmish Wins one OOTA.
 
 
-Match 11: Titanium Chicken vs HR-E
Never have I seen so many Technical OOTAs in one match! Thus I don Titanium Chicken with having the most technical OOTAs in Round 1 (and probably any other round). To clear things up, in ELBITE, a Technical OOTA is when a bot causes another bot to OOTA without having to touch it. This is usually through outmaneuvering it or by pushing it into the claws or any other OOTA object. In Bout 1 the buzzer sounds and both bots go at it, but HR-E seems to be a bit too fast for its own good and treats TC a little less than a speed bump similar to widowmaker in Match 8. The same thing happens, except HR-E is getting itself OOTA by rolling around and over TC. TC has to do little except knock it off balance for it to run into either the claws or the flames which ends in it falling out. Bout 2 is just like Bout 1 and Bout 3 is different in that HR-E this time outmaneuvers TC for a win over the flames. TC wins Match 11 through two Technical OOTAs and HR-E wins one Technical OOTA.
« Last Edit: September 29, 2009, 10:12:48 AM by Gigafrost »

Offline Reier

  • Rieir
  • *
  • Posts: 8569
  • Rep: 8
  • I GOT 3RD IN RAW1
    • https://www.youtube.com/c
  • Awards old BOTM Winner
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #57 on: September 18, 2009, 08:38:42 AM »
:O:O
Oh wait, they're not loaded. :P
ALERT- Another WS coming up...
voted best bot builder two times and counting babayy. the best ra2 builder who has never won an actual tournament match
ReiAI pack for Ironforge
My drawings, and my webcomics
Why online PVP will save RA2
The problem with competitive IRL in RA2
I'm fine with hugging reier

Offline Somebody

  • *
  • Posts: 7201
  • Rep: 13
  • CP: +2
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #58 on: September 19, 2009, 09:16:20 AM »
Yay!

Thanks for returning Gig.
I built that big robot on that TV show that time


Offline life robot arena2

  • Super Heavyweight
  • Posts: 946
  • Rep: 1
    • View Profile
    • Awards
ELBITE SuperTournament: Brackets & Match Videos
« Reply #59 on: September 22, 2009, 02:41:00 PM »
QTF!
im up for life forever!:mrgreen:
ACHEIVMENTS
entered a rookie-bot for clash cubes 2