User:Zozart/category test: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(added low-HTML version) |
||
Line 130: | Line 130: | ||
<div class="capbotbrown"><div></div></div> | <div class="capbotbrown"><div></div></div> | ||
</div> | </div> | ||
</div> | |||
|} | |||
= Low HTML version = | |||
This is a version of the layout with less HTML. | |||
{| cellspacing="0" | |||
|style="width:50%;vertical-align: top;"| | |||
<div align='left' style='width: 97%'> | |||
= Tutorials = | |||
<div class='capsule'> | |||
<div class='captop'><div></div></div> | |||
<div class='capcontent' style='text-align: left'> | |||
== Beginner == | |||
<div class='categoryboxout' id='beginner' {{CategoryBox}}> | |||
=== General === | |||
* [[Getting_Started|Building your first room in Hammer]] | |||
* [[Introduction to Editing]] | |||
* [[3D and 2D Views|Hammer 3D and 2D Views]] | |||
* [[Leaks Explained]] | |||
* [[Inputs_and_Outputs|Entity Inputs and Outputs]] | |||
* [[Optimization]] | |||
=== Game-specific === | |||
* http://developer.valvesoftware.com/w/images/a/a5/Css.gif Counter-Strike: Source | |||
** [[Making levels for Counter-Strike: Source]] | |||
** [[How To Develop A Map That Works]] | |||
</div> | |||
== Intermediate == | |||
<div class='categoryboxout' id='intermediate' {{CategoryBox}}> | |||
=== General === | |||
* [[Source Mapping for Half-Life 1 Mappers]] | |||
* [[Grouping and VisGrouping]] | |||
* [[Cubemaps]] | |||
* [[Physics Entity Overview]] | |||
* [[Entity_Hierarchy_%28parenting%29|Entity Hierarchy (parenting)]] | |||
* [[Displacement|Displacement Surfaces (Terrain)]] | |||
* [[Making_3D_Skyboxes|3D Skyboxes]] | |||
* [[Creating_and_Using_Prefabs|Creating and Using Prefabs]] | |||
* [[How to Release A Map]] | |||
=== Game-specific === | |||
* http://developer.valvesoftware.com/w/images/6/6d/Hl2px16.gif Half-Life 2 | |||
** [[Single-Player Mapping Tips]] | |||
** [[:Category:Regions & Atmospheres|Regions & Atmospheres]] | |||
</div> | |||
== Advanced == | |||
<div class='categoryboxout' id='advanced' {{CategoryBox}}> | |||
=== General === | |||
* [[Advanced Lighting]] | |||
* [[Expert compile mode]] | |||
* [[Using Bspzip to Embed Custom Content]] | |||
* [[Creating Level Overviews]] | |||
* [[Filter Applications]] | |||
* [[Mini-mod tutorial]] | |||
=== Game-specific === | |||
* http://developer.valvesoftware.com/w/images/a/a5/Css.gif Counter-Strike: Source | |||
** [[Bot Navigation for Counter-Strike:Source|Bot Navigation for Counter-Strike: Source]] | |||
</div> | |||
</div> | |||
<div class="capbotbrown"><div></div></div> | |||
</div> | |||
</div> | |||
|style='vertical-align: top;'| | |||
<div style='width: 97%'> | |||
= Reference = | |||
<div align='right'> | |||
<div class='capsule'> | |||
<div class='captop'><div></div></div> | |||
<div class='capcontent' style='text-align: left'> | |||
== Abstract Mapping == | |||
<div class='categoryboxout' id='abstractmapping' {{CategoryBox}}> | |||
{{abstract mapping ideas}} | |||
</div> | |||
== Hammer Editor == | |||
<div class='categoryboxout' id='hammer' {{CategoryBox}}> | |||
* [[Hammer Editor Documentation]] | |||
* [[Hammer Feature Requests]] | |||
</div> | |||
== Objects == | |||
<div class='categoryboxout' id='objects' {{CategoryBox}}> | |||
* [[List of entities]] | |||
* [[:Category:World Models|Prop Gallery]] | |||
* [[:Category:Items|Items (weapons, pickups)]] | |||
* [[:Category:NPCs|NPCs (monsters, allies, characters)]] | |||
</div> | |||
== Troubleshooting == | |||
<div class='categoryboxout' id='troubleshooting' {{CategoryBox}}> | |||
* [[Troubleshooting Level Design]] | |||
* [[Showbudget|Using the Showbudget Panel]] | |||
* [[Compile Errors]] | |||
</div> | |||
== Design Theory == | |||
<div class='categoryboxout' id='concepts' {{CategoryBox}}> | |||
* [[What makes a good level?]] | |||
* [[Single-Player Mapping Tips]] | |||
* [[Bounce (level design)]] | |||
* [[Loops (level design)]] | |||
* [[Push Gameplay]] | |||
* [[Map Compiling Theory]] | |||
* [[RAD (technical)]] | |||
</div> | |||
</div> | |||
<div class="capbotbrown"><div></div></div> | |||
</div> | |||
</div> | |||
</div> | </div> | ||
|} | |} |
Revision as of 18:39, 21 January 2006
Expanded TomEdwards' two-column layout, integrating some of the features from the Main_Page in order to give it a similar style.
Problems:
- Even more HTML than before.
TutorialsBeginnerGeneral
Game-specificIntermediateAdvanced |
ReferenceAbstract MappingObjectsConceptsHammerTroubleshooting |
Low HTML version
This is a version of the layout with less HTML.