Discuss this page on this page's [[TranscendenceAdventure Talk Page|Talk Page]]. FIXME Please correct any inaccuracies. =====Overview===== This is only used for 'adventures'. That is to say files that go in the extensions directory to provide an alternative game start (with new system topology, etc.). It is not included in the Transcendence [[http://xelerus.de/index.php?s=mod&id=324|XML'd elementDocument]]. =====Basic Properties===== **UNID=** This is the [[UNID]] of the adventure. All adventures and extensions must have a globally unique UNID. **name=** This is the player-visible name of the adventure. **apiVersion=** This is version of the API that the adventure wants to use. As of version 1.08e this value must be 12. If you wish to use an earlier version of the API then you must use the older **version=** property. See: [[API version]]. **release=** This is currently reserved for future expansion. It must be set to a value of "1". **credits=** This optional property is a semicolon-separated list of names; these are the people credited with creating the adventure. =====Older Examples===== Actual examples of this in use can be seen only in [[http://xelerus.de/index.php?s=mods&c=Adventure%20Extensions|Adventure extension]] mods. In similar way to [[]] it contains every element used in an adventure extension xml file. The following is taken from [[http://xelerus.de/index.php?s=mod&id=223|longway.xml]]. ===Child elements and attributes=== TODO See also [[]] Go back to list of [[..:XML|tags]]