Bethesda's post-apocalyptic dystopia could be the place to be this holiday season. Is Fallout 3 the AusGamers Game of the Year? Check out our massively in-depth review to find out...
AusGamers is glad to report that Tomb Raider Underworld is another fine addition to the restored Lara Croft franchise. Read our review for all the details.
EA and DICE's Mirror's Edge is finally upon us so we took the game's protagonist, Faith for a spin. How does she handle? You'll have to check out our full review to find out...
code/ Quake III Arena source code ( renderer, game code, OS layer etc. )
code/bspc bot routes compiler source code
lcc/ the retargetable C compiler ( produces assembly to be turned into qvm bytecode by q3asm )
q3asm/ assembly to qvm bytecode compiler
q3map/ map compiler ( .map -> .bsp ) - this is the version that comes with Q3Radiant 200f
q3radiant/ Q3Radiant map editor build 200f ( common/ and libs/ are support dirs for radiant )
While we made sure we were still able to compile the game on Windows, GNU/Linux and Mac, this build didn't get any kind of extensive testing so it may not work completely right. Whenever an id game is released under GPL, several projects start making the source code more friendly to nowaday's compilers and environements. If you are picking up this release weeks/months/years after we uploaded it, you probably want to look around on the net for cleaned up versions of this codebase as well.