We are currently updating the articles for 1.09.0. Translated articles will need to be updated by their respective authors.

Difference between revisions of "Mapping"

From No More Room in Hell
Jump to: navigation, search
(A complete redo of the page. Prep for use in replacing other page.)
Line 2: Line 2:
  
 
This is the jump page for mapping NMRiH. Here you can find various guides and helpful topics regarding mapping and level design.
 
This is the jump page for mapping NMRiH. Here you can find various guides and helpful topics regarding mapping and level design.
 
+
<center>
<table width="100%" border="0" style="background-color:#333; color:#FFFFFF">
+
== Table of Contents ==
 +
<table width="50%" border="0" cellspacing="1" cellpadding="0">
 
   <tr>
 
   <tr>
     <td colspan="4" align="center" style="background-color:#222; border:3px solid #000;">Title</td>
+
     <td>'''Level Design Concepts/Technicals'''</td>
 +
    <td>'''NMRiH Specific Entities'''</td>
 +
    <td>'''Gamemode Related'''</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
     <td width="25%" style="background-color:#666666; border:1px solid #000;"><strong>Tile 1</strong></td>
+
     <td>Visibility</td>
     <td colspan="2" rowspan="4"></td>
+
     <td>[[Zombie_Spawning_Setup|Zombie Spawning]]</td>
     <td width="25%" align="right" style="background-color:#666666; border:1px solid #000;"><strong>Zombies</strong></td>
+
     <td>[[Survival_Setup|Survival Gamemode Setup]]</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
     <td style="background-color:#444; color:#FFF; border:1px solid #000;">Body 1</td>
+
     <td></td>
     <td align="right" style="background-color:#444; color:#FFF; border:1px solid #000;">Body 3</td>
+
     <td>[[Player_Spawning_Setup|Player Spawning]]</td>
 +
    <td>[[Objectives_Setup|Objectives Gamemode Setup]]</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
     <td style="background-color:#666666; border:1px solid #000;"><strong>Gamemodes</strong></td>
+
     <td></td>
     <td align="right" style="background-color:#666666; border:1px solid #000;"><strong>Title 4</strong></td>
+
    <td></td>
 +
     <td>[[Extraction_Setup|Extraction]]</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
     <td style="background-color:#444; color:#FFF; border:1px solid #000;">
+
     <td></td>
* [[Survival_Setup|Survival]]
+
    <td></td>
* [[Objectives_Setup|Objective]]
+
    <td>[[Barricading_Setup|Barricades]]</td>
</td>
+
  </tr>
     <td align="right" style="background-color:#444; color:#FFF; border:1px solid #000;">Body 4</td>
+
  <tr>
 +
    <td> </td>
 +
     <td></td>
 +
    <td>[[Item_Spawning_Setup|Item Spawning]]</td>
 
   </tr>
 
   </tr>
 
</table>
 
</table>
 +
</center>
 +
-----
 +
 +
 +
== Level Design Concepts/Technicals ==
 +
 +
=== Visability ===
 +
''Jump to the article: ''[[Visability]]
 +
 +
This is some text to go here. Please fill it up with meaningful text that supports the title of the article. Lorum Ipsum lorumipsum.
 +
 +
 +
== NMRiH Specific Entities ==
 +
 +
=== Zombie Spawning ===
 +
''Jump to the article: ''[[Zombie_Spawning_Setup|Zombie Spawning Setup]]
 +
 +
You need to complete this section of spawn brush setup for both Objective and Survival game modes. A requirement for the spawn system is to have a overlord_zombie_helper entity within the map.
 +
 +
=== Player Spawning ===
 +
''Jump to the article: ''[[Player_Spawning_Setup|Player Spawning Setup]]
 +
 +
No More Room in Hell uses the info_player_nmrih entity as the player spawn point.
 +
 +
 +
== Gamemode Related ==
 +
 +
=== Survival Gamemode Setup ===
 +
''Jump to the article: ''[[Survival_Setup|Survival Setup]]
 +
 +
Introduced in patch 1.03, Survival is a wave-based game mode where the survivors try to hold out against waves of the zombie horde while defending up to six separate "safe zones". Survival maps use the NMS_ prefix.
 +
 +
=== Objectives Gamemode Setup ===
 +
''Jump to the article: ''[[Objectives_Setup|Objectives Gamemode Setup]]
 +
 +
No More Room in Hell uses a slightly unique system for having objective gameplay in its maps. The system may seem a little complex at first but is quite flexible.
 +
 +
=== Extraction ===
 +
''Jump to the article: ''[[Extraction_Setup|Extraction Setup]]
 +
 +
At each of your chosen extraction points, place a nmrih_extract_point entity.
 +
 +
=== Barricades ===
 +
''Jump to the article: ''[[Barricading_Setup|Barricading Setup]]
 +
 +
No More Room in Hell uses an external system for barricade points. However, the process for this is quite simple. In order for your map to use barricading, you need to place nmrih_barricade_point entities
 +
 +
=== Item Spawning ===
 +
''Jump to the article: ''[[Item_Spawning_Setup|Item Spawning Setup]]
 +
 +
No More Room in Hell has a customized system of spawning items, weapons, and ammo. There are two ways of spawning items: directly (via classname), and randomly.

Revision as of 19:23, 27 August 2013


This is the jump page for mapping NMRiH. Here you can find various guides and helpful topics regarding mapping and level design.

Table of Contents

Level Design Concepts/Technicals NMRiH Specific Entities Gamemode Related
Visibility Zombie Spawning Survival Gamemode Setup
Player Spawning Objectives Gamemode Setup
Extraction
Barricades
Item Spawning


Level Design Concepts/Technicals

Visability

Jump to the article: Visability

This is some text to go here. Please fill it up with meaningful text that supports the title of the article. Lorum Ipsum lorumipsum.


NMRiH Specific Entities

Zombie Spawning

Jump to the article: Zombie Spawning Setup

You need to complete this section of spawn brush setup for both Objective and Survival game modes. A requirement for the spawn system is to have a overlord_zombie_helper entity within the map.

Player Spawning

Jump to the article: Player Spawning Setup

No More Room in Hell uses the info_player_nmrih entity as the player spawn point.


Gamemode Related

Survival Gamemode Setup

Jump to the article: Survival Setup

Introduced in patch 1.03, Survival is a wave-based game mode where the survivors try to hold out against waves of the zombie horde while defending up to six separate "safe zones". Survival maps use the NMS_ prefix.

Objectives Gamemode Setup

Jump to the article: Objectives Gamemode Setup

No More Room in Hell uses a slightly unique system for having objective gameplay in its maps. The system may seem a little complex at first but is quite flexible.

Extraction

Jump to the article: Extraction Setup

At each of your chosen extraction points, place a nmrih_extract_point entity.

Barricades

Jump to the article: Barricading Setup

No More Room in Hell uses an external system for barricade points. However, the process for this is quite simple. In order for your map to use barricading, you need to place nmrih_barricade_point entities

Item Spawning

Jump to the article: Item Spawning Setup

No More Room in Hell has a customized system of spawning items, weapons, and ammo. There are two ways of spawning items: directly (via classname), and randomly.