| 1 | = Introduction = |
| 2 | This page aims to put a list of URLs for someone that wants to get into the code or just just have some deeper knowledge of the engine. |
| 3 | |
| 4 | |
| 5 | * Source code of the game: https://github.com/smokin-guns/SmokinGuns |
| 6 | * ioquake3 website: http://ioquake3.org/ |
| 7 | * Source code of ioq3: https://github.com/ioquake/ioq3 |
| 8 | * Original source code of quake 3: https://github.com/id-Software/Quake-III-Arena |
| 9 | * Wikipedia page of the engine: https://en.wikipedia.org/wiki/Id_Tech_3 |
| 10 | * List of commands: http://www.joz3d.net/html/q3console.html |
| 11 | * Analysis of the quake 3 source code: http://fabiensanglard.net/quake3/index.php |
| 12 | * Looking at the source code of quake 3 by Element 61 |
| 13 | * part 1 http://element61.blogspot.ch/2005/08/looking-at-quake-3-source-part-1.html |
| 14 | * part 2 http://element61.blogspot.ch/2005/08/looking-at-quake-3-source-part-2.html |
| 15 | * part 3 http://element61.blogspot.ch/2005/09/looking-at-quake-3-source-part-3.html |
| 16 | * Joe Kari's blog about mapping in the game: http://sgq3-mapping.blogspot.ch/ |
| 17 | * GtkRadiant on wikibooks: https://en.wikibooks.org/wiki/GtkRadiant |
| 18 | * NetRadiant on wikibooks: https://en.wikibooks.org/wiki/NetRadiant |
| 19 | * Q3Map2 on wikibooks: https://en.wikibooks.org/wiki/Q3Map2 |
| 20 | * Exporting to md3 with Blender: http://www.katsbits.com/tools/#md3 |
| 21 | * UI Design for quake 3: http://rfactory.org/ |
| 22 | * FTP of Id Software: ftp://ftp.idsoftware.com/idstuff/ |
| 23 | * John Carmack's notes: http://www.floodyberry.com/carmack/plan.html |
| 24 | * Presentation of the engine at GDC 1999 |
| 25 | * video: https://archive.org/details/1999-gdc-brianhookquake3 |
| 26 | * notes: http://www.gamers.org/dEngine/quake3/bwh_gdc99.txt |
| 27 | * Custom maps for quake 3 (they may work with our game, who knows?): http://lvlworld.com/ |
| 28 | * Smokin' Guns on moddb: http://www.moddb.com/games/smokin-guns |
| 29 | * Quake 3 on moddb: http://www.moddb.com/games/quake-iii-arena |
| 30 | * GTKRadiant's homepage: https://icculus.org/gtkradiant/ |
| 31 | * Q3Map2's website (with shader manual): http://robotrenegade.com/q3map2/ |
| 32 | * EasyGen homepage: http://www.webalice.it/bancala/ |
| 33 | * EasyGen source code on ET:Legacy's Github account: https://github.com/etlegacy/EasyGen |
| 34 | |
| 35 | |
| 36 | You may also find other resources on this wiki, on the website or in the forum. |