Difference between revisions of "Level Design"
From polycount
EricChadwick (Talk | contribs) (→Units and Scale: Unreal Engine 4 - External Content Development Standards) |
EricChadwick (Talk | contribs) (Ben's Small Bible - homesite) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
== Level Design Tutorials == | == Level Design Tutorials == | ||
* [http://www.worldofleveldesign.com/categories/cat_level_design_tutorials_tips.php Level Design - Tutorials List] from World Of Level Design by Alex Galuzin. | * [http://www.worldofleveldesign.com/categories/cat_level_design_tutorials_tips.php Level Design - Tutorials List] from World Of Level Design by Alex Galuzin. | ||
− | * [ | + | * [https://www.mapcore.org/articles/development/level-design-in-the-last-of-us-part-one-r46/ Level Design in The Last of Us] by ''[http://www.froughol.com François "Furyo" Roughol]'', a three-part series by a Senior Level Designer, analyzing Naughty Dog's level design in The Last of Us. |
* [http://www.curiousconstructs.com/projects/level-design-concepts/ Designing Action: Defining the Encounter in Games] by ''[http://www.curiousconstructs.com/about/ Nathan Cheever]'', an excellent dissection of how successful game levels are designed and made. Recommended! | * [http://www.curiousconstructs.com/projects/level-design-concepts/ Designing Action: Defining the Encounter in Games] by ''[http://www.curiousconstructs.com/about/ Nathan Cheever]'', an excellent dissection of how successful game levels are designed and made. Recommended! | ||
* [http://www.bendarling.net/index.php?page=levels Level design process] by ''Benjamin Darling'' | * [http://www.bendarling.net/index.php?page=levels Level design process] by ''Benjamin Darling'' | ||
Line 15: | Line 15: | ||
* [http://developer.valvesoftware.com/wiki/How_To_Develop_A_Map_That_Works How To Develop A Map That Works] - from ''The Valve Developer Community'' | * [http://developer.valvesoftware.com/wiki/How_To_Develop_A_Map_That_Works How To Develop A Map That Works] - from ''The Valve Developer Community'' | ||
* [http://wiki.beyondunreal.com/Legacy:Map_Planning Map Planning] - from the ''Unreal Wiki'' | * [http://wiki.beyondunreal.com/Legacy:Map_Planning Map Planning] - from the ''Unreal Wiki'' | ||
− | * [http://www. | + | * [http://www.benb-design.net/article02/benssmallbible_1.htm Ben's Small Bible of Realistic Multiplayer Level Design] ([http://www.farcry2.cz/czech_menu/ke_stazeni/mapy-download/Benova-bible-mapy.pdf PDF] which may be older) by ''[http://www.benb-design.net/ Benjamin Bauer]'' |
* [http://www.interlopers.net/articles/what-is-level-design What Is Level Design?] - by ''Sérgio Duarte'' | * [http://www.interlopers.net/articles/what-is-level-design What Is Level Design?] - by ''Sérgio Duarte'' | ||
* [http://www.amazon.com/Level-Design-Concept-Theory-Practice/dp/1568813384 Level Design: Concept, Theory, and Practice] ($) - by ''Rudolf Kremers'' (free preview: [http://www.rudolfkremers.com/Blog/?p=69 Chapter 7 - Reward Systems]) | * [http://www.amazon.com/Level-Design-Concept-Theory-Practice/dp/1568813384 Level Design: Concept, Theory, and Practice] ($) - by ''Rudolf Kremers'' (free preview: [http://www.rudolfkremers.com/Blog/?p=69 Chapter 7 - Reward Systems]) |
Latest revision as of 21:01, 27 February 2016
All about the design of gameplay spaces. These are usually called levels, sometimes stages.
Level Design Tutorials
- Level Design - Tutorials List from World Of Level Design by Alex Galuzin.
- Level Design in The Last of Us by François "Furyo" Roughol, a three-part series by a Senior Level Designer, analyzing Naughty Dog's level design in The Last of Us.
- 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 which may be older) 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.
- MapCore, a forum and community devoted to modding, level design, modeling, concept art, and programming.
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.
- Unreal Engine 4 - External Content Development Standards - units and scale for UE4. (1 unit = 1 cm)
- 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.