User Tools

Site Tools


modding:xml:transcendencemodule

Discuss this page on this page's Talk Page.

FIXME Please correct any inaccuracies.

<TranscendenceModule>

This is used for Transcendence source files other than Transcendence.xml. Actual examples of this in use can be seen in those source files. It is not included in the Transcendence XML'd elementDocument.

In similar way to <TranscendenceExtension> it contains every element used in one of the source xml files.

The following is taken from BattleArena.xml.

  <TranscendenceModule>
      <Sovereign UNID="&svGladiator;"
              name="gladiator"
              alignment="constructive chaos"
              >
          <Relationships>
  

… skip …

  
      <!-- Resources -->
      <Image UNID="&rsBattleArena;" bitmap="Resources\BattleArena.jpg" bitmask="Resources\BattleArenaMask.bmp"  
             backColor="0x00000000" loadOnUse="true"/>
      <Image UNID="&rsBattleArenaExtra;"    bitmap="Resources\BattleArenaExtra.jpg" 
             bitmask="Resources\BattleArenaExtraMask.bmp" backColor="0x00000000" loadOnUse="true"/>
      <Image UNID="&rsBattleArenaBkgnd;" bitmap="Resources\BattleArenaScreen.jpg" loadOnUse="true" />
  </TranscendenceModule>

Child elements and attributes

TODO

See also <TranscendenceExtension>

Go back to list of tags

modding/xml/transcendencemodule.txt · Last modified: 2014/12/27 04:40 by 127.0.0.1