This repository has been 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
/
controls.html
139 lines (127 loc) · 7.14 KB
/
controls.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
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
<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 | Game-Controls</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"> I n - G a m e C o n t r o l 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>Camera Keyboard Controls:</h2>
<p> </p>
<ul>
<li><b>f</b> ⇒ toggle free camera mode</li>
<li><b>w</b> ⇒ move camera up <i>(<b>free camera mode only</b>)</i></li>
<li><b>s</b> ⇒ move camera down <i>(<b>free camera mode only</b>)</i></li>
<li><b>a</b> ⇒ rotate camera left <i>(<b>free camera mode only</b>)</i></li>
<li><b>d</b> ⇒ rotate camera right <i>(<b>free camera mode only</b>)</i></li>
<li><b>g</b> ⇒ center camera on selection</li>
<li><b>space</b> ⇒ reset camera to default position</li>
<li><b>up arrow or mouse on top</b> ⇒ move camera forward</li>
<li><b>down arrow or mouse on bottom</b> ⇒ move camera backward</li>
<li><b>left arrow or mouse on left</b> ⇒ move camera left</li>
<li><b>right arrow or mouse on right</b> ⇒ move camera right</li>
</ul>
<p> </p>
<h2>Orders and Unit Selection Controls:</h2>
<p> </p>
<ul>
<li><b>left mouse button</b> ⇒ select or deselect units</li>
<li><b>shift + left mouse button</b> ⇒ add unit to selection</li>
<li><b>control + left mouse button</b> ⇒ remove unit from selection</li>
<li><b>left mouse double click</b> ⇒ select nearby units of this type</li>
<li><b>right mouse button</b> ⇒ auto order</li>
<li><b>menu click</b> ⇒ activate order</li>
<li><b>left mouse when order activated</b> ⇒ give order</li>
<li><b>right mouse when order activated</b> ⇒ cancel state</li>
<li><b>number</b> ⇒ recall group</li>
<li><b>control + number</b> ⇒ assign group</li>
</ul>
<p> </p>
<h2>Network Keyboard Controls:</h2>
<ul>
<li><b>enter</b> ⇒ start typing/send chat message</li>
<li><b>t</b> ⇒ toggle between 'All' and 'Team' chat modes</li>
<li><b>n</b> ⇒ show network status</li>
</ul>
<h2>Miscellaneous Hotkeys (game camera mode only):</h2>
<p> </p>
<ul>
<li><b>a</b> ⇒ activate attack command for selection</li>
<li><b>m</b> ⇒ activate move command for selection</li>
<li><b>s</b> ⇒ issue stop command to selection</li>
<li><b>i</b> ⇒ select next idle harvester</li>
<li><b>b</b> ⇒ select next building</li>
<li><b>d</b> ⇒ select next damaged unit</li>
<li><b>z</b> ⇒ select next storage unit</li>
<li><b>r</b> ⇒ rotate building before placement</li>
</ul>
<h2>Other Keyboard Hotkeys:</h2>
<p> </p>
<ul>
<li><b>- / +</b> ⇒ adjust game speed <i>(<b>disabled in multiplayer</b>)</i></li>
<li><b>p</b> ⇒ pause game <i>(<b>disabled on clients in multiplayer</b>)</i></li>
<li><b>e</b> ⇒ save screen shot to file</li>
<li><b>c</b> ⇒ toggle ingame font color <i>(<b>and font shadow</b>)</i></li>
<li><b>h</b> ⇒ show faded mesages again</li>
<li><b>?</b> ⇒ when DebugMode=true, display debug info</li>
<li><b>/</b> ⇒ toggle mouse pointer rendering mode <i>(<b>OS/MG</b>)</i></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>