Advertisement
Guest User

Untitled

a guest
Jan 31st, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 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. <Boot password="luncherlslrp" username="luncherlslrp" ip="ftp://145.239.131.235/"/>
  9.  
  10. <!-- ex: ip = ftp://your ip/ or http://your hostname/, username = test, password = test -->
  11.  
  12.  
  13. <Updater password="luncherlslrpmod" username="luncherlslrpmod" ip="ftp://145.239.131.235/"/>
  14.  
  15. <!-- ex: ip = ftp://your ip/ or http://your hostname/, username = test, password = test -->
  16.  
  17.  
  18. <Game password="lossantosliferp" ip="145.239.131.235" isDns="false" steamQueryPort="2303" port="2302"/>
  19.  
  20. <!-- 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 -->
  21.  
  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" url="settings" name="Luncher Lossantosliferp"/>
  33.  
  34. </Links>
  35.  
  36. <!-- Your server informations that impacting the content of the launcher -->
  37.  
  38.  
  39.  
  40. -<Server>
  41.  
  42. <nameServer name="Los Santos Life RP" caption="Bienvenu sur Los Santos Life RP"/>
  43.  
  44. <!-- These informations will be see in the menu -->
  45.  
  46.  
  47. <images icon="Icon.jpg" serverImage="ServerImage.jpg"/>
  48.  
  49. <!-- Your images names, accept all the format (maybe?), I advise to choose JPG images (native, not renamed) -->
  50.  
  51.  
  52. <requireSteamId>false</requireSteamId>
  53.  
  54. <!-- Write true if you want to have access to the steamId, useful for somes things to the launcher -->
  55.  
  56.  
  57. <appPacketUrl>http://appPacket.tk/appPacket</appPacketUrl>
  58.  
  59. <!-- Your appPacket URL, this URL make the Uni-Launcher's update, default URL = http://appPacket.tk/appPacket -->
  60.  
  61.  
  62. <alert password="" username="" ip="" extraArgs="" database=""/>
  63.  
  64. <!-- Your databases informations for the alerts, only support MySQL, you must select an account that allow connection not only to localhost, execute the alert.sqf for have the model of the table and see the note section to have all the things about that -->
  65.  
  66.  
  67. </Server>
  68.  
  69. <!-- Manage the Uni-Launcher design -->
  70.  
  71.  
  72.  
  73. -<Design>
  74.  
  75. <!-- 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 -->
  76.  
  77.  
  78.  
  79. -<Server>
  80.  
  81. <!-- <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 -->
  82.  
  83.  
  84. <element class="serverImage" type="panel"/>
  85.  
  86. <element class="serverInformations" type="panel" isPing="true"/>
  87.  
  88. <element class="shortAlert" type="panel" alertCount="10"/>
  89.  
  90. <element class="game" type="panel"/>
  91.  
  92. </Server>
  93.  
  94. <!-- 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 -->
  95.  
  96.  
  97.  
  98. -<UserTab>
  99.  
  100. <!-- <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!!! -->
  101.  
  102.  
  103. <element type="separator" text="- Serveur -"/>
  104.  
  105. <element class="server" type="button" text="Serveur"/>
  106.  
  107. <element name="UpdateTextBlock" class="update" type="button" text="MAJ" offsetApply="+40" badgePlacement="Right" supportBadge="true"/>
  108.  
  109. <element name="AlertTextBlock" class="alert" type="button" text="Alerte" offsetApply="+40" badgePlacement="Right" supportBadge="true"/>
  110.  
  111. </UserTab>
  112.  
  113. </Design>
  114.  
  115. </Uni-Launcher>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement