Advertisement
djvj

Untitled

Dec 24th, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 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. Requires dxwnd configured for windowed mode. Please read the module notes.</DESCRIPTION>
  13. </KEY>
  14. <KEY name="Rotate_Method" required="false" nullable="false">
  15. <KEYTYPE>String</KEYTYPE>
  16. <DESCRIPTION>The tool you want to use to rotate your desktop. Choiced are display or irotate. The exe of the one you choose should be placed in your Module Extensions folder</DESCRIPTION>
  17. <VALUES>
  18. <VALUE>display</VALUE>
  19. <VALUE>irotate</VALUE>
  20. </VALUES>
  21. </KEY>
  22. <KEY name="Rotate_Display" required="false" nullable="false">
  23. <KEYTYPE>String</KEYTYPE>
  24. <DESCRIPTION>Rotate the display 90 degrees either left or right for vertical games.</DESCRIPTION>
  25. <VALUES>
  26. <VALUE description="None">0</VALUE>
  27. <VALUE description="Left">90</VALUE>
  28. <VALUE description="Right">270</VALUE>
  29. </VALUES>
  30. </KEY>
  31. <KEY name="Initial_Selection" required="false" nullable="false">
  32. <KEYTYPE>String</KEYTYPE>
  33. <DESCRIPTION>The Tables folder Pinball Arcade initially starts up on at the Main Menu. If you own all the games, the default selection will be MyTables.</DESCRIPTION>
  34. <VALUES>
  35. <VALUE description="My Tables">MyTables</VALUE>
  36. <VALUE description="Seasons One &amp; Two">Season1</VALUE>
  37. <VALUE description="Season Three">Season3</VALUE>
  38. </VALUES>
  39. </KEY>
  40. <KEY name="Sleep_Until_Logo" required="false" nullable="true">
  41. <KEYTYPE>Integer</KEYTYPE>
  42. <DESCRIPTION>In Milliseconds, the amount of time to sleep until the Pinball Arcade logo finishes loading. If the module does not cancel this immediately upon the start screen, decrease this value. Default is 6000, which is 6 seconds.</DESCRIPTION>
  43. </KEY>
  44. <KEY name="Sleep_Factor" required="false" nullable="true">
  45. <KEYTYPE>Integer</KEYTYPE>
  46. <DESCRIPTION>In Milliseconds, the base amount of time used on every key send sleep. If the module is not accurate with choosing the table, increase this value. Default is 100, which is 0.1 seconds.</DESCRIPTION>
  47. </KEY>
  48. </KEYS>
  49. </SECTION>
  50. <SECTION name="%RomName%" required="true">
  51. <SECTIONTYPE>Rom</SECTIONTYPE>
  52. <KEYS>
  53. <KEY name="Table_Number" required="true" nullable="false">
  54. <KEYTYPE>Integer</KEYTYPE>
  55. <DESCRIPTION>The number of the table on the grid to choose it. First table is 1, the one bellow is 2, and so on.</DESCRIPTION>
  56. </KEY>
  57. </KEYS>
  58. </SECTION>
  59. </SECTIONS>
  60. </INIFILE>
  61. </INIFILES>
  62. </INISCHEMA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement