ESReality - Where Gaming Meets Reality
Not Logged In | Login | Register
16:59 CDT - 900 users online
All Posts
Jibo -vs- Cypher (1 comment)
Posted by incendiary @ 21:04 CST, 4 March 2023 - iMsg


0 1 2 3 4 5 6 7 8 9 10
Rating: - (0 votes)
Gametype: Duel
Map: pro-q3dm6 - Campgrounds
Mod: CPMA vq3
Viewpoint: Jibo
Version info: 1.46
How to play back Q3 demos


ASUS autumn 2008 winners final between two legends.
This wasn't found anywhere on internet,
so I thought might as well make a backup on good o ESR.
Enjoy if you still have Q3 on your hard disk :D
1143 Hits
SICP count-change iteration challenge (7 comments)
Posted by incendiary @ 21:15 CDT, 17 October 2013 - iMsg
;god damn it

(define (count-change-iter amount)
(cc-fifties amount 0))


(define (cc-fifties amount acc)
(cond ((= amount 0) (+ 1 acc))
((< amount 0) acc)
(else (cc-fifties (- amount 50)
(cc-quarters amount acc)))))


(define (cc-quarters amount acc)
(cond ((= amount 0) (+ 1 acc))
((< amount 0) acc)
(else (cc-quarters (- amount 25)
(cc-dimes amount acc)))))


(define (cc-dimes amount acc)
(cond ((= amount 0) (+ 1 acc))
((< amount 0) acc)
(else (cc-dimes (- amount 10)
(cc-nickels amount acc)))))


(define (cc-nickels amount acc)
(cond ((= amount 0) (+ 1 acc))
((< amount 0) acc)
(else (cc-nickels (- amount 5)
(+ acc 1)))))
6662 Hits
sicp exercise 1.11 (No comments)
Posted by incendiary @ 03:53 CDT, 2 October 2013 - iMsg
(define (F-iter n)
(if (< n 3)
n
(F-iter-aux 2 1 0 n)))

(define (F-iter-aux a b c count)
(if (= count 2)
a
(F-iter-aux (+ a (* 2 b) (* 3 c))
a
b
(- count 1))))
1118 Hits
zero4 + fatal1ty -vs- pureluck + lantern (8 comments)
Posted by incendiary @ 10:15 CST, 5 December 2009 - iMsg


0 1 2 3 4 5 6 7 8 9 10
Rating: - (0 votes)
Gametype: TDM 2v2
Map: N/A
Mod: N/A
Viewpoint: zero4
Version info: q3 1.32
How to play back Q3 demos




grabbed from q3acn.com

Lansanity Finals and WB Finals , in 2001


(all converted to dm_68. view in q3 1.32 with or without osp)
Edited by incendiary at 10:56 CST, 5 December 2009 - 4515 Hits
zero4 + fatal1ty -vs- pureluck + lantern (10 comments)
Posted by incendiary @ 07:36 CST, 5 December 2009 - iMsg


0 1 2 3 4 5 6 7 8 9 10
Rating: - (0 votes)
Gametype: TDM 2v2
Map: N/A
Mod: N/A
Viewpoint: fatal1ty
Version info: q3 1.32
How to play back Q3 demos




grabbed from q3acn.com

Lansanity Finals and WB Finals , in 2001


(all converted to dm_68. view in q3 1.32 with or without osp)
Edited by incendiary at 08:14 CST, 5 December 2009 - 4834 Hits
fatal1ty -vs- elan (22 comments)
Posted by incendiary @ 23:57 CST, 3 December 2009 - iMsg


0 1 2 3 4 5 6 7 8 9 10
Rating: - (0 votes)
Gametype: Duel
Map: q3tourney4 - Vertical Vengeance
Mod: N/A
Viewpoint: fatal1ty
How to play back Q3 demos


digged from challenge-tv.com

old t4, some nice rockets
this was from cpl pacific, but not that famous one

(ive converted the original dm_48 into dm_68. now it can be viewed with osp, or cpma if u dont mind scoreboard errors)
Edited by incendiary at 04:45 CST, 5 December 2009 - 4606 Hits
cypher -vs- k1llmas (1 comment)
Posted by incendiary @ 05:01 CDT, 17 May 2009 - iMsg


0 1 2 3 4 5 6 7 8 9 10
Rating: - (0 votes)
Gametype: Duel
Map: ztn3tourney1 - Blood Run
Mod: CPMA vq3
Viewpoint: multiview
Version info: q3 1.32
How to play back Q3 demos


Asus online, LB semifinal, map 2

rapha: very very gg

thanks to snowingsky@q3acn for recording
Edited by incendiary at 05:16 CDT, 17 May 2009 - 1480 Hits
czm -vs- fox (2 comments)
Posted by incendiary @ 09:08 CDT, 15 May 2009 - iMsg


0 1 2 3 4 5 6 7 8 9 10
Rating: - (0 votes)
Gametype: Duel
Map: ztn3tourney1 - Blood Run
Mod: CPMA vq3
Viewpoint: multiview
Version info: q3 1.32
How to play back Q3 demos

>> [email protected] <<
(2257KB, 156 DLs)

GameGune 2008 playoffs, round 1, map 2

crezy game , though czm was knocked into lose bracket after 3 maps

(if anyone has a better version, do share it)
Edited by incendiary at 09:18 CDT, 15 May 2009 - 1403 Hits
ice climbers -vs- eyeballers (3 comments)
Posted by incendiary @ 12:07 CDT, 9 May 2009 - iMsg


0 1 2 3 4 5 6 7 8 9 10
Rating: 7.5 (1 vote)
Gametype: TDM 4v4
Map: Various Maps
Mod: OSP
Viewpoint: o5 tox,dm14 fox
Version info: 1.32
How to play back Q3 demos


fox said the cpl oslo 2002 finals against eye is probably his most memorable win while in ic.
so just enjoy this.

ospdm5 is the 2nd map, and dm14tmp is the 5th and final map.
Edited by incendiary at 05:42 CDT, 10 May 2009 - 2623 Hits
Next Page >>
Conceived and created by Sujoy Roy (Legal Notices)
RSS Feed Information, Link Buttons and Banners