Difference between revisions of "Level Design"
From polycount
Cheeseplus (Talk | contribs) (Created page with "All about the design of gameplay spaces. These are usually called levels, sometimes stages. == Level Design Tutorials == * [http://www.curiousconstructs.com/projects/level-de...") |
EricChadwick (Talk | contribs) (fixing category links) |
||
Line 28: | Line 28: | ||
== Units and Scale == | == Units and Scale == | ||
− | The units and scale you use is very important. [[Category:EnvironmentModularity|Modular]] meshes should be built to snap to a unit-based grid, and physics calculations depend on certain scales. Fortunately, game editors usually have a scale setting you can use on import to convert from 3d modeler scale into proper game engine scale. | + | The units and scale you use is very important. [[:Category:EnvironmentModularity|Modular]] meshes should be built to snap to a unit-based grid, and physics calculations depend on certain scales. Fortunately, game editors usually have a scale setting you can use on import to convert from 3d modeler scale into proper game engine scale. |
* [http://udn.epicgames.com/Three/UnrealUnits.html UDN: Unreal Units] - what units and scale to use for scenes in Unreal Engine. (Gears of War: 2 units = 1 inch, Unreal Tournament: 1 unit = 2 cm) | * [http://udn.epicgames.com/Three/UnrealUnits.html UDN: Unreal Units] - what units and scale to use for scenes in Unreal Engine. (Gears of War: 2 units = 1 inch, Unreal Tournament: 1 unit = 2 cm) | ||
Line 35: | Line 35: | ||
== More Information == | == More Information == | ||
− | * [[Category:GameDesign]]: creating the overall player experience in the game. | + | * [[:Category:GameDesign]]: creating the overall player experience in the game. |
− | * [[Category:EnvironmentModularity]]: techniques for creating reusable environment meshes. | + | * [[:Category:EnvironmentModularity]]: techniques for creating reusable environment meshes. |
[[Category:Discipline]] | [[Category:Discipline]] |
Revision as of 15:28, 25 September 2014
All about the design of gameplay spaces. These are usually called levels, sometimes stages.
Level Design Tutorials
- Designing Action: Defining the Encounter in Games by Nathan Cheever, an excellent dissection of how successful game levels are designed and made. Recommended!
- Level design process by Benjamin Darling
- GDC 2011 Transcript: Motivating Players in Open World Games by Joel Burgess
- GDC 2008: Level Design Challenges in Crysis: The Long Journey to Open Worlds by Sten Huebler, Lead Designer, Crytek
- Applying the Elements of Design and Principles of Design in Level Art by Jeremy Price
- Gears Of War Multiplayer Map Theory by Lee Perry
- GDC 2010: “What Happened Here?” – Environmental Storytelling by Harvey Smith and Matthias Worch
- Architecture: Form, Space, and Order ($) by Francis D.K. Ching
- Level Design Help Files, a collection of help sites for level design themed files - from the MapCore forums
- How To Develop A Map That Works - from The Valve Developer Community
- Map Planning - from the Unreal Wiki
- Ben's Small Bible of Realistic Multiplayer Level Design (PDF) by Benjamin Bauer
- What Is Level Design? - by Sérgio Duarte
- Level Design: Concept, Theory, and Practice ($) - by Rudolf Kremers (free preview: Chapter 7 - Reward Systems)
- The Hows and Whys of Level Design ($) - by Sjoerd 'hourences' De Jong (reviewed here)
- Maintaining the suspension of disbelief... Polycount forum thread. Discussion about the importance of using imperfection to create believable worlds.
- Level Design Video Tutorials - from 3DBuzz. A ton of useful tutorials and design tips about creating levels.
Level Design Resources
- Level Design Reference Database, a searchable collection of game screenshots with assigned tags that describe the images’ content.
- World of Level Design.com, a website/blog about game environment art and game level design for first person shooters.
- Dave's Mapper, an automatic mapping tool by David Millar
- Unreal Engine 3 tutorials, game industry articles, level design/art/technical tutorials - by Sjoerd 'hourences' De Jong. A ton of tutorials and articles about designing levels with the Unreal Technology.
- LEVEL-DESIGN.org - by 'seir'. Information related to level art and design; for mappers, level designers, environment artists, and any kind of world designer.
Units and Scale
The units and scale you use is very important. Modular meshes should be built to snap to a unit-based grid, and physics calculations depend on certain scales. Fortunately, game editors usually have a scale setting you can use on import to convert from 3d modeler scale into proper game engine scale.
- UDN: Unreal Units - what units and scale to use for scenes in Unreal Engine. (Gears of War: 2 units = 1 inch, Unreal Tournament: 1 unit = 2 cm)
- CryENGINE SDK: Measurement Reference - what units and scale to use for scenes in CryEngine. (Crysis: 1 unit = 1 meter)
- Unity: Import Settings for Meshes - what units and scale to use for scenes in Unity. (Unity physics: 1 unit = 1 meter)
More Information
- Category:GameDesign: creating the overall player experience in the game.
- Category:EnvironmentModularity: techniques for creating reusable environment meshes.