2012-11-01 20:44:16 +01:00
|
|
|
$NetBSD: patch-ab,v 1.4 2012/11/01 19:44:17 joerg Exp $
|
Changes for NetBSD.
Omega is a complex rogue-style game of dungeon exploration. Unlike
other such games, there are a number of ways to "win", depending on
various actions taken during play. The ways you can get your name on
the hiscore board include becoming the highest ranked head of a guild,
sect, college, etc., as well as gaining the most points figured from
possessions and experience. The game (via the oracle) may impose some
structure on your exploration, but you need not follow all of the
oracle's advice. There *is* a "total winner" status, by the way.
Omega, unlike lesser games is incredibly amusing to play. Laurence P.
Brothers (the primary author) is the Oscar Wilde of rouge-like games.
Many omega concepts, but not great sense of humor were later stolen
for use in ADOM.
1999-12-28 03:28:23 +01:00
|
|
|
|
2012-11-01 20:44:16 +01:00
|
|
|
--- defs.h.orig Fri Jan 1 03:08:19 1999
|
|
|
|
+++ defs.h Fri May 14 20:51:11 1999
|
1999-12-28 03:11:30 +01:00
|
|
|
@@ -45,7 +45,9 @@
|
|
|
|
This might usually be "/usr/games/lib/omegalib/", for unix,
|
|
|
|
or something like "c:\\games\\omega\\omegalib\\" for msdos */
|
|
|
|
|
|
|
|
+#ifndef OMEGALIB
|
|
|
|
#define OMEGALIB "./lib/"
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
/* Comment the following line out if you want users to be able to override */
|
|
|
|
/* the OMEGALIB define, above, by setting the environment variable OMEGALIB */
|