Advertisement
Guest User

Untitled

a guest
Aug 13th, 2019
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. -<Uni-Launcher>
  4.  
  5. <!-- Your informations about the boot (all the files that the launcher need), the updater (your mods) and the game (your game server) -->
  6.  
  7.  
  8. <!-- ex: ip = ftp://your ip/ or http://your hostname/, username = test, password = test -->
  9.  
  10.  
  11. <Boot downloadLimit="0" isFtps="false" password="HyxoRoleplay" username="Arma3Sync" ip="ftp://185.157.244.207/"/>
  12.  
  13. <!-- ex: ip = ftp://your ip/ or http://your hostname/, username = test, password = test -->
  14.  
  15.  
  16. <Updater downloadLimit="0" isFtps="false" password="HyxoRoleplay" username="Arma3Sync" ip="ftp://185.157.244.207/"/>
  17.  
  18. <!-- ex: ip = 178.157.175.154 or test.com, password = test, port = 2302, steamQueryPort = 2303, isDns = if you have a host name, write true, else write false -->
  19.  
  20.  
  21. <Game password="" ip="185.157.244.207" isDns="false" steamQueryPort="2303" port="2302"/>
  22.  
  23. <!-- Your links, each link is created dynamicly. See the example to create one -->
  24.  
  25.  
  26.  
  27. -<Links>
  28.  
  29. <!-- <link name="Your link name" url="your url" icon="your icon"/> the icon name is according to this : https://github.com/MahApps/MahApps.Metro.IconPacks, to open settings set the url at this : url="settings" -->
  30.  
  31.  
  32. <link icon="Settings" iconPack="Material" url="185.157.244.207" name="AltisRealLife"/>
  33.  
  34. </Links>
  35.  
  36. <!-- Your server informations that impacting the content of the launcher -->
  37.  
  38.  
  39.  
  40. -<Server>
  41.  
  42. <!-- These informations will be see in the menu -->
  43.  
  44.  
  45. <nameServer name="AltisRealLife" caption=""/>
  46.  
  47. <!-- Your images names, accept all the format (maybe?), I advise to choose JPG images (native, not renamed) -->
  48.  
  49.  
  50. <images icon="Icon.jpg" serverImage="ServerImage.jpg"/>
  51.  
  52. <!-- The video informations, set the name and if you want the sound (true or false) -->
  53.  
  54.  
  55. <video name="" sound=""/>
  56.  
  57. <!-- The modules you want to load, separate it by a , or a ; -->
  58.  
  59.  
  60. <modules>false</modules>
  61.  
  62. <!-- All your account information from Common-Apps, set automaticly -->
  63.  
  64.  
  65. <account uniqueIdKey="5d9bf848-0e83-40e4-8c30-d1b70484f873" email="renegade.der@gmail.com"/>
  66.  
  67. <!-- Write true if you want to have access to the steamId, useful for somes things to the launcher -->
  68.  
  69.  
  70. <requireSteamId>false</requireSteamId>
  71.  
  72. <!-- Your appPacket URL, this URL make the Uni-Launcher's update, default URL = http://appPacket.tk/appPacket -->
  73.  
  74.  
  75. <appPacketUrl>http://appPacket.tk/appPacket</appPacketUrl>
  76.  
  77. <!-- Your databases informations for the alerts, only support MySQL, you must select an account that allow connection not only to localhost, executethe alert.sql for have the model of the table and see the note section to have all the things about that -->
  78.  
  79.  
  80. <alert password="" username="" ip="" extraArgs="" database=""/>
  81.  
  82. </Server>
  83.  
  84. <!-- Manage the Uni-Launcher design -->
  85.  
  86.  
  87.  
  88. -<Design>
  89.  
  90. <!-- You can change the layout of the panel server, must than 4 elements will be throw an error, the order defined the elements order in Uni-Launcher, each element forgotten will be invisible -->
  91.  
  92.  
  93.  
  94. -<Server>
  95.  
  96. <!-- <element type="your type" class="your class" isPing="true or false" (=> only available to serverInformations class) alertCount="your number" (=> only available to shortAlert class)/>type supported = [panel], class supported = [serverImage, serverInformations, shortAlert, game], is -->
  97.  
  98.  
  99. <element class="serverImage" type="panel"/>
  100.  
  101. <element class="serverInformations" type="panel" isPing="true"/>
  102.  
  103. <element class="shortAlert" type="panel" alertCount="10"/>
  104.  
  105. <element class="game" type="panel"/>
  106.  
  107. </Server>
  108.  
  109. <!-- You can change the layout and the design of the user tab, the order defined the elements order in Uni-Launcher, each element forgotten will be invisible -->
  110.  
  111.  
  112.  
  113. -<UserTab indicator="true" style="legacy" maxWidth="200" width="Auto">
  114.  
  115. <!-- <element type="your type" class="your class" (=> only available to button class) text="your text"supportBadge="true or false" (=> only available to update and alert class) badgePlacement="your placement" (=> only available to update and alert class)offsetApply="your number" (=> only available to update and alert class) name="UpdateTextBlock for update class and AlertTextBlock for alert class" (=> only available to update and alert class)/>type supported = [separator, buton], class supported = [server, update, alert]A SEPARATOR DOESN'T HAVE A CLASS!!! -->
  116.  
  117.  
  118. <element class="icon" type="image"/>
  119.  
  120. <element class="nameServer" type="text"/>
  121.  
  122. <element class="caption" type="text"/>
  123.  
  124. <element type="separator" text="- Serveur -"/>
  125.  
  126. <element class="server" type="button" text="Serveur"/>
  127.  
  128. <element name="UpdateTextBlock" class="update" type="button" text="MAJ" offsetApply="+40" badgePlacement="Right" supportBadge="true"/>
  129.  
  130. <element name="AlertTextBlock" class="alert" type="button" text="Alerte" offsetApply="+40" badgePlacement="Right" supportBadge="true"/>
  131.  
  132. </UserTab>
  133.  
  134. <TextPanel/>
  135.  
  136. <HtmlPanel/>
  137.  
  138. </Design>
  139.  
  140. </Uni-Launcher>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement