Difference between revisions of "Technical Manual"

From ALFA
Jump to: navigation, search
(Builders)
(Builders)
(10 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
* [[Reporting Bugs]]
 
* [[Reporting Bugs]]
 
* [[Crafting Guide]]
 
* [[Crafting Guide]]
* The [[ALFA Development Environment]] (How to use [https://github.com/ GitHub])
+
* [[Introduction to Git]] (How to use [https://github.com/ GitHub])
* [[Alternative Downloads]] for United States and Israel users.
+
 
  
 
== Hosts and HDMs ==
 
== Hosts and HDMs ==
 
* [[Virtual Machine Setup]]
 
* [[Virtual Machine Setup]]
 
* [[Basic Host Requirements]] - NWNx4 and nwn2server, basic requirements to host a module.
 
* [[Basic Host Requirements]] - NWNx4 and nwn2server, basic requirements to host a module.
* [[Connecting to the MySQL Database]]
+
* [[Setting Up MySQL Workbench]]
* [[Connecting to the Server Vault]]
+
 
  
 
== Builders ==
 
== Builders ==
 
* [[ALFA Build Module]]
 
* [[ALFA Build Module]]
* Guide to [[Writing ACR Quests]]
+
* Guide to [[Writing ACR Quests]], as well as an [[Quest Creation Example]].
 
* [[ALFA Base Resources]] (ABR) Basics
 
* [[ALFA Base Resources]] (ABR) Basics
 
* [[Toolset Guide]]
 
* [[Toolset Guide]]
 
* [[Using Local Variables]]
 
* [[Using Local Variables]]
 
* [[Building Areas]]
 
* [[Building Areas]]
 +
** [[Creating Terrain with L3DT and YATT]]
 
* [[Building Doors]]
 
* [[Building Doors]]
 
* [[Building Items]]
 
* [[Building Items]]
 
* [[Building Placeables]]
 
* [[Building Placeables]]
 +
* [[Building Conversations]]
 
* [[Building Creatures]]
 
* [[Building Creatures]]
 
* [[Building Triggers]]
 
* [[Building Triggers]]
 
* [[Building Portals]]
 
* [[Building Portals]]
 
* [[Writing Conversations & Quests]]
 
* [[Writing Conversations & Quests]]
* [[ALFA Spawn]] System: The complete manual
+
* [[ACR Spawn]] System: The complete manual
* [[ALFA Encounter System]]
+
* [[ACR Encounter]] System
* [[Defining Rest Areas]] & Healing Bonuses
+
* [[ACR Rest]]ing & Healing Bonuses
  
 
== Scripters ==
 
== Scripters ==
Line 37: Line 39:
 
* [[Rewarding Experience]]
 
* [[Rewarding Experience]]
 
* [[Spell Scripting]]
 
* [[Spell Scripting]]
 +
** [[Creating RP Spells]]
 
* [[Scripting Items]]
 
* [[Scripting Items]]
 
* [[Scripting Feats]]
 
* [[Scripting Feats]]
 
* [[Script Library]] (General)
 
* [[Script Library]] (General)
 
* [[Developing for ALFA]]
 
* [[Developing for ALFA]]
* [[Creating an ACR C# Project]]
+
* [[Creating CLR Programs]]
 
* [[Creating Instanced Areas]]
 
* [[Creating Instanced Areas]]
 
* [[Running Scripts Remotely]]
 
* [[Running Scripts Remotely]]
Line 56: Line 59:
 
* [[ACR Configuration Settings]]
 
* [[ACR Configuration Settings]]
 
* [[Creating a Content Patch]]
 
* [[Creating a Content Patch]]
 +
* [[Updating Azure Client Libraries]]
 
* [[Release Notes]]
 
* [[Release Notes]]
 +
* [[Server Vault]]

Revision as of 23:04, 29 November 2020

This section is intended to help those interested in building, or just wanting to know how things like the core scripts work. Most of this information is NWN2-specific, though we will have some NWN1 technical documents listed here as well in the days to come. In the meantime, much of this information is outdated or at least in need of organization and qualification.

For Everyone


Hosts and HDMs


Builders

Scripters

Reference Documents:

Technical Documentation