skip to content
Frictional Game Wiki
User Tools
Register
Log In
Site Tools
Search
Tools
Show page
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
Register
>
Recent Changes
Media Manager
Sitemap
Trace:
hpl3:start
<h1>HPL3 Documentation</h1> <div class="level1"> </div> <h2>Engine</h2> <div class="level2"> <p> <a href="/doku.php?id=hpl3:rendering" class="wikilink2" title="hpl3:rendering" rel="nofollow">Rendering</a> <br/> Overview of the different rendering techniques that happens. </p> <p> <a href="/doku.php?id=hpl3:materials" class="wikilink2" title="hpl3:materials" rel="nofollow">Materials</a> <br/> Detailed information on the different material that can be used. </p> <p> <a href="/doku.php?id=hpl3:static_objects" class="wikilink2" title="hpl3:static_objects" rel="nofollow">Static Objects</a> <br/> Some information specific to static objects that are used to build the base geometry of the levels. </p> <p> <a href="/doku.php?id=hpl3:entities" class="wikilink2" title="hpl3:entities" rel="nofollow">Entities</a> <br/> Information regarding entities, which is used for all the interactive and dynamic objects in the world. </p> <p> <a href="/doku.php?id=hpl3:terrain" class="wikilink2" title="hpl3:terrain" rel="nofollow">Terrain</a> <br/> Terrain is quite different from other parts and require some special explanations. </p> <p> <a href="/doku.php?id=hpl3:script" class="wikilink2" title="hpl3:script" rel="nofollow">Script</a> <br/> Scripting is a big part of the engine and meant to implement most of the game related things. </p> <p> <a href="/doku.php?id=hpl3:optimizations" class="wikilink2" title="hpl3:optimizations" rel="nofollow">Optimizations</a> <br/> This part discusses various important optimizations. </p> <p> <a href="/doku.php?id=hpl3:model_export" class="wikilink2" title="hpl3:model_export" rel="nofollow">Model Export</a> <br/> How to properly export models from various programs. </p> <p> <a href="/doku.php?id=hpl3:sound" class="wikilink2" title="hpl3:sound" rel="nofollow">Sound</a> <br/> How the sound system functions and on the needs of assets. </p> </div> <h2>Tools</h2> <div class="level2"> <p> <a href="/doku.php?id=hpl3:main_editors" class="wikilink2" title="hpl3:main_editors" rel="nofollow">Main Editors</a> <br/> The main editor tools are the LevelEditor and the ModelEditor. Here is indepth information on these. </p> <p> <a href="/doku.php?id=hpl3:particle_editor" class="wikilink2" title="hpl3:particle_editor" rel="nofollow">Particle Editor</a> <br/> Used to create particle systems. </p> <p> <a href="/doku.php?id=hpl3:material_editor" class="wikilink2" title="hpl3:material_editor" rel="nofollow">Material Editor</a> <br/> Create the material files for models with this tool. </p> <p> <a href="/doku.php?id=hpl3:model_viewer" class="wikilink2" title="hpl3:model_viewer" rel="nofollow">Model Viewer</a> <br/> The model viewer is used to generate material files and view created models. </p> <p> <a href="/doku.php?id=hpl3:map_viewer" class="wikilink2" title="hpl3:map_viewer" rel="nofollow">Map Viewer</a> <br/> A tool for easy viewing of map files. Also good for optimization. </p> </div> <h2>Game</h2> <div class="level2"> <p> <a href="/doku.php?id=hpl3:setup" class="wikilink2" title="hpl3:setup" rel="nofollow">Setup</a> <br/> Before doing anything, you need to know how to set things up! </p> <p> <a href="/doku.php?id=hpl3:dev_features" class="wikilink2" title="hpl3:dev_features" rel="nofollow">Dev Features</a> <br/> Goes through some of the development specific stuff that can be done in-game. </p> <p> <a href="/doku.php?id=hpl3:commandline" class="wikilink2" title="hpl3:commandline" rel="nofollow">Commandline</a> <br/> What different commands can be used in the command line. </p> <p> <a href="/doku.php?id=hpl3:entity_types" class="wikilink2" title="hpl3:entity_types" rel="nofollow">Entity types</a> <br/> The different basic entity types that are in the game. </p> <p> <a href="/doku.php?id=hpl3:scripting" class="wikilink2" title="hpl3:scripting" rel="nofollow">Scripting</a> <br/> Game specific information on the scripting. </p> <p> <a href="/doku.php?id=hpl3:gui" class="wikilink2" title="hpl3:gui" rel="nofollow">Gui</a> <br/> The way the gui works and how it integrates into the game. </p> <p> <a href="/doku.php?id=hpl3:event_database" class="wikilink2" title="hpl3:event_database" rel="nofollow">Event Database</a> <br/> How the game handles the event database. </p> <p> <a href="/doku.php?id=hpl3:voice_handler" class="wikilink2" title="hpl3:voice_handler" rel="nofollow">Voice Handler</a> <br/> The voice handler system used to handle, you guess it, voices. </p> <p> <a href="/doku.php?id=hpl3:dialog_handler" class="wikilink2" title="hpl3:dialog_handler" rel="nofollow">Dialog Handler</a> <br/> A higher level system that creates dialogs using functionality from the Voice Handler. </p> <p> <a href="/doku.php?id=hpl3:soundscape_area" class="wikilink2" title="hpl3:soundscape_area" rel="nofollow">Soundscape Area</a> <br/> This is a special type of area that needs some explanation. </p> <p> <a href="/doku.php?id=hpl3:guides" class="wikilink2" title="hpl3:guides" rel="nofollow">Guides</a> <br/> A couple of guides with important information on some subjects. </p> <p> <a href="/doku.php?id=hpl3:faq" class="wikilink2" title="hpl3:faq" rel="nofollow">FAQ</a> <br/> Frequently asked question about anything to do with the game and engine. </p> </div> <h2>Tutorials</h2> <div class="level2"> <p> <a href="/doku.php?id=hpl3:dds_texture_export" class="wikilink2" title="hpl3:dds_texture_export" rel="nofollow">DDS Texture Export</a> <br/> A tutorial on how to export a texture using the Nvidia textureTools </p> <p> <a href="/doku.php?id=hpl3:translucent_material" class="wikilink2" title="hpl3:translucent_material" rel="nofollow">Translucent Material</a> <br/> Here is explained how to create a translucent material. </p> <p> <a href="/doku.php?id=hpl3:basic_modeling" class="wikilink2" title="hpl3:basic_modeling" rel="nofollow">Basic Modeling</a> <br/> The basics on modelling. </p> </div> <h2>3rd Party Tools</h2> <div class="level2"> <p> <a href="/doku.php?id=hpl3:codelite_script_editor" class="wikilink2" title="hpl3:codelite_script_editor" rel="nofollow">CodeLite Script Editor</a> <br/> Basic info on using CodeLite as a script editor for Angel Script. </p> <p> z </p> </div>
hpl3/start.1443166395.txt.gz
· Last modified: 2015/09/25 07:33 by
jens2
Page Tools
Show page
Old revisions
Backlinks
Export to PDF
Back to top