Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <INISCHEMA>
  3. <INIFILES>
  4. <INIFILE name="%ModuleName%" required="false">
  5. <INITYPE>Module</INITYPE>
  6. <SECTIONS>
  7. <SECTION name="settings" required="false">
  8. <SECTIONTYPE>Global</SECTIONTYPE>
  9. <KEYS>
  10. <KEY name="Fullscreen" required="false" nullable="false">
  11. <KEYTYPE>Boolean</KEYTYPE>
  12. <DESCRIPTION>Enables/Disables Fullscreen. Borderless windowed mode is used when fullscreen is disabled.</DESCRIPTION>
  13. </KEY>
  14. <KEY name="Fullscreen_Width" required="false" nullable="false">
  15. <KEYTYPE>Integer</KEYTYPE>
  16. <DESCRIPTION>The width you want to force in fullscreen mode. If an unsupported width is used, the default will be used, which is your monitor's width.</DESCRIPTION>
  17. </KEY>
  18. <KEY name="Fullscreen_Height" required="false" nullable="false">
  19. <KEYTYPE>Integer</KEYTYPE>
  20. <DESCRIPTION>The height you want to force in fullscreen mode. If an unsupported height is used, the default will be used, which is your monitor's height.</DESCRIPTION>
  21. </KEY>
  22. <KEY name="External_DMD" required="false" nullable="false">
  23. <KEYTYPE>Boolean</KEYTYPE>
  24. <DESCRIPTION>Turning this on will allow the module to hide the window components of the external DMD. To customize placement on the screen, set the other DMD settings in this window. Default is false.</DESCRIPTION>
  25. </KEY>
  26. <KEY name="DMD_X" required="false" nullable="true">
  27. <KEYTYPE>Integer</KEYTYPE>
  28. <DESCRIPTION>The X location you want the DMD to appear at. Default is the right side of your primary monitor. So if your desktop width is 1920, this value will default to 1920.</DESCRIPTION>
  29. </KEY>
  30. <KEY name="DMD_Y" required="false" nullable="true">
  31. <KEYTYPE>Integer</KEYTYPE>
  32. <DESCRIPTION>The Y location you want the DMD to appear at.</DESCRIPTION>
  33. </KEY>
  34. <KEY name="DMD_Width" required="false" nullable="true">
  35. <KEYTYPE>Integer</KEYTYPE>
  36. <DESCRIPTION>The horizontal width of the DMD.</DESCRIPTION>
  37. </KEY>
  38. <KEY name="DMD_Height" required="false" nullable="true">
  39. <KEYTYPE>Integer</KEYTYPE>
  40. <DESCRIPTION>The vertical height of the DMD.</DESCRIPTION>
  41. </KEY>
  42. <KEY name="Offline_Mode" required="false" nullable="false">
  43. <KEYTYPE>Boolean</KEYTYPE>
  44. <DESCRIPTION>Disables the server check at startup for machines without an internet connection. Default is false.</DESCRIPTION>
  45. </KEY>
  46. </KEYS>
  47. </SECTION>
  48. </SECTIONS>
  49. </INIFILE>
  50. </INIFILES>
  51. </INISCHEMA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement