Advertisement
friquentin

Untitled

Nov 25th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <Uni-Launcher>
  4. <!-- Your informations about the boot (all the files that the launcher need), the updater (your mods) and the game (your game server) -->
  5. <Boot ip="sftp://root@5.83.162.242/launcher/boot/" username="cloud3071367.nitrado.cloud" password="yg!I6IhD!U1j"/> <!-- ex: ip = ftp://your ip/ or http://your hostname/, username = test, password = test -->
  6. <Updater ip="sftp://root@5.83.162.242/launcher/updater/" username="cloud3071367.nitrado.cloud" password="yg!I6IhD!U1j"/> <!-- ex: ip = ftp://your ip/ or http://your hostname/, username = test, password = test -->
  7. <Game ip="5.62.65.47" password="" port="2302" steamQueryPort="2303" isDns="false"/> <!-- 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 -->
  8.  
  9. <!-- Your links, each link is created dynamicly. See the example to create one -->
  10. <Links>
  11. <!-- <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" -->
  12. <link name="Paramètres" url="settings" icon="Settings"/>
  13. <link name="Twitter" url="https://twitter.com/FreeForLifeArma" icon="Twitter"/>
  14. <link name="Site" url="http://freelifemalden.eu" icon="Web"/>
  15. </Links>
  16.  
  17. <!-- Your server informations that impacting the content of the launcher -->
  18. <Server>
  19. <nameServer name="FreeForLife" caption="Le Role - Play dans le Futur"/> <!-- These informations will be see in the menu -->
  20. <images icon="Icon.png" serverImage="ffl.png"/> <!-- Your images names, accept all the format (maybe?), I advise to choose JPG images (native, not renamed) -->
  21. <requireSteamId>false</requireSteamId> <!-- Write true if you want to have access to the steamId, useful for somes things to the launcher -->
  22. <appPacketUrl>http://appPacket.tk/appPacket</appPacketUrl> <!-- Your appPacket URL, this URL make the Uni-Launcher's update, default URL = http://appPacket.tk/appPacket -->
  23. <alert ip="freelifemalden.eu" username="ni950767_2sql2" password="ivora" database="ni950767_2sql2" extraArgs="SslMode=none;"/> <!-- Your databases informations for the alerts, only support MySQL, you must select an account that allow connection not only to localhost -->
  24. </Server>
  25.  
  26. <!-- Manage the Uni-Launcher design -->
  27. <Design>
  28. <!-- 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 -->
  29. <Server>
  30. <!-- <element type="your type" class="your class" isPing="true or false" (=> only available to serverInformations class) alertCount="your number" (=> only available to shortAlert class)/>
  31. type supported = [panel], class supported = [serverImage, serverInformations, shortAlert, game], is -->
  32. <element type="panel" class="serverImage"/>
  33. <element type="panel" class="serverInformations" isPing="true"/>
  34. <element type="panel" class="shortAlert" alertCount="10"/>
  35. <element type="panel" class="game"/>
  36. </Server>
  37.  
  38. <!-- 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 -->
  39. <UserTab>
  40. <!-- <element type="your type" class="your class" (=> only available to button class) text="your text"
  41. supportBadge="true or false" (=> only available to update and alert class) badgePlacement="your placement" (=> only available to update and alert class)
  42. 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)/>
  43. type supported = [separator, buton], class supported = [server, update, alert]
  44. A SEPARATOR DOESN'T HAVE A CLASS!!! -->
  45. <element type="separator" text="- Serveur -"/>
  46. <element type="button" class="server" text="Serveur"/>
  47. <element type="button" class="update" text="MAJ" supportBadge="true" badgePlacement="Right" offsetApply="+40" name="UpdateTextBlock"/>
  48. <element type="button" class="alert" text="Alerte" supportBadge="true" badgePlacement="Right" offsetApply="+40" name="AlertTextBlock"/>
  49. </UserTab>
  50. </Design>
  51. </Uni-Launcher>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement