Difference between revisions of "Vulture"

From NetHackWiki
Jump to navigation Jump to search
m (moved Vulture's to Vulture: Developer has renamed the project)
(The developer has renamed the project)
Line 2: Line 2:
 
[[Image:Vultures-intro1.png|thumb|right|First screen of the graphical intro.]]
 
[[Image:Vultures-intro1.png|thumb|right|First screen of the graphical intro.]]
  
'''Vulture's Eye''' and '''Vulture's Claw''' are isometric [[graphical user interface]]s for [[NetHack]] and [[SLASH'EM]], respectively. The Vulture's project continues the abandoned [[Falcon's Eye]] project and is maintained by Clive Crous.
+
'''Vulture''' is an isometric [[graphical user interface]] for [[NetHack]] and [[SLASH'EM]]. The Vulture project continues the abandoned [[Falcon's Eye]] project and is maintained by Clive Crous.
  
Vulture's is an answer to anyone who believes that the interface of NetHack is too primitive. Vulture's contains comparatively lavish graphics and also boasts background music and sound effects.
+
Vulture is an answer to anyone who believes that the interface of NetHack is too primitive. Vulture contains comparatively lavish graphics and also boasts background music and sound effects.
 +
 
 +
Vulture was previously known as '''Vulture's Eye''' and '''Vulture's Claw''', for [[NetHack]] and [[SLASH'EM]], respectively, with '''Vulture's''' encompassing both projects.  Clive Crous has renamed the project as simply "Vulture" to reflect its forthcoming embrace of [[UnNetHack]] and [[SporkHack]].
  
 
==Rotated perspective==
 
==Rotated perspective==
In contrast to other interfaces, Vulture's rotates the entire map by forty-five degrees. North in traditional interfaces becomes northwest in Vulture's. To make a diagonal move (across the corner of a [[square]]) with the [[number_pad]], you would press {{kbd|7931}} for traditional interfaces but {{kbd|8624}} for Vulture's.
+
In contrast to other interfaces, Vulture rotates the entire map by forty-five degrees. North in traditional interfaces becomes northwest in Vulture. To make a diagonal move (across the corner of a [[square]]) with the [[number_pad]], you would press {{kbd|7931}} for traditional interfaces but {{kbd|8624}} for Vulture.
  
 
==Distribution==
 
==Distribution==
The [http://www.darkarts.co.za/vulture/downloads download page] provides Vulture's in three forms: an installer for Microsoft Windows, an installer for Mac OS X, and source code for multiple platforms. The distribution is not a patch; it includes a copy of NetHack or SLASH'EM, with modifications to support Vulture's.
+
The [http://www.darkarts.co.za/vulture/downloads download page] provides Vulture in three forms: an installer for Microsoft Windows, an installer for Mac OS X, and source code for multiple platforms. The distribution is not a patch; it includes a copy of NetHack or SLASH'EM, with modifications to support Vulture.
  
To install Vulture's for Unix, you'll have to fetch the source code and compile it. To compile it, you will need to have libpng, SDL, GNU make, and a compiler (such as gcc). There is also a precompiled version for the Nokia N900 Phone & Internet Tablet available through the Maemo Program Manager.
+
To install Vulture for Unix, you'll have to fetch the source code and compile it. To compile it, you will need to have libpng, SDL, GNU make, and a compiler (such as gcc). There is also a precompiled version for the Nokia N900 Phone & Internet Tablet available through the Maemo Program Manager.
  
  
Line 26: Line 28:
  
 
Vulture's development moved from Darcs to Subversion sometime between the 2.1.0 and 2.1.1 releases. It moved from Subversion to Git sometime between the 2.1.1 and 2.1.2 releases.
 
Vulture's development moved from Darcs to Subversion sometime between the 2.1.0 and 2.1.1 releases. It moved from Subversion to Git sometime between the 2.1.1 and 2.1.2 releases.
 +
 +
Sometime after 2.1.2, Vulture's was renamed to Vulture.
  
 
==External Links==
 
==External Links==

Revision as of 07:36, 19 March 2011

A screenshot of Vulture's Eye.
First screen of the graphical intro.

Vulture is an isometric graphical user interface for NetHack and SLASH'EM. The Vulture project continues the abandoned Falcon's Eye project and is maintained by Clive Crous.

Vulture is an answer to anyone who believes that the interface of NetHack is too primitive. Vulture contains comparatively lavish graphics and also boasts background music and sound effects.

Vulture was previously known as Vulture's Eye and Vulture's Claw, for NetHack and SLASH'EM, respectively, with Vulture's encompassing both projects. Clive Crous has renamed the project as simply "Vulture" to reflect its forthcoming embrace of UnNetHack and SporkHack.

Rotated perspective

In contrast to other interfaces, Vulture rotates the entire map by forty-five degrees. North in traditional interfaces becomes northwest in Vulture. To make a diagonal move (across the corner of a square) with the number_pad, you would press 7931 for traditional interfaces but 8624 for Vulture.

Distribution

The download page provides Vulture in three forms: an installer for Microsoft Windows, an installer for Mac OS X, and source code for multiple platforms. The distribution is not a patch; it includes a copy of NetHack or SLASH'EM, with modifications to support Vulture.

To install Vulture for Unix, you'll have to fetch the source code and compile it. To compile it, you will need to have libpng, SDL, GNU make, and a compiler (such as gcc). There is also a precompiled version for the Nokia N900 Phone & Internet Tablet available through the Maemo Program Manager.


History

Vulture's 2.0.0 was released in April 2006. This release was an involved rewrite of the old core. The game now works with true transparency, 24-bit color, and relies extensively on SDL for its core drawing routines.

Vulture's 2.1.1 was released in 12 January 2008. New in 2.1.1:

Vulture's 2.1.2 was released in 15 July 2008. Quest levels now load properly in the Windows version.

Vulture's development moved from Darcs to Subversion sometime between the 2.1.0 and 2.1.1 releases. It moved from Subversion to Git sometime between the 2.1.1 and 2.1.2 releases.

Sometime after 2.1.2, Vulture's was renamed to Vulture.

External Links