This repository was archived by the owner on Jul 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.html
More file actions
96 lines (85 loc) · 5.35 KB
/
requirements.html
File metadata and controls
96 lines (85 loc) · 5.35 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
<html>
<head>
<meta charset="UTF-8">
<meta name="keywords" content="glest,game,rts,3d,strategy,strategy guide,guide,multiplayer,battle,free,open,source,network,windows,linux,mac,download" />
<meta name="author" content="Zeo Tripathi" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge" >
<meta property="og:image" content="glest.jpg">
<title>Glest | System-Requirements</title>
<link href="css/guide3.css" rel="stylesheet" type="text/css" >
<link rel="shortcut icon" href="glest.jpg" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Domine|Play|Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="glest.jpg">
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">HOME</a></li>
<li><a class="active" href="guide.html">GUIDE</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">UPDATES<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="game_data.html">Game Data</a></li>
<li><a href="maps.html">Maps</a></li>
<li><a href="tilesets.html">Tilesets</a></li>
<li><a href="factions.html">Factions</a></li>
<li><a href="scenarios.html">Scenarios</a></li>
</ul>
</li>
<li><a href="http://master.staging.megaglest.org/next/players.php">RANKINGS</a></li>
<li><a href="support.html">SUPPORT</a></li>
<li><a href="about.html">ABOUT</a></li>
</ul>
</div>
</div>
</nav>
<div id="home">
<!--span class is added to added a round border at the bottom of the text-->
<div class="landing-text">
<h0> </h0>
<h1><span class="span"> S y s t e m R e q u i r e m e n t s </span></h1>
<div class="container-fluid">
<div class="margin">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12">
<h2>Hardware Requirements:</h2>
<p> </p>
<ul>
<li> (2011) Intel Sandy Bridge x86 CPU with 1.6 GHz or higher frequency <i>(<b>modern multi-core CPU series, at least 2.0 GHz recommended</b>)</i></li>
<li> 2.0 GB RAM <i>(<b>4.0 GB RAM recommended</b>)</i></li>
<li> Graphics chip supporting OpenGL 2.1 or higher <i>(<b>dedicated/discrete video card with hardware 3D acceleration recommended</b>)</i></li>
<li> 512 MB video memory </li>
<li> Audio chip supporting OpenAL</li>
</ul>
<p> </p>
<h2>Software Requirements:</h2>
<p> </p>
<ul>
<li>A supported (by its producer) operating system version</li>
<li>Graphics drivers which work well with this operating system version and support the OpenGL requirements discussed above</li>
<li>Audio drivers supporting OpenAL</li>
<li>A file archiving utility which provides a command line interface and can decompress 7-zip archives Graphics hardware and drivers: Current dedicated Nvidia and AMD hardware with up to date vendor-supplied proprietary drivers installed usually provide the best experience. However, it is not unheard of that they may be difficult to get working on Linux and other open platforms (due to insufficient support by hardware vendors). If you experience such issues, open source 3D drivers are now becoming usable for both many current and legacy GPUs, and may help with the proprietary drivers' shortcomings. Next to standard dedicated gaming video cards, Glest also runs fine on most integrated Intel, Nvidia and AMD APUs. In some case, reduce visual effects from the options menu may help improve game performance. To run Glest in headless mode, neither video nor audio hardware and driver support are necessary. For a good user experience, please ensure your system meets all other minimum hardware requirements, as listed above.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>