-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmanual.html
More file actions
56 lines (54 loc) · 2.29 KB
/
manual.html
File metadata and controls
56 lines (54 loc) · 2.29 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
<html>
<head>
<title>iNethack Manual</title>
<style type="text/css" media="screen">
body {
font-family: Helvetica;
font-size: 12pt;
}
h2 {
font-family: Helvetica;
font-size: 14pt;
text-align: center;
}
ul {
font-size: smaller;
padding: 10px;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h2>Movement</h2>
<ul>
<li>It's direction based, simply <b>tap in the desired direction</b></li>
<li><b>Double tap</b> for movement until something interesting happens or you are blocked
(g movement)</li>
<li>You can <b>zoom</b> in and out with the usual <b>pinching</b> gesture</li>
<li>You can <b>pan around</b>. If the view is panned, <b>direction based movement is disabled</b>
and clicks are interpreted as direct <b>tile clicks</b>,
so the engine will either try to move your char there or interact with the tile</li>
<li>You can <b>tap yourself</b> for default action (use stairs if present, pick something up, rest ...)</li>
</ul>
<h2>Shortcuts</h2>
<ul>
<li>You can <b>swipe</b> the shortcuts at the bottom to access the next/previous set</li>
<li>They usually do what's written on them, so '99.' rests 99 times.</li>
<li>'abc' brings up the keyboard, 'menu' lets you access the main menu (which you
undoubtedly already have used or you wouldn'be reading this), 'log' brings up the log</li>
<li>There's no ^P (show previous messages). Instead use the main menu (show log) or 'log' shortcut</li>
<li>You can customize your shortcuts. Invoke a menu by tapping on a shortcut and holding until it pops up</li>
</ul>
<h2>Stash Management</h2>
<ul>
<li>You can <b>swipe</b> in single-item menus (throw and drop) to specify amounts.</li>
</ul>
<h2>Settings</h2>
<ul>
<li>You can change your <b>character name</b>, <b>tileset</b>, <b>autopickup settings</b> and many other things by exiting the app, launching the iOS Settings app, scrolling to iNethack2 in the app list and selecting it.</li>
</ul>
<h2>More Information</h2>
<li>See the <a href="http://www.nethack.org/v343/Guidebook.html">NetHack Guidebook</a> for in-depth information</li>
<li><a href="http://www.melankolia.net/nethack/nethack.guide.html">Beginner's Guide</a>
</body>
</html>