User Tools

Site Tools


modding:reference

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
modding:reference [2012/06/29 20:47] gpmmodding:reference [2017/01/20 22:42] xephyr
Line 1: Line 1:
 +===== Reference =====
 +This page contains indexed reference information related to modding.
 +
 +==== XML ====
 +===Root Elements===
 +
 +  * [[modding:xml:TranscendenceAdventure]]
 +  * [[modding:xml:TranscendenceExtension]]
 +  * [[modding:xml:TranscendenceModule]]
 +
 +===Instantiated Design Types===
 +These are types that you can deal with instances of directly.
 +
 +  * [[modding:xml:ItemType]] as itemStructs
 +  * [[modding:xml:MissionType]] as mission objects
 +  * [[modding:xml:OverlayType]] as an element on spaceobjects
 +  * [[modding:xml:ShipClass]] as a spaceobject
 +  * [[modding:xml:StationType]] as a spaceobject
 +  * [[modding:xml:SystemType]] as a node
 +  * [[modding:xml:TemplateType]] as another type!
 +
 +===Singleton Design Types===
 +
 +These are types that you only ever seem to reference by [[UNID]].
 +
 +  * [[modding:xml:AdventureDesc]]
 +  * [[modding:xml:DockScreen]]
 +  * [[modding:xml:EconomyType]]
 +  * [[modding:xml:EffectType]]
 +  * [[modding:xml:Effect]] //(Deprecated in favor of EffectType per the source)//
 +  * [[modding:xml:EncounterTable]]
 +  * [[modding:xml:ItemTable]]
 +  * [[modding:xml:Power]]
 +  * [[modding:xml:ShipTable]]
 +  * [[modding:xml:Sovereign]]
 +  * [[modding:xml:SpaceEnvironment]]
 +  * [[modding:xml:SystemMap]]
 +  * [[modding:xml:SystemPartTable]]
 +
 +==== TLisp ====
 +
 +* [[modding:functions|Function List]]
 +
 +==== Articles ====
 +  * [[modding:xml:adventures_and_extensions|Adventures and Extensions Explained]]
 +  * [[modding:xml:artwork_scales|Artwork Scales]]
 +  * [[modding:xml:game_lifecycle|Game Lifecycle]]
  
modding/reference.txt · Last modified: 2017/01/24 01:57 by xephyr