-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnew.xml
More file actions
191 lines (181 loc) · 5.32 KB
/
new.xml
File metadata and controls
191 lines (181 loc) · 5.32 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<?xml version="1.0" encoding="UTF-8"?>
<programs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="GameSaveInfo202.xsd"
majorVersion="2" minorVersion="0" revision="2" updated="2011-12-25T00:00:00">
<!-- Staging file for the adding of entries.
If you are modifying an existing entry, copy-paste the entire entry into this file
so that the update system can automatically change the update time
This is the ONLY XML file that can provide duplicate entries without causing an error,
The entries in this file will OVERRIDE the entries in ALL other files.
If this file contains duplicate entries only the LAST one will end up being used
-->
<!--
This is a quick profile template, makes it easy:
<game name="">
<title></title>
<version os="Windows">
<locations>
<path ev path=""/>
<registry root="local_machine" key="" value=""/>
</locations>
<files>
<include />
</files>
<linkable/>
<contributor></contributor>
</version>
</game>
These are entries that need further review before being added
<game name="ThePath">
<title>The Path</title>
<version os="Windows">
<locations>
<path ev="userdocuments" path="The Path" />
<path ev="appdata" path="The Path" />
</locations>
<files>
<include />
</files>
<linkable />
<contributor>GameSaveManager</contributor>
</version>
</game>
<game name="AgeOfEmpiresOnline">
<title>Age of Empires Online</title>
<version os="Windows">
<locations>
<path ev="userdocuments" path="Spartan" />
</locations>
<files>
<include />
</files>
<linkable />
<contributor>GameSaveManager</contributor>
</version>
</game>
<game name="AlexanderTheGreat">
<title>Alexander the Great</title>
<version os="Windows">
<locations>
<path ev="userdocuments" path="Sparta II" />
</locations>
<files>
<include />
</files>
<linkable />
<contributor>GameSaveManager</contributor>
</version>
</game>
<game name="FractalMakeBloomsNotWar">
<title>Fractal: Make Blooms Not War</title>
<version os="Windows">
<locations />
<registry type="Saves">
<entry root="current_user" key="Software\Cipher Prime Studios, Inc.\Fractal" value="Saves" />
</registry>
<contributor>GameSaveManager</contributor>
</version>
</game>
<game name="RetroCityRampage">
<title>Retro City Rampage</title>
<version os="Windows">
<locations>
<path ev="appdata" path="RetroCityRampage" />
</locations>
<files>
<include />
</files>
<linkable />
<contributor>GameSaveManager</contributor>
</version>
</game>
<game name="Godfather">
<title>The Godfather</title>
<version os="Windows">
<locations>
<path ev="userdocuments" path="GF" />
</locations>
<files>
<include />
</files>
<linkable />
<contributor>GameSaveManager</contributor>
</version>
</game>
<game name="Towns">
<title>Towns</title>
<version os="Windows">
<locations>
<path ev="userprofile" path=".towns" />
<path ev="steamcommon" path="towns" />
<path ev="steamcommon" path="towns" />
</locations>
<files>
<include />
<include path="" filename="TownsModManager.exe" />
<include path="" filename="README.txt" />
<include path="" filename="Ionic.Zip.dll" />
<include path="mods" />
<include path="tsm" />
</files>
<linkable />
<contributor>GameSaveManager</contributor>
<linkable path="" />
<linkable path="tsm" />
</version>
</game>
<game name="MasterOfOrion3">
<title>Master of Orion 3</title>
<version os="Windows">
<locations>
<path ev="installocation" path="VirtualStore\Program Files (x86)\GOG.com\Master of Orion 3" />
</locations>
<files>
<include />
</files>
<linkable />
<contributor>GameSaveManager</contributor>
</version>
</game>
<game name="ORBOffWorldResourceBase">
<title>O.R.B: Off-World Resource Base</title>
<version os="Windows">
<locations>
<path ev="localappdata" path="VirtualStore\Program Files (x86)\Strategy First\O.R.B" />
</locations>
<files>
<include />
</files>
<linkable />
<contributor>GameSaveManager</contributor>
</version>
</game>
<game name="Zigfrak">
<title>Zigfrak</title>
<version os="Windows">
<locations />
<registry type="Saves">
<entry root="current_user" key="Software\Entheogen\Zigfrak" value="Saves" />
</registry>
</version>
</game>
<game name="10000000">
<title>10,000,000</title>
<version os="Windows">
<locations />
<registry type="Saves">
<entry root="current_user" key="Software\EightyEightGames\10000000" value="Saves" />
</registry>
</version>
</game>
<game name="DungeonHearts">
<title>Dungeon Hearts</title>
<version os="Windows">
<locations />
<registry type="Saves">
<entry root="current_user" key="Software\CubeRoots\DungeonHearts" value="Saves" />
</registry>
</version>
</game>
-->
</programs>