-
Notifications
You must be signed in to change notification settings - Fork 3
/
archive.html
67 lines (66 loc) · 3.73 KB
/
archive.html
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Game Backup Monitor - Automatically backup your save games and add cloud support to any game for free!" />
<meta name="keywords" content="Game, Games, Save, Saves, Saved, Backup, Restore, Sync, Download, Cloud, Dropbox, GOG, Steam, Origin, Time, Monitor, PC" />
<meta name="author" content="Michael J. Seiferling" />
<title>Game Backup Monitor [Archived Game Lists]</title>
<script type="text/javascript" language="javascript" src="script/jquery-1.10.2.min.js"></script>
<script type="text/javascript" language="javascript" src="script/jquery.hoverIntent.min.js"></script>
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
<link rel="shortcut icon" href="images/gbm.ico" />
</head>
<body>
<div id="top">
<!--Include the Header (Starts Content)-->
<script>$(function(){ $("#header").load("header.html"); });</script>
<div id="header"></div>
<div id="content">
<div id="leftcontent">
<div class="pageSection">
<div class="pageSectionHeader">Information</div>
<div class="pageSectionContent">
<ul>
<li>This page contains game configuration lists that have been archived for use in old GBM versions.</li>
<li>Right-click and use "Save Link As..." to download the desired configuration list.</li>
<li>Left-click a configuration list to view and search for specific games. Archived configurations may show incorrect or missing data!
<li>Use "Import -> File..." in the Game Manager to import from the XML file that was downloaded.</li>
<li>Archived lists are not updated, please use the latest version of GBM to access the most recent game configurations.</li>
</ul>
</div>
</div>
<div class="pageSection">
<div class="pageSectionHeader">Downloads for v1.1.5 to v1.2.4</div>
<div class="pageSectionContent">
<h3>January 31, 2021</h3>
<p><a href="GBM_Official_Windows_v124.xml">Game Configurations - Windows</a></p>
<p><a href="GBM_Official_Linux_v124.xml">Game Configurations - Linux</a></p>
</div>
</div>
<div class="pageSection">
<div class="pageSectionHeader">Downloads for v1.1.0 to v1.1.4</div>
<div class="pageSectionContent">
<h3>October 10, 2018</h3>
<p><a href="GBM_Official_Windows_v114.xml">Game Configurations - Windows</a></p>
<p><a href="GBM_Official_Linux_v114.xml">Game Configurations - Linux</a></p>
</div>
</div>
<div class="pageSection">
<div class="pageSectionHeader">Downloads for v1.0.7 and prior versions</div>
<div class="pageSectionContent">
<h3>March 31, 2018</h3>
<p><a href="GBM_Official_Windows_v107.xml">Game Configurations - Windows</a></p>
<p><a href="GBM_Official_Linux_v107.xml">Game Configurations - Linux</a></p>
</div>
</div>
<!--End Left Panel-->
</div>
<!--Include the Footer-->
<script>$(function(){ $("#footer").load("footer.html"); });</script>
<div id="footer"></div>
<!--End Content-->
</div>
<!--End Top-->
</div>
</body>
</html>