OSDN Git Service

Forgot to include index.html.en in the initial set of files checked in.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 10 Dec 2019 06:02:29 +0000 (22:02 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 10 Dec 2019 06:02:29 +0000 (22:02 -0800)
index.html.en [new file with mode: 0644]

diff --git a/index.html.en b/index.html.en
new file mode 100644 (file)
index 0000000..fb4f11b
--- /dev/null
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+   "http://www.w3.org/TR/1998/REC-html40-19980424/strict.dtd">
+<HTML>
+  <HEAD lang="en">
+    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <TITLE>Hengband Application for Mac OS X</TITLE>
+  </HEAD>
+
+  <BODY>
+    <H1>Hengband Application for Mac OS X</H1>
+    <P>Binaries | <A HREF="HengbandEnglishScreenshot.html.en">English screen shot</A> | <A HREF="HengbandJapaneseScreenshot.html.en">Japanese screen shot</A> | <A HREF="HengbandFeedback.html.en">Feedback</A> | <A HREF="HengbandSourceCode.html.en">Source code</A> | <A HREF="HengbandChangeLog.html.en">Changes</A>
+    <H1>Binaries</H1>
+      <UL>
+        <LI><A HREF="https://osdn.net/projects/hengbandforosx/downloads/72021/Hengband-2.2.1.7a-English.dmg/">English version; 2.2.1.7a</A>
+        <LI><A HREF="https://osdn.net/projects/hengbandforosx/downloads/72021/Hengband-2.2.1.7a-Japanese.dmg/">Japanese version; 2.2.1.7a</A>
+      </UL>
+      <P>I have put together a version of the rogue-like game,
+         <A HREF="https://hengband.osdn.jp/en/">Hengband</A>, for computers
+        running Mac OS X 10.7 or later.  To use the English version, download
+        <A HREF="https://osdn.net/projects/hengbandforosx/downloads/72021/Hengband-2.2.1.7a-English.dmg/">Hengband-2.2.1.7a-English.dmg</A>,
+        double click on the downloaded file to open the disk image, and then
+        drag the hengband application to where you want to store it.  Double
+        clicking on the application will run it.  Since the application has not
+        been signed, you'll likely have to make an exception for it to use the
+        application.  Follow <A HREF="https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac">this link</A> for
+        Apple's instructions on how to do that.  In short, one way to grant
+        an exception is
+        <OL>
+          <LI>Control click (i.e. click while holding the control button down)
+            on the application in the Finder.
+          <LI>Select "Open" in the menu that comes up.
+          <LI>That will bring up a confirmation dialog about allowing the
+            application to open on the system.
+          <LI>If your account does not have administrator privileges, there'll
+            be an additional dialog asking you to authenticate as an
+            administrator to apply the exception to the security settings.
+        </OL>
+      <P>A Japanese version is also available.  The installation instructions
+        are essentially the same, but you'll need to download <A HREF="https://osdn.net/projects/hengbandforosx/downloads/72021/Hengband-2.2.1.7a-Japanese.dmg/">Hengband-2.2.1.7a-Japanese.dmg</A>.
+      <P>Both versions correspond to version 2.2.1.7 of Hengband with changes
+        to support the Mac OS X interface, a change for how rivers are added
+        in dungeons which nominally do not allow any of the river types,
+        some corrections for using unidentified items from the pack,
+        a correction for a division by zero exception when choosing monsters
+        for arena battles, the addition of the monster list update option, and
+        some changes to the English versions of some game messages.
+    <H1>Acknowledgements</H1>
+      <P>None of this would have been possible without the Hengband source
+        code and code, especially for the Mac OS X interface and tile set
+        configuration, from
+        <A HREF="https://github.com/NickMcConnell/poschengband">poschengband</A> and
+        <A HREF="http://rephial.org">Angband</A>.  All of the hard work was
+        done by the contributors to those projects.
+  </BODY>
+</HTML>