• R/O
  • HTTP
  • SSH
  • HTTPS

web: Commit

Hold files served by osdn.net's web server for the hengbandforosx project.


Commit MetaInfo

Revision2196cc3098195645d32ca6615c619ce5c6b07026 (tree)
Zeit2019-12-10 15:02:29
AutorEric Branlund <ebranlund@fast...>
CommiterEric Branlund

Log Message

Forgot to include index.html.en in the initial set of files checked in.

Ändern Zusammenfassung

Diff

--- /dev/null
+++ b/index.html.en
@@ -0,0 +1,55 @@
1+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
2+ "http://www.w3.org/TR/1998/REC-html40-19980424/strict.dtd">
3+<HTML>
4+ <HEAD lang="en">
5+ <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
6+ <TITLE>Hengband Application for Mac OS X</TITLE>
7+ </HEAD>
8+
9+ <BODY>
10+ <H1>Hengband Application for Mac OS X</H1>
11+ <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>
12+ <H1>Binaries</H1>
13+ <UL>
14+ <LI><A HREF="https://osdn.net/projects/hengbandforosx/downloads/72021/Hengband-2.2.1.7a-English.dmg/">English version; 2.2.1.7a</A>
15+ <LI><A HREF="https://osdn.net/projects/hengbandforosx/downloads/72021/Hengband-2.2.1.7a-Japanese.dmg/">Japanese version; 2.2.1.7a</A>
16+ </UL>
17+ <P>I have put together a version of the rogue-like game,
18+ <A HREF="https://hengband.osdn.jp/en/">Hengband</A>, for computers
19+ running Mac OS X 10.7 or later. To use the English version, download
20+ <A HREF="https://osdn.net/projects/hengbandforosx/downloads/72021/Hengband-2.2.1.7a-English.dmg/">Hengband-2.2.1.7a-English.dmg</A>,
21+ double click on the downloaded file to open the disk image, and then
22+ drag the hengband application to where you want to store it. Double
23+ clicking on the application will run it. Since the application has not
24+ been signed, you'll likely have to make an exception for it to use the
25+ 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
26+ Apple's instructions on how to do that. In short, one way to grant
27+ an exception is
28+ <OL>
29+ <LI>Control click (i.e. click while holding the control button down)
30+ on the application in the Finder.
31+ <LI>Select "Open" in the menu that comes up.
32+ <LI>That will bring up a confirmation dialog about allowing the
33+ application to open on the system.
34+ <LI>If your account does not have administrator privileges, there'll
35+ be an additional dialog asking you to authenticate as an
36+ administrator to apply the exception to the security settings.
37+ </OL>
38+ <P>A Japanese version is also available. The installation instructions
39+ 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>.
40+ <P>Both versions correspond to version 2.2.1.7 of Hengband with changes
41+ to support the Mac OS X interface, a change for how rivers are added
42+ in dungeons which nominally do not allow any of the river types,
43+ some corrections for using unidentified items from the pack,
44+ a correction for a division by zero exception when choosing monsters
45+ for arena battles, the addition of the monster list update option, and
46+ some changes to the English versions of some game messages.
47+ <H1>Acknowledgements</H1>
48+ <P>None of this would have been possible without the Hengband source
49+ code and code, especially for the Mac OS X interface and tile set
50+ configuration, from
51+ <A HREF="https://github.com/NickMcConnell/poschengband">poschengband</A> and
52+ <A HREF="http://rephial.org">Angband</A>. All of the hard work was
53+ done by the contributors to those projects.
54+ </BODY>
55+</HTML>
Show on old repository browser