Changes between Version 3 and Version 4 of SmokinGuns/Resources
- Timestamp:
- Jan 14, 2015, 9:52:28 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SmokinGuns/Resources
v3 v4 1 1 = Introduction = 2 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 3 5 4 == Coding == … … 25 24 * FTP of Id Software: ftp://ftp.idsoftware.com/idstuff/ 26 25 27 28 26 == Mapping == 29 27 * Joe Kari's blog about mapping in the game: http://sgq3-mapping.blogspot.ch/ 30 28 * Custom maps for quake 3 (they may work with our game, who knows?): http://lvlworld.com/ 31 * Quark official page (an alternative editor for the game): http://quark.sourceforge.net/32 29 33 === Radiant === 30 === Generic Tutorials === 31 * Bubba's arena: http://www.1upclan.info/hosted/bubba-map-tuts/ 32 * Q3radiant Help: https://web.archive.org/web/20120718223825/http://www.wemakemaps.com/Q3Radianthelp.htm 33 * Mapping 4Newbies (archive.org): https://web.archive.org/web/20130921062144/http://www.planetwolfenstein.com/4newbies/mapping.htm 34 * RTCW/ET Mapping Tutorials: https://web.archive.org/web/20090310074930/http://www.wolfensteinx.com/surface/tutorials.html 35 * Surface Mapping Resources: https://web.archive.org/web/20091018094705/http://www.wolfensteinx.com/surface/links.html 36 * RTCW/ET Mapping Tutorials: http://www.enemyterritory-stuff.net/Tutorials.html 37 * Cardigan's Mapping Tips: https://web.archive.org/web/20090307152318/http://cardigan.planetquake.gamespy.com/tips_topmappingtips.html 38 * Cardigan's Bot Optimization Tutorial: https://web.archive.org/web/20090204100333/http://cardigan.planetquake.gamespy.com/tips_botopt.html 39 * Rich Diesal's JK2 mapping guid: https://web.archive.org/web/20100420041431/http://www.richdiesal.map-craft.com/tutorials/ 40 * ReD_NeCKersoN's video page on Mod DB: http://www.moddb.com/members/red-neckerson 41 * ReD_NeCKersoN's youtube page (dig in the old videos): https://www.youtube.com/user/sped66/videos 42 * SimonOC: http://www.simonoc.com/pages/articles.htm 43 * Advanced Portal and Hinting Optimization Tutorial: http://www.quake3world.com/forum/viewtopic.php?t=3620 44 * Nib's Detail & Hint Brushes Tutorial: https://web.archive.org/web/20100222084426/http://www.nibsworld.com/rtcw/tutorial_detail_and_hint_brushes_part2.shtml 45 * Brainerd Hint brushes Tutorial: https://web.archive.org/web/20120508024513/http://www.wemakemaps.com/hintbrushes.htm 46 * Understanding Vis and Hint Brushes: http://tremmapping.pbworks.com/w/page/22453205/Understanding%20Vis%20and%20Hint%20Brushes 47 * Optimisation : Les Leafs et les Hint brushs (in french): http://easymapping.free.fr/html/tuto/hint.php 48 49 === Editors === 34 50 * GTKRadiant's homepage: https://icculus.org/gtkradiant/ 35 51 * GtkRadiant on wikibooks: https://en.wikibooks.org/wiki/GtkRadiant 52 * Débuter avec GtkRadiant (in french): http://www.game-lab.com/index.php?section=tutorials§ion_id=1&p=tutorial&action=showtut&id=93 36 53 * NetRadiant on wikibooks: https://en.wikibooks.org/wiki/NetRadiant 54 * Quark official page (an alternative editor for the game): http://quark.sourceforge.net/ 55 * Q3Ase - shader editor page: http://www.bpeers.com/software/q3ase/ 37 56 38 57 === Q3Map2 === 39 58 * Q3Map2's website (with shader manual): http://robotrenegade.com/q3map2/ 40 59 * Q3Map2 on wikibooks: https://en.wikibooks.org/wiki/Q3Map2 60 * Q3Map2Toolz' page: http://tremmapping.pbworks.com/w/page/22453189/Q3map2Toolz 41 61 42 62 === EasyGen === 43 63 * EasyGen homepage: http://www.webalice.it/bancala/ 44 64 * EasyGen source code on ET:Legacy's Github account: https://github.com/etlegacy/EasyGen 65 * Modsonline Easygen Tutorial: http://modsonline.com/Tutorials-read-91.html 66 * TramDesign Easygen Tutorial: https://web.archive.org/web/20060118213831/http://www.planetwolfenstein.com/tramdesign/tutorials/tut_easygen2.html 45 67 46 68 === Models === 69 * Blender's homepage: http://www.blender.org/ 70 * Skybox with Blender; http://www.katsbits.com/tutorials/blender/rendering-skybox-environment-maps.php 47 71 * Exporting to md3 with Blender: http://www.katsbits.com/tools/#md3 72 * Misfit Model 3d's homepage: http://www.misfitcode.com/misfitmodel3d/ 73 74 === Textures === 75 * Gimp's website: http://www.gimp.org/ 76 * Bump Mapping with photoshop: http://www.surfacegroup.org/tutorials/bump_mapping/index.html 48 77 49 78 … … 53 82 54 83 84 == Server Browser == 85 * XQF's source code: https://github.com/XQF/xqf 86 * Monster Browser's main page: https://code.google.com/p/monsterbrowser/ 87 88 55 89 == Other == 56 90 * List of commands: http://www.joz3d.net/html/q3console.html 91 * Scripting guide: http://wolfensteinet.com/scripting-guide-2/ 92 57 93 58 94