Advertisement
MohenjoDaro

Config XML Exmaple

Dec 28th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.02 KB | None | 0 0
  1. <config>
  2.     <url>https://pastebin.com/d4sUURuC</url><!-- This is the URL to the version history for you game/program. Eg. <url>https://pastebin.com/eD6NNmJQ</url> -->
  3.     <version>0.0.0</version>                <!-- This is the current version the user has downloaded. Do NOT change this value. Default is <version>0.0.0</version> -->
  4.    
  5.     <executables>                           <!-- this is the list of executables the updater will launch when finished updating. Eg. <name>Eclipse Renewal.exe</name> . You can have multiple name nodes if there are multipe files to start. -->
  6.         <name>Eclipse Renewal\client\Eclipse Renewal.exe</name>
  7.         <name>Eclipse Renewal\server\Eclipse Renewal Server.exe</name>
  8.     </executables>
  9.    
  10.     <closeAfterLaunch>True</closeAfterLaunch>
  11.    
  12.     <language>English</language>            <!-- This is the language the user has selected in the updater. New languages can be added in the data/language folder -->
  13.     <skin>Default\Default.xml</skin>        <!-- This is the skin the user has selected. New skins can be added in the data/graphics folder -->
  14. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement