Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <INISCHEMA>
- <INIFILES>
- <INIFILE name="%ModuleName%" required="false">
- <INITYPE>Module</INITYPE>
- <SECTIONS>
- <SECTION name="settings" required="false">
- <SECTIONTYPE>Global</SECTIONTYPE>
- <KEYS>
- <KEY name="Fullscreen" required="false" nullable="false">
- <KEYTYPE>Boolean</KEYTYPE>
- <DESCRIPTION>Enables/Disables Fullscreen. Requires dxwnd configured for windowed mode. Please read the module notes.</DESCRIPTION>
- </KEY>
- <KEY name="Windowed_Resolution" required="false" nullable="false">
- <KEYTYPE>String</KEYTYPE>
- <DESCRIPTION>Determines resolution for windowed mode (ex. "1920x1080"). Must be set to the same resolution set on Pinball FX2 configurations.</DESCRIPTION>
- </KEY>
- <KEY name="External_DMD" required="false" nullable="false">
- <KEYTYPE>Boolean</KEYTYPE>
- <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>
- </KEY>
- <KEY name="DMD_X" required="false" nullable="true">
- <KEYTYPE>Integer</KEYTYPE>
- <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>
- </KEY>
- <KEY name="DMD_Y" required="false" nullable="true">
- <KEYTYPE>Integer</KEYTYPE>
- <DESCRIPTION>The Y location you want the DMD to appear at.</DESCRIPTION>
- </KEY>
- <KEY name="DMD_Width" required="false" nullable="true">
- <KEYTYPE>Integer</KEYTYPE>
- <DESCRIPTION>The horizontal width of the DMD.</DESCRIPTION>
- </KEY>
- <KEY name="DMD_Height" required="false" nullable="true">
- <KEYTYPE>Integer</KEYTYPE>
- <DESCRIPTION>The vertical height of the DMD.</DESCRIPTION>
- </KEY>
- </KEYS>
- </SECTION>
- </SECTIONS>
- </INIFILE>
- </INIFILES>
- </INISCHEMA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement