ESReality - Where Gaming Meets Reality
Not Logged In | Login | Register
06:30 CDT - 1571 users online
Movies are an important part of the Quake and AFPS community. Not only are movies a great way of introducing new audienc...
Finding the best CSGO gambling sites in 2019 is not that easy. CSGO gambling has had a chequered past to say the least, with many sites being shut down and penalised because of illegal activity.

There is clearly a demand among some Counter-Strike lovers to bet on their favourite game but for the sector to be sustainable long-term, CSGO gambling sites must comply with the laws - primarily for the safety and security of esports fans but also for the sake of themselves.
Rickrollers Duel Cup 1.0 (32 comments)
Posted by WTFProoF?! @ 07:20 CDT, 31 July 2012 - iMsg
Scheduled: 08:00 CDT, 11 August 2012 to 13:00 CDT, 11 August 2012
Schedule: Passed

Poland daxio has set up the first duel cup for Warsow 1.0. The cup will take place at 08:00 CDT, 11 August 2012 (Saturday). Up to 32 players can sign up to fight against each other in a Single Elimination Bracket. All important information can be found below.


Get Warsow for free
QuakeLive 1v1: Silence Analysis w/ czm (51 comments)
Posted by Kapiter @ 04:19 CDT, 31 July 2012 - iMsg
In this video hosted by United Kingdom ddk, United States of America czm gives a brief overview of the brand new map Silence followed by a look at one of the demos from the grand final of the Adroits silence duel tournament between United States of America czm and Belgium dem0n.

Check it on YouTube.

Links: ddk YouTube channel, Adroits silence duel tournament, Spawns, Items layout
RESP QL Tournaments (30 comments)
Posted by nicerdicer @ 16:02 CDT, 30 July 2012 - iMsg
Russian e-Sport Portal trying to keep this game alive already for a long term, almost weekly tournaments in different game modes with prizes. I want to share with you next few tournaments, all information below.


Links: RESP.su
INFECTED EU DUEL CUP #9 (21 comments)
Posted by onLooSe @ 11:22 CDT, 30 July 2012 - iMsg
Scheduled: 08:30 CDT, 4 August 2012 to 12:00 CDT, 4 August 2012
Schedule: Passed

Hello guys! Let's honor Zotac with some nice duels! Last week we had really close finals! Germany dsdl got 3rd place losing to our winner Lithuania Void! Void went through the loser brackets to return in the final and showed us some great dueling! Sweden Slafz got the second place - playing amazing in the winner brackets. Congratulations to all players and thank you for your great performance!

Our Infected EU Duel Cup #9 takes place on European servers and all players of all skill levels are welcome! You can already sign up, and make sure to have a stay on IRC at #infectedGaming while the cups proceeds.


If you want to stream the cup, you can contact us on our web page or or by IRC. The streams will be anounced in our IRC during the tournament. Visit the cup page for extended rules.

Edit: 2 maps added to switch back to 7 map pool - Tox + T9

Links: Rules + Sign Up + brackets, Infected Gaming, Demos From all top 3 players - not only the final round, #infectedGaming
Adroits LAN earlybird deadline reminder (26 comments)
Posted by Seanza @ 09:24 CDT, 30 July 2012 - iMsg
Hi everybody! Just a quick reminder to tell you that the payment deadline for the Earlybird tickets is fast approaching. With only 7 days left until the deadline, make sure to get your payments sent as soon as possible!

If you sign up prior to the deadline, but do not pay prior to the deadline, you will receive a new email with your new payment information. If you send your payment prior to the deadline, make sure to email us with proof of payment when you send it. This way we can confirm you earlier.

Deadline: August 5th 2012 at 11:00 CDT

This deadline applies to the following tournaments:

- Quake Live Duel Championship
- Quake Live CTF Championship
- Wolfenstein: Enemy Territory

Useful links: News source, QL tournament hub, Like us on Facebook, Follow us on Twitter
Q3 ReLoaDeD 3v3 NoGhost Cup - Finalists (2 comments)
Posted by q3reloaded.com @ 07:19 CDT, 30 July 2012 - iMsg
The groups stage in Q3 ReLoaDeD 3v3 Noghost Cup has ended with the last matches played last night. 8 teams got their tickets to the finals. We would like to congratulate all the teams and their respective members who could make it to the finals. We also would like to thank all other teams and players for their contribution to the RLDD 3v3 NoGhost Cup.

There have been around 40 matches (including forfeited ones) played in the groups stage that we have just finalized. RLDDTV streamed around 20 of these matches most of which are casted as well. The scoreboards and match scores for the groups stage and the teams going to the finals from each group are listed below.





Links Cup Website , VOD, RLDD Facebook , IRC Channels on QuakeNet #q3reloaded, #rcup , #rldd ,
Site summary for week ending 27 Jul (2 comments)
Posted by ESReality @ 18:00 CDT, 29 July 2012 - iMsg
Warsow 1.0 released (319 comments)
Posted by wn @ 14:30 CDT, 28 July 2012 - iMsg
After 7 long years of development, Warsow is now out of beta!

Among many other new features and general improvements, Warsow 1.0 introduces Web profiles, which provide stats, awards, friend lists, match history, and even demo downloads.


Links: Homepage, Changelog, Download, Trailer
2D Demo Viewer: making visualizations (5 comments)
Posted by Memento_Mori @ 07:11 CDT, 28 July 2012 - iMsg
Hello,

this article describes how to create visualizations for the recently released Uber 2D Demo Viewer.

Introduction

This is still an evolving process, and the current solution involves quite some manual work. You need to be a bit techie and be familiar with different tools (3D modeling/rendering, Photoshop, Radiant).

Process

1. The first step is to generate a 2D rendering or illustration of a map. On this article, I described a process to extract Quake Live maps.

Once you get the 3D model out, the tricky part starts. Ideally you would like to remove any surface whose normal is pointing downward. This is however not enough. Maps have tons of "hidden polygons" outside the reachable walls, and all those contribute in screwing up visualizations.


Once you created a 2D image, you need to save it as PNG with the name of the map, and place it in the "..\U2DDV_v0.1\data\maps" folder.

2. The second part is to create a simple text file that includes the boundaries of your visualizations in Quake coordinates.

This process requires you to have q3radiant (or gtk-, or net-) installed, as well as the .map file for the arena you are working on. You should have the converted .map if you did step 1 using the QL Map Converter, as proposed in the article above.

Done manually this process may be quite annoying, as it all depends on how much margin you have left around the map in your visualization. In the readme file in "..\U2DDV_v0.1\data\maps" you find a dirty hack on how do this.

To make the process simpler, I coded a simple Map Ruler (thanks Switzerland myT for hosting). The process on how to use this is below.


3. If you have done everything correctly, your "..\U2DDV_v0.1\data\maps" folder should now contain "yourmap.png" and "yourmap.txt". Whenever the demo viewer recognizes "yourmap" being played, it will load your visualizations. If you have made mistakes in the formatting of the .txt file, the log window should complain.

Good luck!
2D Demo Viewer 0.1 Released (112 comments)
Posted by Memento_Mori @ 18:04 CDT, 27 July 2012 - iMsg
Switzerland Memento_Mori and Switzerland myT are proud to release the first version of the Uber 2D Demo Viewer (U2DDV). This program allows you to visualize Quake Live and Quake 3 demos from a top-down perspective for analysis and quick demo preview.






Link: Project Page ~ Screenshots: Duel, TDM ~ Download: Win, Linux
The last ZOTAC QL Duel Cup (472 comments)
Posted by xou @ 03:56 CDT, 27 July 2012 - iMsg
Scheduled: 07:00 CDT, 29 July 2012 to 12:00 CDT, 29 July 2012
Schedule: Passed

Yesterday it was announced on ZOTAC's website that the 144th ZOTAC Quakelive duel cup will be the last one. With its first edition played on the 4 October 2009, the cup series lasted for 34 months and had more than 14 300€ in price money.

Last week, Belarus Cypher took down Spain p0ni in a very short final (VODs) and reached the 2nd rank in the Hall of Fame.


VODs: Holysh1t, Level Up
Links: Tournament page + Streams + Brackets, mIRC #zotac.qlive // HoF
ESWC North American qualifiers open (36 comments)
Posted by Badb0y @ 14:07 CDT, 25 July 2012 - iMsg
Mike from Plantronics want us to know that the registrations are open for NA qualifier of Electronic Sports World Cup 2012.

Plantronics GameCom is excited to host the 2012 ESWC North American qualifier for Starcraft 2, Counter-Strike: Global Offensive, and DOTA 2. The qualification process for each game will begin online, with the top two winners from the online qualifier earning a paid trip (up to $1,200 per person) to compete live at PAX Prime in the Plantronics GameCom booth. Each winner from PAX will then go on to the ESWC Grand Finals in Paris, France with a paid trip (up to $3,000 per person) courtesy of Plantronics GameCom and the ESWC North America sponsors.

* Official qualifiers are being held for SC2, CS:GO, and DotA2
* Teams that have a fully registered, confirmed team in DotA2 or CS:GO will get beta keys for the game so they can play in the online tournament
* Registration closes Jul 28th
* North American qualifier is being sponsored by Plantronics GameCom
* Finals will be Live at PAX

Links: ESWC Registration Homepage, Path to ESWC
Silence Duel Tournament (157 comments)
Posted by twister @ 12:51 CDT, 25 July 2012 - iMsg
Scheduled: 13:30 CDT, 26 July 2012 to 17:30 CDT, 26 July 2012
Schedule: Passed

Yesterdays Quake Live update saw the introduction of two new duel maps: Silence and Windsong Keep. The former of them, created by Germany Ferdinand "cityy" List persuades by a unique look and layout. The map features one mega health, one red armor, one yellow armor and two green armors but at the same time it is completely different from all current maps in the way it plays. To further test the map and see if it's suitable for competitive map pools I'm organizing a cup tomorrow, available to all European players. As a little incentive the winner of the tournament will recieve an entry ticket to the Adroits duel tournament. More cups from the Adroits organizers to test potential maps will follow shortly.


Streams: United Kingdom ddk, United Kingdom Holysh1tTV, Russia 102 TV
Links: Sign Up, Demos (twister vs czm, czm vs jaysson), mIRC#adroits.quake, Spawn Vis.
Notable Signups: Belgium dem0n, United States of America czm, Netherlands baksteen, Lithuania guard, Germany jaysson, Germany twister & more
Mazamovie 6 (48 comments)
Posted by twister @ 10:50 CDT, 25 July 2012 - iMsg



0 1 2 3 4 5 6 7 8 9 10
Rating: 8.2 (81 votes)
Quakelive movie featuring duel frags by Finland maza


Contact: maza` @ mIRC#raab
OSL KeSPA GROUPS ANNOUNCED (18 comments)
Posted by esdf @ 10:33 CDT, 25 July 2012 - iMsg
With all the OSL prelims over, and GSL groups already announced, the KeSPA groups are here too. The players have been divided in three groups over two play days, and only players missing from KeSPA are sc2_terranFantasy and sc2_protossJangBi, but don't worry, they are seeded directly in to the tournament due to reaching the finals of tving OSL 2012, the last Brood War OSL ever.

Six players will move on (top two from each group) and form the Round of 16 along with the 8 GSL players (sc2_protossOZ, sc2_terranMVP, sc2_zergNestea, sc2_protossPartinG, sc2_zergDRG, sc2_protossSan, sc2_protossMC, sc2_terranMarineKing) and 2 more seeded KeSPA players (the aforementioned sc2_terranFantasy and sc2_protossJangBi).

Here are the groups, along with their schedule.


Links: Original announcement (KR), TeamLiquid announcement (EN), YouTube Stream (most likely)
<< Previous Page || Next Page >>
Conceived and created by Sujoy Roy (Legal Notices)
RSS Feed Information, Link Buttons and Banners