-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.htm
85 lines (81 loc) · 5.16 KB
/
about.htm
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>About</title>
<meta name="GENERATOR" content="WinCHM">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
html,body {
/* Default Font */
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}
</style>
</head>
<body>
<div class="pageSection">
<div class="pageSectionHeader">
<a name="whatis" id="whatis">What is Game Backup Monitor?</a>
</div>
<div class="pageSectionContent">
<IMG class=centered alt=GBM src ="./GBM_files/manual_01.jpg" width=526 height=247 ><br>
<p>Game Backup Monitor is a simple, but flexible application that detects games as you play them. Once you finish playing a game, a backup of the saved games will be made automatically using 7-Zip compression. GBM can be used on a single computer, or on multiple computers to effectively add cloud support to any game or application.</p>
<p>Game Backup Monitor was designed with gaming in mind, but it can be used to monitor any application on your PC!</p>
<h3>Game Backup Monitor is completely free and open source software.</h3>
<h4>Game Backup Monitor is currently only available in English.</h4>
</div>
</div>
<div class="pageSection">
<div class="pageSectionHeader">
<a name="features" id="features">Features</a>
</div>
<div class="pageSectionContent">
<ul class="notop">
<li>Backup your saves automatically and immediately after
playing a game. No scheduling or input required!
<li>Backup to a cloud folder and add cloud save support to
any game.
<li>GBM can detect and backup saves from games running on
emulators or interpreters such as DOSBox, ScummVM or Wine.
<li>A growing list of pre-configured games for <a href="http://mikemaximus.github.io/gbm-web/GBM_Official.xml">Windows</a> and <a href="http://mikemaximus.github.io/gbm-web/GBM_Official_Linux.xml">Linux</a>.
<li>Easily setup an unlimited number of games to monitor,
each with their own specific settings.
<li>Game configurations are designed to be easily portable
and shared.
<li>GBM can automatically launch other software when a
monitored game is detected, such as overlays or custom control schemes.
<li>Track the hours that you've played any monitored game,
similar to Steam. (Optional)
<li>Track individual gaming sessions, know exactly when
and how much you've played any monitored game. (Optional)
<li>Launch any game you monitor directly from GBM. (Optional)</li>
</ul>
</div>
</div>
<div class="pageSection">
<div class="pageSectionHeader">
<a name="requirements" id="requirements">Requirements</a>
</div>
<div class="pageSectionContent">
<h4 class="notop">Verified Operating Systems:</h4>
<p>Windows 10, Linux Mint 20</p>
<a href="http://www.microsoft.com/en-us/windows/default.aspx"><IMG class=logo alt="Windows 10" src ="./GBM_files/win10_logo.png" width=64 height=64 ></a><a href="http://www.linuxmint.com/"><IMG class=logo alt="Linux Mint" src ="./GBM_files/mint_logo.png" width=64 height=64 ></a>
<p class="small">These operating systems are tested during development with the latest stable versions of <A href="https://dotnet.microsoft.com/download" target=_blank>.NET Framework</A> (Windows) and <A href="https://www.mono-project.com/download/stable/" target=_blank>Mono</A> (Linux).</p>
<h4>Supported Operating Systems:</h4>
<p>Windows 8, Windows 7, Windows Vista SP1, Windows XP SP3, Other Linux Distributions</p><a href="http://www.microsoft.com/en-us/windows/default.aspx"><IMG class=logo alt="Old Windows" src ="./GBM_files/oldwindows_logo.png" width=64 height=64 ></a><a href="http://www.linux.com/"><IMG class=logo alt=Linux src ="./GBM_files/linux_logo.png" width=64 height=64 ></a>
<p class="small">These operating systems are supported, but are NOT tested during development.</p>
<h4>Minimum Spec:</h4>
<p>Single-core Processor at 1 GHz or higher with 512 MB RAM</p>
<h4>Recommended Spec:</h4>
<p>Multi-core Processor at 1 GHz or higher with 4 GB RAM</p>
<p class="small">RAM requirements can scale dramatically with backup size and high compression levels.</p>
<p class="small">8 GB RAM is recommended when using the Ultra compression setting.</p>
<h4>Disk Space:</h4>
<p>5 - 10 MB (Not including any prerequisites or space required for backups)</p><br>
<p>Windows 7 or older requires the <a href="http://www.microsoft.com/en-ca/download/details.aspx?id=24872">.NET 4 (Client Profile)</a></p>
<p>Linux users, please read the <a href="faqlinux.htm">FAQ</a> for package requirements and installation instrutions.</p>
</div>
</div><!--End Left Panel-->
<DIV></DIV><!--Include the Footer-->
</body>
</html>