User Tools

Site Tools


modding:xml:transcendenceextension
no way to compare when less than two revisions

Differences

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


modding:xml:transcendenceextension [2014/12/27 04:40] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +Discuss this page on this page's [[TranscendenceExtension Talk Page|Talk Page]].
  
 +FIXME Please correct any inaccuracies.
 +
 +===<TranscendenceExtension>===
 +
 +This is only used for extensions (mod files that go in the extensions directory).  It is not included in the Transcendence [[http://xelerus.de/index.php?s=mod&id=324|XML'd elementDocument]].
 +
 +Actual examples of this in use can be seen in almost any mod, such as [[http://xelerus.de/index.php?s=mod&id=738|Thrusters]].  It contains every element used in a Transcendence extension
 +
 +  <TranscendenceExtension UNID="&ExtensionUNID;" version="1.0"  name="Thrusters v1.0" credits="Prophet">
 +      <Globals>
 +... skip ...
 +      <ItemType UNID="&itThrustReverse;" name="Reverse thrust" virtual="True" />
 +  </TranscendenceExtension>
 +
 +===Sub elements and attributes===
 +
 +**debugOnly=** This attribute can be set to "true" or "false". Extensions with debugOnly="true" are only loaded if the game is started in debug mode.
 +
 +TODO
 +
 +Go back to list of [[..:XML|tags]]
modding/xml/transcendenceextension.txt · Last modified: 2014/12/27 04:40 by 127.0.0.1