Advertisement
djvj

Untitled

Feb 8th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 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="Module_Debugging" required="false" nullable="false">
  15. <KEYTYPE>Boolean</KEYTYPE>
  16. <DESCRIPTION>Enables/Disables the module tooltips when debugging where the module is in regards to controlling actions to select your game. Default is false.</DESCRIPTION>
  17. </KEY>
  18. <KEY name="Rotate_Method" required="false" nullable="false">
  19. <KEYTYPE>String</KEYTYPE>
  20. <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>
  21. <VALUES>
  22. <VALUE>display</VALUE>
  23. <VALUE>irotate</VALUE>
  24. </VALUES>
  25. </KEY>
  26. <KEY name="Rotate_Display" required="false" nullable="false">
  27. <KEYTYPE>String</KEYTYPE>
  28. <DESCRIPTION>Rotate the display 90 degrees either left or right for vertical games.</DESCRIPTION>
  29. <VALUES>
  30. <VALUE description="None">0</VALUE>
  31. <VALUE description="Left">90</VALUE>
  32. <VALUE description="Right">270</VALUE>
  33. </VALUES>
  34. </KEY>
  35. <KEY name="Initial_Selection" required="false" nullable="false">
  36. <KEYTYPE>String</KEYTYPE>
  37. <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>
  38. <VALUES>
  39. <VALUE description="My Tables">MyTables</VALUE>
  40. <VALUE description="Seasons One &amp; Two">Season1</VALUE>
  41. <VALUE description="Season Three">Season3</VALUE>
  42. </VALUES>
  43. </KEY>
  44. <KEY name="Sleep_Until_Logo" required="false" nullable="true">
  45. <KEYTYPE>Integer</KEYTYPE>
  46. <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 7000, which is 7 seconds.</DESCRIPTION>
  47. </KEY>
  48. <KEY name="Sleep_Base_Time" required="false" nullable="true">
  49. <KEYTYPE>Integer</KEYTYPE>
  50. <DESCRIPTION>The multiplier applied to all the sleeps in the module. Default is 1. If you have a problem where the module is not accurately sending keys to Pinball Arcade, try increasing this multplier by .1 at a time.</DESCRIPTION>
  51. </KEY>
  52. </KEYS>
  53. </SECTION>
  54. </SECTIONS>
  55. </INIFILE>
  56. </INIFILES>
  57. </INISCHEMA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement