-
Notifications
You must be signed in to change notification settings - Fork 0
/
Global Game Settings.xml
66 lines (66 loc) · 2.18 KB
/
Global Game Settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<settings>
<graphics>
<scalingPercent>-1</scalingPercent>
<displayCursor>false</displayCursor>
<useVsync>false</useVsync>
<interpolateColors>false</interpolateColors>
<colorOutsideRoom>000000</colorOutsideRoom>
</graphics>
<windowing>
<startFullscreen>false</startFullscreen>
<dontDrawBorder>false</dontDrawBorder>
<allowWindowResize>true</allowWindowResize>
<alwaysOnTop>false</alwaysOnTop>
<dontShowButtons>false</dontShowButtons>
<switchVideoMode>false</switchVideoMode>
</windowing>
<splashImage>
<showCustom>true</showCustom>
<partiallyTransparent>false</partiallyTransparent>
<alphaTransparency>255</alphaTransparency>
</splashImage>
<progressBar>
<mode>LOADBAR_NONE</mode>
<scaleImage>true</scaleImage>
</progressBar>
<keys>
<letF1ShowGameInfo>false</letF1ShowGameInfo>
<letF4SwitchFullscreen>false</letF4SwitchFullscreen>
<letF5SaveF6Load>false</letF5SaveF6Load>
<letF9Screenshot>true</letF9Screenshot>
<letEscEndGame>false</letEscEndGame>
<treatCloseAsEscape>false</treatCloseAsEscape>
</keys>
<errors>
<displayErrors>true</displayErrors>
<writeToLog>true</writeToLog>
<abortOnError>false</abortOnError>
<treatUninitializedAsZero>false</treatUninitializedAsZero>
</errors>
<gameInfo>
<gameId>907152</gameId>
<author>Faucet Software</author>
<version>2.4.1</version>
<information/>
<versionMajor>2</versionMajor>
<versionMinor>4</versionMinor>
<versionRelease>1</versionRelease>
<versionBuild>0</versionBuild>
<company>Faucet Software</company>
<product>Gang Garrison 2</product>
<copyright>Copyright © 2011 Faucet Software</copyright>
<description/>
<directPlayGuid>62130cf64e5cf4be1f2e1c44c2427da6</directPlayGuid>
</gameInfo>
<system>
<processPriority>PRIORITY_NORMAL</processPriority>
<disableScreensavers>true</disableScreensavers>
<freezeOnLoseFocus>false</freezeOnLoseFocus>
</system>
<includes>
<overwriteExisting>false</overwriteExisting>
<removeAtGameEnd>false</removeAtGameEnd>
<useTempFolder>false</useTempFolder>
</includes>
</settings>