Difference between revisions of "HPL2/TDD"

From Frictional Wiki
Jump to navigation Jump to search
(Upload from wiki)
 
m
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Amnesia – The Dark Descent ==
+
{| class="wikitable" style="margin:auto;"
 +
|+<p style="margin:1em auto 0; text-align:center; width:400px;">[[File:Tdd-header.jpg|250px|link=|Amnesia: The Dark Descent]]</p><p style="margin:1em auto 0; text-align:center; width:400px;"></p>
 +
|'''[[HPL2/Getting_started|<center>Getting started</center>]]'''
 +
|Check out how to quickly get started creating custom content for Amnesia – The Dark Descent.
 +
|-
 +
|'''[[HPL2/TDD/Modding|<center>Modding</center>]]'''
 +
|Create, organize and release your Amnesia mods
 +
|-
 +
|'''[[HPL2/TDD/Level Design|<center>Level Design</center>]]'''
 +
|Work with the Level Editor and create immersive worlds
 +
|-
 +
|'''[[HPL2/Engine_Scripts|<center>Script Functions</center>]]'''
 +
|See a list of all available script functions for Amnesia TDD
 +
|-
 +
|'''[[HPL2/TDD/Scripting|<center>Scripting</center>]]'''
 +
|Some useful links for scripting
 +
|-
 +
|'''[[HPL2/TDD/Modeling|<center>Modeling</center>]]'''
 +
|Import, export, add and modify 3D models for the game
 +
|-
 +
|'''[[HPL2/TDD/Entities|<center>Entities</center>]]'''
 +
|Use the Model Editor to create interactive and dynamic objects
 +
|-
 +
|'''[[HPL2/TDD/Materials|<center>Materials</center>]]'''
 +
|Use the Material Editor to combine texture maps to create materials
 +
|-
 +
|'''[[HPL2/TDD/Effects|<center>Effects</center>]]'''
 +
|About effects: Lights, Billboards, Sounds and Particle Systems (effects like smoke, sparks, blood and fire).
 +
|-
 +
|'''[[HPL2/Tutorials|<center>Tutorials</center>]]'''
 +
|Step-by-step guides on a variety of topics, created by the community
 +
|-
 +
|'''[[HPL2/Third party tools|<center>Third-Party Tools</center>]]'''
 +
|Useful developer tools, some of which are created by the community
 +
|-
 +
|'''[[HPL2/Glossary|<center>Glossary</center>]]'''
 +
|Explanations for terms you may encounter
 +
|}
  
=== Setting up a development environment ===
+
[[Category:Entry pages]]
 
+
__NOTOC____NOEDITSECTION__
Follow this [[:hpl2:amnesia:devenvguide|guide]] to set up the game for development.
 
 
 
=== Entities ===
 
 
 
List of all [[:hpl2:amnesia:entities|Entities]] and their properties that can be set with the model editor.
 
 
 
=== Areas ===
 
 
 
List of all [[:hpl2:amnesia:areas|areas]] and what they do.
 
 
 
=== Script ===
 
 
 
List of all [[:hpl2:amnesia:script_functions|script functions]].
 
 
 
=== Setting up a Custom Story ===
 
 
 
List of [[:hpl2:amnesia:custom_story|steps]] to wrap up a custom story for Amnesia.
 
 
 
=== Setting up a Full Conversion ===
 
 
 
How to do a [[:hpl2:amnesia:full_conv|full conversion]] for Amnesia.
 
 
 
=== Config files ===
 
 
 
List of all [[:hpl2:amnesia:config_files|config files]] in the game.
 

Latest revision as of 23:20, 8 September 2020

Amnesia: The Dark Descent

Getting started
Check out how to quickly get started creating custom content for Amnesia – The Dark Descent.
Modding
Create, organize and release your Amnesia mods
Level Design
Work with the Level Editor and create immersive worlds
Script Functions
See a list of all available script functions for Amnesia TDD
Scripting
Some useful links for scripting
Modeling
Import, export, add and modify 3D models for the game
Entities
Use the Model Editor to create interactive and dynamic objects
Materials
Use the Material Editor to combine texture maps to create materials
Effects
About effects: Lights, Billboards, Sounds and Particle Systems (effects like smoke, sparks, blood and fire).
Tutorials
Step-by-step guides on a variety of topics, created by the community
Third-Party Tools
Useful developer tools, some of which are created by the community
Glossary
Explanations for terms you may encounter