User Tools

Site Tools


hpl2:tutorials:start

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
hpl2:tutorials:start [2012/09/16 11:07]
steve
hpl2:tutorials:start [2014/09/08 07:55]
mudbill [Videos] * Fixed another italic I missed =)
Line 8: Line 8:
  
  
-[[:​hpl2:​tutorials:​level_editor:​tutorial_3|Tutorial 3]] How to make an outdoor ​enviroment.+[[:​hpl2:​tutorials:​level_editor:​tutorial_3|Tutorial 3]] How to make an outdoor ​environment.
  
  
Line 15: Line 15:
  
 [[:​hpl2:​tutorials:​level_editor:​tutorial_5|Tutorial 5 ]] Prop dimensions and detailing your map. [[:​hpl2:​tutorials:​level_editor:​tutorial_5|Tutorial 5 ]] Prop dimensions and detailing your map.
 +
 +
 +[[http://​wiki.frictionalgames.com/​hpl2/​tutorials/​level_editor/​level_editor_101|Level Editor 101]]All the basics and some more advanced techniques
  
  
Line 42: Line 45:
  
 ==== Scripting tutorials ==== ==== Scripting tutorials ====
- 
  
 [[:​hpl2:​tutorials:​script:​tutorial_1|Tutorial 1]] Using a tutorial level, with some objects to make basic scripts. [[:​hpl2:​tutorials:​script:​tutorial_1|Tutorial 1]] Using a tutorial level, with some objects to make basic scripts.
- 
  
 [[:​hpl2:​tutorials:​script:​forloop|"​For"​ Loop]] Explains how and when to use the "​for"​ loop. [[:​hpl2:​tutorials:​script:​forloop|"​For"​ Loop]] Explains how and when to use the "​for"​ loop.
  
- +[[:​hpl2:​tutorials:​script:​monsterpathnodes|Monster Path Nodes]] 
-[[:​hpl2:​tutorials:​script:​advancedtimers|Advanced Timers]] Explains how to use multiple timers in one function. + Explains how to set up a monster'​s path and how to trigger it.
- +
- +
-[[:​hpl2:​tutorials:​script:​monsterpathnodes|Monster Path Nodes]] Explains how to set up a monster'​s path and how to trigger it. +
  
 [[:​hpl2:​tutorials:​script:​localandglobalvariables|Local and Global Variables]] Explains what they are and how to use them correctly. [[:​hpl2:​tutorials:​script:​localandglobalvariables|Local and Global Variables]] Explains what they are and how to use them correctly.
- 
  
 [[:​hpl2:​tutorials:​script:​advancedtimers|Advanced Timers]] Explains how to use multiple timers in one function. [[:​hpl2:​tutorials:​script:​advancedtimers|Advanced Timers]] Explains how to use multiple timers in one function.
- 
  
 [[:​hpl2:​tutorials:​script:​scripting_by_xtron_-_item_that_unlocks_a_door|Item That Unlocks a Door]] How to make an item that unlocks a certain door. [[:​hpl2:​tutorials:​script:​scripting_by_xtron_-_item_that_unlocks_a_door|Item That Unlocks a Door]] How to make an item that unlocks a certain door.
- 
  
 [[:​hpl2:​tutorials:​script:​force|Impulse and forces]] Explains how to use the Force and Impulse. [[:​hpl2:​tutorials:​script:​force|Impulse and forces]] Explains how to use the Force and Impulse.
- 
  
 [[:​hpl2:​tutorials:​script:​pushdoorsopen|Push doors open using force]] Explains how to use Force to open doors and entities. [[:​hpl2:​tutorials:​script:​pushdoorsopen|Push doors open using force]] Explains how to use Force to open doors and entities.
  
 +[[:​hpl2:​tutorials:​script:​buttons_that_open_a_door|Buttons that opens a door]] Explains how to make buttons that opens doors.
  
-[[:​hpl2:​tutorials:​script:​buttons_that_open_a_door|Buttons that opens a door]] Explains how to make buttons that opens a door. +[[:​hpl2:​tutorials:​script:​levers_and_secretshelfs|Levers and secret ​bookshelves]] Explains how to make a lever that opens a bookshelf.
- +
- +
-[[:​hpl2:​tutorials:​script:​levers_and_secretshelfs|Levers and secret ​bookshelfs]] Explains how to make a lever that opens a bookshelf. +
  
 [[:​hpl2:​tutorials:​script:​events|Scary events]] Explains how to make scary door events. [[:​hpl2:​tutorials:​script:​events|Scary events]] Explains how to make scary door events.
- 
  
 [[:​hpl2:​tutorials:​scripting:​triggering_monsters_on_entities|Triggering monsters on entities]] Explains how to trigger a monster when picking up an entity. [[:​hpl2:​tutorials:​scripting:​triggering_monsters_on_entities|Triggering monsters on entities]] Explains how to trigger a monster when picking up an entity.
- 
  
 [[:​hpl2:​tutorials:​script:​sequences|Scripting Sequences]] Explains how to build simple and easy to use cutscenes, or sequences for your mod. [[:​hpl2:​tutorials:​script:​sequences|Scripting Sequences]] Explains how to build simple and easy to use cutscenes, or sequences for your mod.
- 
  
 [[:​hpl2:​tutorials:​scripting:​scaresbyjenniferorange|Scares]] Explains in as much detail as possible the multiple scares you can use without having to bring out the monsters. [[:​hpl2:​tutorials:​scripting:​scaresbyjenniferorange|Scares]] Explains in as much detail as possible the multiple scares you can use without having to bring out the monsters.
- 
  
 [[:​hpl2:​tutorials:​scripting:​messages_jenniferorange|Activating/​Using Message Pop-Ups]] Explains how to activate a message to appear when walking into a script area. [[:​hpl2:​tutorials:​scripting:​messages_jenniferorange|Activating/​Using Message Pop-Ups]] Explains how to activate a message to appear when walking into a script area.
- 
  
 [[:​hpl2:​tutorials:​scripting:​crowbartutorialjenniferorange|Using A Crowbar On A Door]] Explains how to script a crowbar to blow open a door. [[:​hpl2:​tutorials:​scripting:​crowbartutorialjenniferorange|Using A Crowbar On A Door]] Explains how to script a crowbar to blow open a door.
  
- +[[:​hpl2:​tutorials:​script:​adding_messages_to_locked_doors|Adding Messages To Locked Doors]] Explains how to display a message when a player ​tries to open a locked door.
-[[:​hpl2:​tutorials:​script:​adding_messages_to_locked_doors|Adding Messages To Locked Doors]] Explains how to display a message when a player ​trys to open a locked door. +
  
 [[:​hpl2:​tutorials:​level_editor:​combininghammerchipperjenniferorange|Combining The Hammer And Chipper]] Explains how to combine your hammer and chipper in your inventory. [[:​hpl2:​tutorials:​level_editor:​combininghammerchipperjenniferorange|Combining The Hammer And Chipper]] Explains how to combine your hammer and chipper in your inventory.
  
- +[[:​hpl2:​tutorials:​scripting:​checkpoints_using_scriptarea_s|Checkpoints using ScriptAreas]] Explains how to make checkpoint using ScriptAreas.
-[[:​hpl2:​tutorials:​scripting:​scaresbyjenniferorange|Checkpoints using ScriptArea'​s]] Explains how to make an checkpoint using ScriptArea'​s. +
  
 ==== Modeling ==== ==== Modeling ====
Line 112: Line 93:
 ====== Videos ====== ====== Videos ======
  
 +[[http://​www.youtube.com/​watch?​v=CklTIT2W4g4|How To Make Level Door ]] - //by Simpanra//
  
-[[http://​www.youtube.com/​watch?​v=CklTIT2W4g4|How To Make Level Door ]] - //by Simpanra//  +[[http://​www.youtube.com/​watch?​v=ABI7NUqkXW0|How To Get a Key To Unlock a Door]] - //by Simpanra//
- +
- +
-[[http://​www.youtube.com/​watch?​v=ABI7NUqkXW0|How To Get a Key To Unlock a Door]] - //by Simpanra//  +
- +
- +
-[[http://​www.youtube.com/​watch?​v=v4WudNebX08|How To Make Water]] - //by Simpanra//  +
- +
- +
-[[http://​www.youtube.com/​watch?​v=ESISPLDbMWM|How To Make a Custom Story Background]] - //by Simpanra//  +
- +
- +
-[[http://​www.youtube.com/​watch?​v=RmIKTH9YRqk|How To Make a Functional and Interactable Ladder]] - //by Simpanra//  +
- +
- +
-[[http://​www.youtube.com/​watch?​v=riFwThqQ68k|How To Name and Describe Keys]] - //by Simpanra//  +
- +
- +
-[[http://​www.youtube.com/​watch?​v=M5x_taEkP8s|Simple Script Function]] - //by Simpanra//  +
- +
- +
-[[http://​www.youtube.com/​watch?​v=1R2F2eVmJ5k|Building and Lighting in The Level Editor]] - //by Khyrpa//  +
- +
- +
-[[http://​www.youtube.com/​watch?​v=d2ShkLEgGNk|Lighting in Level Editor]] - //by Khyrpa//  +
- +
- +
-[[http://​www.youtube.com/​watch?​v=u8EhP59tmjA|Billboards]] - //by Khyrpa//  +
- +
- +
-[[http://​www.youtube.com/​watch?​v=LKxzoAIK8jA|Advanced Candle Light Connecting]] - //by Khyrpa//  +
- +
- +
-[[http://​www.youtube.com/​watch?​v=xIDCoEZ581Q|Wind Scare (Part 1)]] - //by Khyrpa// +
  
 +[[http://​www.youtube.com/​watch?​v=v4WudNebX08|How To Make Water]] - //by Simpanra//
  
-[[http://​www.youtube.com/​watch?​v=Kj-NFkIGafI|Wind Scare (Part 2)]] - //by Khyrpa// +[[http://​www.youtube.com/​watch?​v=ESISPLDbMWM|How To Make a Custom Story Background]] - //by Simpanra//
  
 +[[http://​www.youtube.com/​watch?​v=RmIKTH9YRqk|How To Make a Functional and Interactable Ladder]] - //by Simpanra//
  
-[[http://​www.youtube.com/​watch?​v=0grr7uipnk0|How To Create a Custom Story]] - //by TheVegaNVega// +[[http://​www.youtube.com/​watch?​v=riFwThqQ68k|How To Name and Describe Keys]] - //by Simpanra//
  
 +[[http://​www.youtube.com/​watch?​v=M5x_taEkP8s|Simple Script Function]] - //by Simpanra//
  
-[[http://​www.youtube.com/​watch?​v=uGCTwQQSZ0A|How To Make Journal Entries/​Notes]] - //by RussMoney// +[[http://​www.youtube.com/​watch?​v=1R2F2eVmJ5k|Building and Lighting in The Level Editor]] - //by Khyrpa//
  
 +[[http://​www.youtube.com/​watch?​v=d2ShkLEgGNk|Lighting in Level Editor]] - //by Khyrpa//
  
-[[http://​www.youtube.com/​watch?​v=WfgFEG4TSCE|How To Make Journal Entries/​Mementos]] - //by RussMoney// +[[http://​www.youtube.com/​watch?​v=u8EhP59tmjA|Billboards]] - //by Khyrpa//
  
 +[[http://​www.youtube.com/​watch?​v=LKxzoAIK8jA|Advanced Candle Light Connecting]] - //by Khyrpa//
  
-[[http://​www.youtube.com/​watch?​v=puIfVx0lslA|How To Convert a Custom Story To a Full Conversion]] - //by RussMoney// +[[http://​www.youtube.com/​watch?​v=xIDCoEZ581Q|Wind Scare (Part 1)]] - //by Khyrpa//
  
 +[[http://​www.youtube.com/​watch?​v=Kj-NFkIGafI|Wind Scare (Part 2)]] - //by Khyrpa//
  
-[[http://​www.youtube.com/​watch?​v=9uKBYVEyw1s|How to convert cube map images to DDS format in the GIMP]] - //By YourComputer// +[[http://​www.youtube.com/​watch?​v=0grr7uipnk0|How To Create a Custom Story]] - //by TheVegaNVega//
  
 +[[http://​www.youtube.com/​watch?​v=uGCTwQQSZ0A|How To Make Journal Entries/​Notes]] - //by RussMoney//
  
-[[http://​www.youtube.com/​playlist?list=PLD326789BC99530C8|From Noob to Pro: Amnesia Custom Story Creation Series]] - //By YourComputer// +[[http://​www.youtube.com/​watch?v=WfgFEG4TSCE|How To Make Journal Entries/​Mementos]] - //by RussMoney//
  
 +[[http://​www.youtube.com/​watch?​v=puIfVx0lslA|How To Convert a Custom Story To a Full Conversion]] - //by RussMoney//
  
-[[http://​www.youtube.com/​watch?​v=EnCAbgTY6d8|Adding Voice to your Diaries]] - //By triadtimes// +[[http://​www.youtube.com/​watch?​v=9uKBYVEyw1s|How to convert cube map images to DDS format in the GIMP]] - //By YourComputer//
  
 +[[http://​www.youtube.com/​playlist?​list=PLD326789BC99530C8|From Noob to Pro: Amnesia Custom Story Creation Series]] - //By YourComputer//​
  
-//[[http://​www.youtube.com/​watch?​v=vQEdIAZw5gM&​feature=plcp&​context=C4347014VDvjVQa1PpcFNKLAyG_d-p_QR49e20E_Wo08wpqmVkJz0=|How to create a custom main menu background ​]] //By CTCommunity+[[http://​www.youtube.com/​watch?​v=EnCAbgTY6d8|Adding Voice to your Diaries]] //By triadtimes//​
  
 +[[http://​www.youtube.com/​watch?​v=vQEdIAZw5gM&​feature=plcp&​context=C4347014VDvjVQa1PpcFNKLAyG_d-p_QR49e20E_Wo08wpqmVkJz0=|How to create a custom main menu background ]] - //By CTCommunity//​
  
-[[http://​youtu.be/​Crx5Qd7AgJ0|Using Prop Force: How Do I Know Which Coordinate To Put My Value In?]] - By JenniferOrange+[[http://​youtu.be/​Crx5Qd7AgJ0|Using Prop Force: How Do I Know Which Coordinate To Put My Value In?]] - //By JenniferOrange//
  
 +[[https://​www.youtube.com/​playlist?​list=PLIYfl4qBRihBjRpmQL-izQ4xdAtLblU36|Large playlist of video tutorials for beginners and intermediate developers]] - //By Mudbill//
  
 ===== User-made Tutorials ===== ===== User-made Tutorials =====
hpl2/tutorials/start.txt · Last modified: 2014/12/12 08:51 by mudbill