User Tools

Site Tools


modding:mod_shell

Differences

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

Link to this comparison view

modding:mod_shell [2012/06/10 19:04] – created star_weavermodding:mod_shell [2014/12/27 04:40] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<code>
 +<?xml version="1.0" encoding="utf-8"?>
 +<!DOCTYPE TranscendenceExtension
 +[
 + <!ENTITY UNIDExtention "0xeee00000">
 + <!ENTITY myUnid1       "0xeee00001">
 + <!ENTITY myUnid2       "0xeee00002">
 + <!ENTITY myUnid3       "0xeee00003">
 + <!ENTITY myUnid4       "0xeee00004">
 + <!ENTITY myUnid5       "0xeee00005">
 + <!ENTITY myUnid6       "0xeee00006">
 + <!ENTITY myUnid7       "0xeee00007">
 + <!ENTITY myUnid8       "0xeee00008">
 + <!ENTITY myUnid9       "0xeee00009">
 +]>
 +
 +<!-- Don't release a mod without getting your own unid range and replacing the 'eee0' part with it. -->
 +
 +<TranscendenceExtension UNID="&UNIDExtention;" version="1.0" 
 + name="My Personal Mod" credits="Me">
 +<!-- Most mod stuff starts here -->
 +
 +
 +</TranscendenceExtension>
 +</code>