Difference between revisions of "Kit Reference"

From HLKitWiki
Jump to: navigation, search
(Scripting Language{{anchor|scripts}})
 
(41 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{context}}
 
{{context}}
 
[[Category:Kit Reference]]
 
[[Category:Kit Reference]]
 +
 +
==Overview==
  
 
This section details all of the specific formats and mechanisms used within the Kit. This encompasses all of the different file formats, all the scripting contexts and transitions, required and pre-defined elements, and anything else that requires specification. Click on the various topics below to delve into the details for that facet of the Kit.
 
This section details all of the specific formats and mechanisms used within the Kit. This encompasses all of the different file formats, all the scripting contexts and transitions, required and pre-defined elements, and anything else that requires specification. Click on the various topics below to delve into the details for that facet of the Kit.
  
{{important}}This section of the documentation is not yet complete. Topics that have been written will be found at the top of the list below and possess live links. Other topics are simply identified by name, sometimes along with a few notes about what the topic will contain. These topics will be added over time to complete the documentation.
+
==Revision History==
 +
 
 +
The Authoring Kit is an evolving toolset. A detailed summary of the changes and enhancements made within each new version after the initial V3.0 release is accessible via the links below.
 +
 
 +
*{{flalt|Functionality Revision History|Functionality Changes and Enhancements}}
 +
*{{flalt|Skeleton Data File Revision History|Skeleton Data File Changes and Enhancements}}
 +
 
 +
==XML Details==
 +
 
 +
Most of the basics regarding the Kit's use of XML files and their implications can be found in the section on [[XML Files]]. Additional reference details are outlined in the topics below.
 +
 
 +
*{{fl|XML Character Encoding Set}}
 +
 
 +
==Conventions Used Below{{anchor|conventions}}==
 +
 
 +
The reference section of this documentation utilizes a variety of notational conventions for presenting how things work. This includes the syntax used for data files, as well as the formats for other types of files, which are outlined in the topics below.
 +
 
 +
*{{fl|XML Attributes in Data Files}}
 +
*{{fl|Specifying PCDATA in Data Files}}
 +
*{{fl|Optional Attributes in Data Files}}
  
=={{fl|Conventions Used in Reference Section}}==
+
==Tags and Tag Expressions{{anchor|tagexprs}}==
  
A number of important conventions are used throughout the various reference topics below. Be sure to review this section before perusing the other reference topics.
+
Tags are a fundamental building block that a wide range of mechanisms leverage through the Kit. Tags are utilized to identify and classify objects through tag expressions. The following topics delve into the various facets of using tags.
  
=={{fl|XML Details}}==
+
*{{fl|Leveraging Tags Via Tag Expressions}}
 +
*{{fl|Tag Expression Types}}
  
The basics of XML files have already been outlined. This section outlines additional XML details that may be of use.
+
==Scripting Language{{anchor|scripts}}==
  
=={{fl|The ".def" File}}==
+
The types of behaviors that exist within the realm of RPGs is limitless. As such, it's impossible for HL to anticipate everything, so the Kit provides a versatile scripting language that enables data files to adapt to virtually any game system. The scripting language has many facets that you should be familiar with, and the topics below outline the information you'll need.
  
The definition file provides the Kit with the most fundamental information it needs to know about the structure of a game system. All other files are built upon the definition file.
+
*{{fl|Scripting Language Overview}}
 +
*{{fl|Language Syntax}}
 +
*{{fl|Declaring Variables}}
 +
*{{fl|Basic Language Mechanisms}}
 +
*{{fl|Flow Control}}
 +
*{{fl|Other Language Statements}}
 +
*{{fl|Language Intrinsics}}
 +
*{{fl|Special Symbols}}
 +
*[[Encoded Text|Formatting with Encoded Text]]
 +
*{{fl|Script Macros}}
 +
*{{fl|Re-usable Procedures}}
 +
*{{fl|Debugging Mechanisms}}
 +
*{{fl|Compiler Error Messages}}
  
=={{fl|The "*.1st" File}}==
+
==Script Data Access==
  
----
+
The majority of your scripts will focus on accessing and manipulating the data managed within HL. This will involving identifying both the structural and visual elements throughout the data hierarchy. The following topics detail the various pieces involved in data access.
{{tbd}}
+
----
+
  
*The ".core" File
+
{{important}}Be sure you are familiar with the [[Data Manipulation Basics|basics of data manipulation]] before reviewing this content.
**Structural overview
+
**Each XML element of file
+
  
*The ".pri" File
+
*{{fl|Script Contexts}}
**Structural overview
+
*{{fl|Context Transitions}}
**Each XML element of file
+
*{{fl|Target References}}
 +
*{{fl|Data Access Examples}}
 +
*{{fl|Employing Script Macros}}
 +
*{{fl|Script Types}}
  
*The ".aug" File
+
==Structure of Data Files==
**Structural overview
+
**Each XML element of file
+
  
*The ".dat" File
+
There are a number of different types of files that comprise the data files for a game system. Each of the topics below describes the structure of one of these file types.
**Structural overview
+
**Each XML element of file
+
  
*Evaluation cycle
+
*{{fl|Definition File Reference}}
**Relative timing of Leads vs. masters vs. minions
+
*{{fl|Structural File Reference}}
**Rules for sequencing of tasks with the same phase and priority
+
*{{fl|Data File Reference}}
  
*Scripting
+
==Auto-Defined Elements==
**Links back to reference info covered in Basic Concepts section
+
**Language Intrinsic Functions
+
**What about declaring variables? Currently in basic concepts
+
**Compiler error messages
+
**Miscellaneous notes
+
  
*Script Data Access
+
The Kit automatically defines a variety of different structural and visual elements for use in common situations. These auto-defined elements help to streamline and simplify the authoring process, and they are detailed in the topics below.
**List of Contexts
+
**List of Transitions
+
**List of Target References
+
**Script types (i.e. list of different scripts)
+
**Script Macros
+
  
*Tag expressions
+
*{{fl|Pseudo-Fields}}
**List of tag expressions used throughout Kit
+
*{{fl|Auto-Defined Tags and Tag Groups}}
**Annotate when and how to use them
+
*{{fl|Auto-Defined Components and Fields}}
 +
**journal, transact, stackable, gear, shortname, etc.
 +
*{{fl|Auto-Defined Component Sets}}
 +
*{{fl|Auto-Defined Things}}
 +
*{{fl|Auto-Defined Sort Sets}}
 +
*{{fl|Built-in Resources}}
 +
*{{fl|System Resources}}
  
*Visual Elements
+
==Required Elements==
**Rules for auto-sizing and default sizing
+
  
*Pre-Defined Elements
+
There are an assortment of structural and visual elements that every set of data files is required to define. By standardizing on a core set of objects, everything becomes simpler to manage for the data file author. To make the process as easy as possible, the Skeleton data files pre-define these necessary pieces, which you can leave as is or modify if you wish.
**Tags and Tag Groups
+
**Components (journal, transact, stackable, gear, etc.)
+
**Component Sets
+
**Fields
+
**Pseudo-fields
+
**Sort Sets
+
**Things
+
**Built-in Resources
+
**System Resources
+
  
*Required Elements
+
*{{fl|Required Panels}}
**Components
+
*{{fl|Required Forms}}
**Component Sets
+
*{{fl|Required Components and Fields}}
 +
*{{fl|Required Component Sets}}
 +
*{{fl|Required Things}}
  
*Auto-Defined Tags
+
==Other File Formats==
  
*Timing report contents and structure
+
In addition to the various data files, HL utilizes a few other types of files. The contents of these files is documented in the topics below.
  
*Skeleton Data Files
+
*{{fl|Timing Report File Reference}}
**What's provided
+
*{{fl|Portfolio File Reference}}
**How things work
+
**Why elements are provided
+

Latest revision as of 17:36, 25 June 2009

Context: HL Kit

Overview

This section details all of the specific formats and mechanisms used within the Kit. This encompasses all of the different file formats, all the scripting contexts and transitions, required and pre-defined elements, and anything else that requires specification. Click on the various topics below to delve into the details for that facet of the Kit.

Revision History

The Authoring Kit is an evolving toolset. A detailed summary of the changes and enhancements made within each new version after the initial V3.0 release is accessible via the links below.

XML Details

Most of the basics regarding the Kit's use of XML files and their implications can be found in the section on XML Files. Additional reference details are outlined in the topics below.

Conventions Used Below

The reference section of this documentation utilizes a variety of notational conventions for presenting how things work. This includes the syntax used for data files, as well as the formats for other types of files, which are outlined in the topics below.

Tags and Tag Expressions

Tags are a fundamental building block that a wide range of mechanisms leverage through the Kit. Tags are utilized to identify and classify objects through tag expressions. The following topics delve into the various facets of using tags.

Scripting Language

The types of behaviors that exist within the realm of RPGs is limitless. As such, it's impossible for HL to anticipate everything, so the Kit provides a versatile scripting language that enables data files to adapt to virtually any game system. The scripting language has many facets that you should be familiar with, and the topics below outline the information you'll need.

Script Data Access

The majority of your scripts will focus on accessing and manipulating the data managed within HL. This will involving identifying both the structural and visual elements throughout the data hierarchy. The following topics detail the various pieces involved in data access.

IMPORTANT! Be sure you are familiar with the basics of data manipulation before reviewing this content.

Structure of Data Files

There are a number of different types of files that comprise the data files for a game system. Each of the topics below describes the structure of one of these file types.

Auto-Defined Elements

The Kit automatically defines a variety of different structural and visual elements for use in common situations. These auto-defined elements help to streamline and simplify the authoring process, and they are detailed in the topics below.

Required Elements

There are an assortment of structural and visual elements that every set of data files is required to define. By standardizing on a core set of objects, everything becomes simpler to manage for the data file author. To make the process as easy as possible, the Skeleton data files pre-define these necessary pieces, which you can leave as is or modify if you wish.

Other File Formats

In addition to the various data files, HL utilizes a few other types of files. The contents of these files is documented in the topics below.