L4D2 Level Design: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Hopefully this doesn't look out of place and/or is inaccurate.)
Line 1: Line 1:
{{l4d2}} This page summarizes new editing features in L4D2.  
{{l4d2}} This page summarizes new editing features in L4D2.  


'''If you're new to creating levels for Left 4 Dead, be sure to check out the [[L4D Level Design Basics Tutorial]].''' The basics of authoring levels are pretty similar between L4D1 and L4D2, and this section focuses on Left 4 Dead 2-specific features.  
'''If you're new to creating levels for the Left 4 Dead series, be sure to check out the [[L4D Level Design Basics Tutorial]].''' The basics of authoring levels are pretty similar between L4D1 and L4D2, and this section focuses on Left 4 Dead 2-specific features.  


For those of you who have existing maps and are looking to update and recompile, you've come to the right place. Your maps will likely need a little bit of tweaking to get running properly, and there are several useful additions to L4D2 mapping that you'll likely want to take advantage of.  
For those of you who have existing maps and are looking to update and recompile, you've come to the right place. Your maps will likely need a little bit of tweaking to get running properly, and there are several useful additions to L4D2 mapping that you'll likely want to take advantage of.  


{{note|This initial set of guided tutorials currently describes some of the features found in L4D2. Due to limited official documentation, additional community derived articles and external sources have been added. New features and changes will become available as the game continues to evolve. Once familiar with the articles covered in this tutorial, please see [[Left 4 Dead 2 Level Creation]] for a larger overview of the current state of L4D2.}}
== New features overview ==
== New features overview ==


Line 11: Line 12:
* Director querying allows your map to do better adapt to your players. You can change paths, change appearance, create a rainstorm, etc., all based on how well players are doing and therefore how "angry" the director is.  
* Director querying allows your map to do better adapt to your players. You can change paths, change appearance, create a rainstorm, etc., all based on how well players are doing and therefore how "angry" the director is.  
* A new <code>[[info_gamemode]]</code> can be used to more easily create a single .BSP map that can change appearance, arrangement, item placement, etc., depending on the game mode being played.
* A new <code>[[info_gamemode]]</code> can be used to more easily create a single .BSP map that can change appearance, arrangement, item placement, etc., depending on the game mode being played.
{{todo|There are other new features that should be added here.}}


== Tutorials ==
== Tutorials ==

Revision as of 07:11, 18 March 2011

Left 4 Dead 2 This page summarizes new editing features in L4D2.

If you're new to creating levels for the Left 4 Dead series, be sure to check out the L4D Level Design Basics Tutorial. The basics of authoring levels are pretty similar between L4D1 and L4D2, and this section focuses on Left 4 Dead 2-specific features.

For those of you who have existing maps and are looking to update and recompile, you've come to the right place. Your maps will likely need a little bit of tweaking to get running properly, and there are several useful additions to L4D2 mapping that you'll likely want to take advantage of.

Note.pngNote:This initial set of guided tutorials currently describes some of the features found in L4D2. Due to limited official documentation, additional community derived articles and external sources have been added. New features and changes will become available as the game continues to evolve. Once familiar with the articles covered in this tutorial, please see Left 4 Dead 2 Level Creation for a larger overview of the current state of L4D2.

New features overview

  • External VMF reference/instance capability allows you to organize your map as multiple VMF files.
  • Additional entities for spawning weapons, items, and upgrades with or without A.I. Director control.
  • Director querying allows your map to do better adapt to your players. You can change paths, change appearance, create a rainstorm, etc., all based on how well players are doing and therefore how "angry" the director is.
  • A new info_gamemode can be used to more easily create a single .BSP map that can change appearance, arrangement, item placement, etc., depending on the game mode being played.
Todo: There are other new features that should be added here.

Tutorials

  1. Legacy Assets
  2. VMF Instances
  3. Weapon and Item Spawning
  4. Director Queries
  5. Multi-Gamemode Support
  6. Scavenge Maps
  7. Wandering Witch
  8. Instructor Hints
  9. Add-on Notes
  10. Tank & Witch Prohibition
  11. Foot Lockers
  12. Hard Rain
  13. Scavenge Finale
  14. Gauntlet Finale
  15. Custom Finale
  16. Detail Prop issues

See also