AminetAminet
Search:
84476 packages online
About
Recent
Browse
Search
Upload
Setup
Services

game/role/angband.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:Angband - a modern rogue-like RPG game
Author:Various
Uploader:jniemima mail student oulu fi (Juha Niemimäki)
Type:game/role
Version:3.0.6
Architecture:ppc-amigaos >= 4.0.0
Date:2005-12-08
Download:http://aminet.net/game/role/angband.lha - View contents
Readme:http://aminet.net/game/role/angband.readme
Downloads:6697

* AmigaOS 4 Changes:

- uses datatypes for sound now. Tested with Kvinkunx sound archives
- no need to assign Angband: anymore
- sound.cfg goes now to xtra/sound/ directory. It looks like:

"
hit           = hit1.8svx hit2.8svx hit3.8svx hit4.8svx hit5.8svx
miss          = miss1.8svx miss2.8svx miss3.8svx miss4.8svx
flee          = fear_n1.8svx fear_n2.8svx fear_n3.8svx fear_n4.8svx
drop          = drop1.8svx drop2.8svx drop3.8svx drop4.8svx drop5.8svx
...and so on
"
-- (taken from Kvinkunx's sound.cfg)

* Old AmigaOS 4 changes:

- fixed public screen problem (I hope), caused by a bug in ObtainBestPen()
call.
- uses newlib.library now.
- directory structure changed a bit. Assign angband: to the main directory
now.

* Angband changes:

Changes Angband 3.0.6:
- Wands and staves are no longer destroyed when a recharge attempt
  backfires.  Instead all the charges are drained.
- Renamed the artifact short sword 'Gilettar' to 'Dagmor' since that
  name is mentioned for the sword of Beren in Tolkien's notes.
  (suggested by Tyler Witter)
- Added a new type of subwindow for displaying the dungeon area around
  the player.
- Added a new subwindow type "Display player (compact)" that displays
  the left-hand-side of the main term (player stats, hitpoints, gold,
  ...) in a separate window.
- Added a new window type that displays the info from the status line.
- Turned the "scroll map while targetting" option permanently on.
- Added a display of the temporary resists to the status line.  The
  resists are only displayed if there is enough room after the dungeon
  level (when using a main or status term with at least 85 cols).
  The verbosity of the output (between "Acid Elec Fire Cold Pois" and
  "AEFCP") depends on the term width.
- Display the player's speed in the character dump and on the info page.
- Identified scrolls can now look different from unidentified ones.
  This allows the use of the individual scroll tiles created by David
  Gervais.
- Allow the ammo-branding activation of 'Cubragol' to be aborted without
  using up the charge. (Diego Gonzalez and Jeff Greene)
- Use actual monster and object symbols instead of a list of hardcoded
  symbols when hallucinating.
- Added Craig Oliver's Sound FX Patch version 1.1 that adds about 120
  new sound events to the game.
  (see also http://www.chambrook.org/angband/soundfx.php)
- Scroll the map when the player is 1/4th of the visible grids away from
  the edge of the map display.
- Allow the OS X version to be started from a read-only medium, for
  example from a disk image or a central installation under
  'Applications'.  All user-specific files like savefiles, scores,
  char-dumps, and saved preferences are stored in
  'Library/Preferences/Angband/' and its subfolders inside the user's
  home directory.
- The Mac OS X application bundle now includes all the necessary files
  from the lib folder.  The separate lib folder in the distribution is
  no longer necessary.  This means that the OS X version can now be
  installed by simply dragging the application icon to the target
  directory.
- The OS X version would crash when changing the sound or graphics
  options before a character was created or loaded. (reported by Patrick
  Hughes)
- Don't save the Mac OS X preferences on exit if the game hasn't been
  initialized properly to prevent corruption of the preference file in
  case of an error at startup.  Skip loading the preference file if it
  is broken. (problem reported by Matt Stone)
- Include the basic Angband sound files per default in the OS X version.
- Made the tile size independent of the font size in the X11 version.
  Store various window settings like the window size between sessions.
- Don't add a hardcoded 'games' subdirectory to the installation path on
  multi-user machines.
- Allow all user created files to be saved in subdirectories under
  ~/.angband/Angband/ when PRIVATE_USER_PATH is defined.
- Allow the use of the 'vcs' display module on systems with devfs-style
  '/dev/vc/*' terminals.
- The virtual console (vcs) front-end does now implement cursor
  visibility and bigscreen support.  (Alexander Ulyanov)
- Enable cursor visibility in the "gcu" front-end on Linux systems.
  (Alexander Ulyanov)
- Fixed a bug in the Xaw frontend, which made Angband crash if the main
  window geometry was specified as an X resource. (Alexander Ulyanov)
- Make X11 frontends show floors as centered dots, walls as blocks, and
  treasures as diamonds. (Alexander Ulyanov)
- Removed the restriction of bigtile mode to the main window in the X11
  version.
- Added Alexander Ulyanov's Linux framebuffer display module from:
  http://posband.earthsea.org/misc/angband-lfb-20050220.tar.gz
- Added compile instructions for MinGW/MSYS on Windows. (Tuomas
  Härkönen)
- Added compile instructions for gcc on Mac OS X.
- Fixed a stupid bug that could cause the game to hang or crash when
  killing quest monsters near the edge of the dungeon. (Ivan Tuckwell
  and Dr. Andrew White)
- Added missing tiles and tile assignments for the 32x32 tiles. (Ivan
  Jekic and David Gervais)
- The charges of rods of perception weren't handled correctly when
  compiling with scripting turned off. (reported by "Twilight" and Jeff
  Greene)
- Cursed speed rings should not increase the level feeling. (Anssi
  Ramela and Jeff Greene)
- Refresh the list of visible monsters after (Mass) Banishment,
  Earthquake, and Destruction spells, when using the 'delete nearby
  monsters' function in debug mode, as well as when pressing Ctrl-R.
  ("Twilight")
- Don't try to write zero-length blocks when saving the lib/data/*.raw
  files. (suggested by Juha Niemimaki)
- Corrected the item description for scrolls of recharging. (reported by
  Hugo Kornelis)
- Fixed a Angband 3.0.6 alpha 1 specific crash with the Mac OS X 10.4
  (Tiger) caused by releasing a reference that should not be released.
  (reported by Harry Erwin)
- The experience loss as a result of one of the One Ring's activations
  is now 1/4 of both max and current experience instead of the
  unintended reduction of max exp by 3/16 of the current experience.
  (Hugo Kornelis)
- Cleaned up the handling of experience draining when the player has
  Hold Life. The fixed part of the exp drain by nether breaths is now
  also reduced by Hold Life. (Hugo Kornelis)
- The 'star ball' activation fired one ball more when scripting was
  enabled.  (Hugo Kornelis)
- The object description for the 'cure wounds' activation reads
  "activates for cure wounds (4d7)", but it actually cures 4d8 points of
  damage.  The description has been fixed. (Hugo Kornelis)
- The "recharge item" artifact activation can now be canceled at the
  "Recharge which item" prompt without draining the artifact's charge.
  (Hugo Kornelis)
- The symbol for the Shield of Deflection was a light blue [ instead of
  a ) like all other shields. (Hugo Kornelis)
- Reduced the price for "Raal's Tome of Destruction". (Hugo Kornelis and
  Timo Pietila)




Contents of game/role/angband.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]               832614 1945420  42.8% -lh5- 06eb Dec  6 23:47 angband-3.0.6/angband
[generic]                 1102    1254  87.9% -lh5- c3a3 Dec  6 23:46 angband-3.0.6/angband.info
[generic]                    0       0 ****** -lh0- 0000 Dec  6 23:27 angband-3.0.6/apex/
[generic]                  271     422  64.2% -lh5- 15f7 Dec  6 23:25 angband-3.0.6/AUTHORS
[generic]                    0       0 ****** -lh0- 0000 Dec  6 23:26 angband-3.0.6/bone/
[generic]                71824  223909  32.1% -lh5- d0ae Dec  6 23:25 angband-3.0.6/ChangeLog
[generic]                  454     813  55.8% -lh5- 55c1 Dec  6 23:25 angband-3.0.6/COPYING
[generic]                13179   28811  45.7% -lh5- 6c4e Dec  6 23:25 angband-3.0.6/data/artifact.raw
[generic]                  114     161  70.8% -lh5- 367e Dec  6 23:25 angband-3.0.6/data/cost_adj.raw
[generic]                 2144    7401  29.0% -lh5- 1b3c Dec  6 23:25 angband-3.0.6/data/ego_item.raw
[generic]                 1988    5890  33.8% -lh5- 77c4 Dec  6 23:25 angband-3.0.6/data/flavor.raw
[generic]                   66      76  86.8% -lh5- 3e95 Dec  6 23:25 angband-3.0.6/data/limits.raw
[generic]                43515  112406  38.7% -lh5- 448d Dec  6 23:25 angband-3.0.6/data/monster.raw
[generic]                15103   62509  24.2% -lh5- a797 Dec  6 23:25 angband-3.0.6/data/object.raw
[generic]                 1762    2944  59.9% -lh5- 9bcb Dec  6 23:25 angband-3.0.6/data/p_class.raw
[generic]                 2011    5016  40.1% -lh5- 4b97 Dec  6 23:25 angband-3.0.6/data/p_hist.raw
[generic]                  508     827  61.4% -lh5- f380 Dec  6 23:25 angband-3.0.6/data/p_race.raw
[generic]                  570     983  58.0% -lh5- b8cd Dec  6 23:25 angband-3.0.6/data/shop_own.raw
[generic]                  655    1831  35.8% -lh5- 920f Dec  6 23:25 angband-3.0.6/data/terrain.raw
[generic]                 6517   32437  20.1% -lh5- c103 Dec  6 23:25 angband-3.0.6/data/vault.raw
[generic]                19158   53664  35.7% -lh5- 1c12 Dec  6 23:25 angband-3.0.6/edit/artifact.txt
[generic]                  483    1134  42.6% -lh5- c661 Dec  6 23:25 angband-3.0.6/edit/cost_adj.txt
[generic]                 4194   14459  29.0% -lh5- 3627 Dec  6 23:25 angband-3.0.6/edit/ego_item.txt
[generic]                 2596    8234  31.5% -lh5- dd30 Dec  6 23:25 angband-3.0.6/edit/flavor.txt
[generic]                  561    1285  43.7% -lh5- bdff Dec  6 23:25 angband-3.0.6/edit/limits.txt
[generic]                62377  214925  29.0% -lh5- 9f5f Dec  6 23:25 angband-3.0.6/edit/monster.txt
[generic]                19647   71106  27.6% -lh5- 94a0 Dec  6 23:25 angband-3.0.6/edit/object.txt
[generic]                 3559    8935  39.8% -lh5- 653a Dec  6 23:25 angband-3.0.6/edit/p_class.txt
[generic]                 2377    7616  31.2% -lh5- 5eba Dec  6 23:25 angband-3.0.6/edit/p_hist.txt
[generic]                 1437    2936  48.9% -lh5- b594 Dec  6 23:25 angband-3.0.6/edit/p_race.txt
[generic]                  880    1780  49.4% -lh5- a2f2 Dec  6 23:25 angband-3.0.6/edit/shop_own.txt
[generic]                 1612    5188  31.1% -lh5- 88fc Dec  6 23:25 angband-3.0.6/edit/terrain.txt
[generic]                 7498   37304  20.1% -lh5- 3abd Dec  6 23:25 angband-3.0.6/edit/vault.txt
[generic]                  188    1601  11.7% -lh5- f98f Dec  6 23:25 angband-3.0.6/file/dead.txt
[generic]                  456     989  46.1% -lh5- 695c Dec  6 23:25 angband-3.0.6/file/news.txt
[generic]                12280   32880  37.3% -lh5- 3a2f Dec  6 23:25 angband-3.0.6/help/attack.txt
[generic]                10699   32801  32.6% -lh5- f5cf Dec  6 23:25 angband-3.0.6/help/birth.txt
[generic]                11984   35751  33.5% -lh5- ebe3 Dec  6 23:25 angband-3.0.6/help/command.txt
[generic]                 9412   23227  40.5% -lh5- 5419 Dec  6 23:25 angband-3.0.6/help/dungeon.txt
[generic]                 7369   19021  38.7% -lh5- 061b Dec  6 23:25 angband-3.0.6/help/general.txt
[generic]                  492    1120  43.9% -lh5- fdb1 Dec  6 23:25 angband-3.0.6/help/help.hlp
[generic]                 9834   28578  34.4% -lh5- 85bd Dec  6 23:25 angband-3.0.6/help/option.txt
[generic]                 8629   25954  33.2% -lh5- 5cfb Dec  6 23:25 angband-3.0.6/help/playing.txt
[generic]                 9882   22797  43.3% -lh5- 05a1 Dec  6 23:25 angband-3.0.6/help/version.txt
[generic]                    0       0 ****** -lh0- 0000 Dec  6 23:26 angband-3.0.6/info/
[generic]                 2356    9701  24.3% -lh5- 9093 Dec  6 23:25 angband-3.0.6/pref/flvr-dvg.prf
[generic]                 2267    9701  23.4% -lh5- f1f7 Dec  6 23:25 angband-3.0.6/pref/flvr-new.prf
[generic]                 2237    9701  23.1% -lh5- 9649 Dec  6 23:25 angband-3.0.6/pref/flvr-xxx.prf
[generic]                  256     561  45.6% -lh5- 8021 Dec  6 23:25 angband-3.0.6/pref/font-ami.prf
[generic]                  170     238  71.4% -lh5- d300 Dec  6 23:25 angband-3.0.6/pref/font-dos.prf
[generic]                  373     749  49.8% -lh5- dfdc Dec  6 23:25 angband-3.0.6/pref/font-ibm.prf
[generic]                  404     846  47.8% -lh5- 7f1d Dec  6 23:25 angband-3.0.6/pref/font-mac.prf
[generic]                  488     951  51.3% -lh5- a4aa Dec  6 23:25 angband-3.0.6/pref/font-win.prf
[generic]                  311     964  32.3% -lh5- a079 Dec  6 23:25 angband-3.0.6/pref/font-x11.prf
[generic]                 1464    5651  25.9% -lh5- 59b4 Dec  6 23:25 angband-3.0.6/pref/font-xxx.prf
[generic]                  390     854  45.7% -lh5- 9f63 Dec  6 23:25 angband-3.0.6/pref/font.prf
[generic]                  452    1147  39.4% -lh5- b9ea Dec  6 23:25 angband-3.0.6/pref/graf-ami.prf
[generic]                13749   42415  32.4% -lh5- 5768 Dec  6 23:25 angband-3.0.6/pref/graf-dvg.prf
[generic]                  272     487  55.9% -lh5- 64f7 Dec  6 23:25 angband-3.0.6/pref/graf-gcu.prf
[generic]                11200   31987  35.0% -lh5- 75d4 Dec  6 23:25 angband-3.0.6/pref/graf-ibm.prf
[generic]                  145     205  70.7% -lh5- d02a Dec  6 23:25 angband-3.0.6/pref/graf-lsl.prf
[generic]                  209     327  63.9% -lh5- 0321 Dec  6 23:25 angband-3.0.6/pref/graf-mac.prf
[generic]                13909   45221  30.8% -lh5- 693a Dec  6 23:25 angband-3.0.6/pref/graf-new.prf
[generic]                  208     327  63.6% -lh5- f9c1 Dec  6 23:25 angband-3.0.6/pref/graf-win.prf
[generic]                  310     690  44.9% -lh5- 1842 Dec  6 23:25 angband-3.0.6/pref/graf-x11.prf
[generic]                13929   42764  32.6% -lh5- a788 Dec  6 23:25 angband-3.0.6/pref/graf-xxx.prf
[generic]                  321     708  45.3% -lh5- bf98 Dec  6 23:25 angband-3.0.6/pref/graf.prf
[generic]                  533    1115  47.8% -lh5- 1f25 Dec  6 23:25 angband-3.0.6/pref/message.prf
[generic]                  278     671  41.4% -lh5- 1b89 Dec  6 23:25 angband-3.0.6/pref/pref-acn.prf
[generic]                  102     126  81.0% -lh5- f3e4 Dec  6 23:25 angband-3.0.6/pref/pref-ami.prf
[generic]                 1841    4608  40.0% -lh5- f8dc Dec  6 23:25 angband-3.0.6/pref/pref-dos.prf
[generic]                  231     329  70.2% -lh5- 6921 Dec  6 23:25 angband-3.0.6/pref/pref-emx.prf
[generic]                  379     673  56.3% -lh5- e67f Dec  6 23:25 angband-3.0.6/pref/pref-gcu.prf
[generic]                  854    2006  42.6% -lh5- 1fc3 Dec  6 23:25 angband-3.0.6/pref/pref-mac.prf
[generic]                 2022    4530  44.6% -lh5- d0e0 Dec  6 23:25 angband-3.0.6/pref/pref-win.prf
[generic]                 2167    5931  36.5% -lh5- 5282 Dec  6 23:25 angband-3.0.6/pref/pref-x11.prf
[generic]                 1105    2610  42.3% -lh5- c2ca Dec  6 23:25 angband-3.0.6/pref/pref.prf
[generic]                  739    2136  34.6% -lh5- 20ea Dec  6 23:25 angband-3.0.6/pref/user-mac.prf
[generic]                  576    1519  37.9% -lh5- 2308 Dec  6 23:25 angband-3.0.6/pref/user.prf
[generic]                  612    4388  13.9% -lh5- 00b5 Dec  6 23:25 angband-3.0.6/pref/xtra-dvg.prf
[generic]                  754    4421  17.1% -lh5- 1bef Dec  6 23:25 angband-3.0.6/pref/xtra-new.prf
[generic]                  661    4325  15.3% -lh5- 6c0a Dec  6 23:25 angband-3.0.6/pref/xtra-xxx.prf
[generic]                 4916   12606  39.0% -lh5- dd84 Dec  6 23:26 angband-3.0.6/readme.txt
[generic]                    0       0 ****** -lh0- 0000 Dec  6 23:27 angband-3.0.6/save/
[generic]                  331     714  46.4% -lh5- d214 Dec  6 23:25 angband-3.0.6/script/birth.lua
[generic]                  684    1815  37.7% -lh5- 1b03 Dec  6 23:25 angband-3.0.6/script/event.lua
[generic]                  349     936  37.3% -lh5- 0dd1 Dec  6 23:25 angband-3.0.6/script/init.lua
[generic]                 9405   51042  18.4% -lh5- 3bbd Dec  6 23:25 angband-3.0.6/script/object.lua
[generic]                  513    1143  44.9% -lh5- 24a0 Dec  6 23:25 angband-3.0.6/script/player.lua
[generic]                 6808   34845  19.5% -lh5- 518a Dec  6 23:25 angband-3.0.6/script/spell.lua
[generic]                 2057    9560  21.5% -lh5- 509d Dec  6 23:25 angband-3.0.6/script/store.lua
[generic]                 1458    5491  26.6% -lh5- e56d Dec  6 23:25 angband-3.0.6/script/test.lua
[generic]                  284     557  51.0% -lh5- aca1 Dec  6 23:25 angband-3.0.6/script/trace.lua
[generic]                 1739    3135  55.5% -lh5- 5e66 Dec  6 23:25 angband-3.0.6/THANKS
[generic]                 1435    2957  48.5% -lh5- b4ad Dec  6 23:25 angband-3.0.6/TODO
[generic]                  534    1608  33.2% -lh5- f471 Dec  6 23:25 angband-3.0.6/user/settings.prf
[generic]                 2455   39992   6.1% -lh5- ef6a Dec  6 23:25 angband-3.0.6/xtra/font/16x16.txt
[generic]                    0       0 ****** -lh0- 0000 Dec  6 23:27 angband-3.0.6/xtra/sound/
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        98 files 1313243 3498379  37.5%            Dec  8 13:58

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>