User Tools

Site Tools


hpl2:amnesia:areas

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hpl2:amnesia:areas [2012/12/05 15:24]
kemal-kemal
hpl2:amnesia:areas [2019/09/03 21:33] (current)
suspecm Minor clarification changes to the Script areas and the PlayerStart area; added a small hint to the ladder area
Line 1: Line 1:
 ===== Areas ===== ===== Areas =====
  
 +This page lists the type of areas available in [[:​hpl2:​amnesia:​start|Amnesia]],​ and what they do.
  
-This page lists the type of areas available in [[Amnesia]],​ and what they do. +  ​* **Script**: Trigger'​s a script when an object (like the playerlooks at it, collides with it or interacts with it. 
- +  * **PosNode**:​ This is used in combination with Rope areas, to show where the rope ends. 
- +  * **Flashback**:​ Trigger'​s a flashback sequence. 
-    ​* **Script**: Trigger'​s a script when the player looks at it, collides with it or interacts with it. +  * **Sign**: Displays text when the user looks at it. 
-    * **PosNode**:​ This is used in combination with Rope areas, to show where the rope ends. +  * **SlimeDamage**:​ A damage area for the red slime (The Shadow). 
-    * **Flashback**:​ Trigger'​s a flashback sequence. +  * **Examine**:​ This gives an area a description when it is examined. Also allows for different descriptions depending on the player'​s sanity. 
-    * **Sign**: Displays text when the user looks at it. +  * **Insanity**:​ It can trigger sanity events repeatedly depending on your current sanity level (Note: this area doesn'​t have any callback functions, so if you need to do a complex sanity event use the script area). These sanity events include bugs crawling the screen, flies flying around, and insanity sounds. Check "​redist > misc > main_sanity_events.cfg"​ for more information. 
-    * **SlimeDamage**:​ A damage area for the red slime (The Shadow). +  * **Ladder**: This area defines where a ladder is (Note: This is not the actual ladder players will see in the game, but just the area that lets them climb. Make sure you add a ladder model or the players will be climbing on air. Also make sure to keep the area a bit away from the ladder'​s model otherwise it won't work). 
-    * **Examine**:​ This gives an area a description when it is examined. Also allows for different descriptions depending on the player'​s sanity. +  * **Liquid**: This area defines where water is (Note: Just like the ladder this doesn'​t have the actual water effect associated with it). 
-    * **Insanity**:​ It can trigger sanity events repeatedly depending on your current sanity level (Note: this area doesn'​t have any callback functions, so if you need to do a complex sanity event use the script area). These sanity events include bugs crawling the screen, flies flying around, and insanity sounds. Check "​redist > misc > main_sanity_events.cfg"​ for more information. +  * **Sticky**: A sticky area is used to make entities "​stick"​. When an entity is in contact with the area, it will automatically snap to the center of the area. There are several options for tweaking the behavior. 
-    * **Ladder**: This area defines where a ladder is (Note: This is not the actual ladder players will see in the game, but just the area that lets them climb. Make sure you add a ladder model or the players will be climbing on air). +  * **Rope**: Create'​s a rope. For more information on what this does see [[:​hpl2:​amnesia:​start|How to Make a Rope]]. 
-    * **Liquid**: This area defines where water is (Note: Just like the ladder this doesn'​t have the actual water effect associated with it). +  * **PathNode**:​ Guide'​s enemy monsters around the map. 
-    * **Sticky**: A sticky area is used to make entities "​stick"​. When an entity is in contact with the area, it will automatically snap to the center of the area. There are several options for tweaking the behavior. +  * **PlayerStart**: ​Player checkpoints (like where the player ​should spawn when entering ​the level or after he died).
-    * **Rope**: Create'​s a rope. For more information on what this does see [[:​hpl2:​amnesia:​start|How to Make a Rope]]. +
-    * **PathNode**:​ Guide'​s enemy monsters around the map. +
-    * **PlayerStart**: ​Tell's the game where to start the player ​(maps uses PlayerStartArea_1 as the default starting place).+
  
hpl2/amnesia/areas.1354721076.txt.gz · Last modified: 2012/12/05 15:24 by kemal-kemal