I was playing as an android, so I didn't even get any experience from them...
[Announce] Poschengband 2.0.0 Released
Collapse
X
-
Made another Possessor (Hugo$oul 94) who possessed an Umber Hulk at clvl 16, and can *bore through* trees in the overworld map, which is quite neat. Is this a bug or feature?
Screenshot here:
Umber Hulk *Passwall* into Angwil woods...My best try at PosChengband 7.0.0's nightmare-mode on Angband.live:
https://www.youtube.com/watch?v=rwAR0WOphUA
If I'm offline I'm probably in the middle of maintaining Gentoo or something-Linux or other.
As of February 18th, 2022, my YouTube username is MidgardVirtuosoComment
-
My best try at PosChengband 7.0.0's nightmare-mode on Angband.live:
https://www.youtube.com/watch?v=rwAR0WOphUA
If I'm offline I'm probably in the middle of maintaining Gentoo or something-Linux or other.
As of February 18th, 2022, my YouTube username is MidgardVirtuosoComment
-
Compilation in cygwin has broken for me. I'm using "make -f makefile.linux install" (same as before the recent commits), I get the error:
Code:main.c: In function 'init_stuff': main.c:133:24: error: 'DEFAULT_CONFIG_PATH' undeclared (first use in this function) main.c:133:24: note: each undeclared identifier is reported only once for each function it appears in main.c:134:21: error: 'DEFAULT_LIB_PATH' undeclared (first use in this function) main.c:135:22: error: 'DEFAULT_DATA_PATH' undeclared (first use in this function) main.c: In function 'change_path': main.c:176:2: warning: array subscript has type 'char' [-Wchar-subscripts] <builtin>: recipe for target `main.o' failed make: *** [main.o] Error 1
Comment
-
Compilation in cygwin has broken for me. I'm using "make -f makefile.linux install" (same as before the recent commits), I get the error:
Code:main.c: In function 'init_stuff': main.c:133:24: error: 'DEFAULT_CONFIG_PATH' undeclared (first use in this function) main.c:133:24: note: each undeclared identifier is reported only once for each function it appears in main.c:134:21: error: 'DEFAULT_LIB_PATH' undeclared (first use in this function) main.c:135:22: error: 'DEFAULT_DATA_PATH' undeclared (first use in this function) main.c: In function 'change_path': main.c:176:2: warning: array subscript has type 'char' [-Wchar-subscripts] <builtin>: recipe for target `main.o' failed make: *** [main.o] Error 1
Can I ask why you don't just download the binaries?
Edit: It may be that makefile.linux no longer works? Nick submitted a patch so that the normal configure, make, etc stuff that angband uses on linux works. I have yet to try any of this out ...
Edit2: I see this "AC_DEFINE_UNQUOTED([DEFAULT_CONFIG_PATH], "${configdir}", [Path to the game's configuration data])" in configure.ac. So I think you need to configure, then make, etc.Last edited by chris; September 5, 2013, 18:53.Comment
-
Release the Kraken! Version 2.0.3 has been released, mostly focusing on possessor changes, of course. Nothing too major has been added, except quite a few new forms and some rebalancing. Oh yeah, one slight adjustment has been to replace monster base immunities with normal resistance, and of course this will be reflected in possessor play. A few monsters still have normal immunity, but the days of 600+ monster races being immune to basic elemental attacks are over!Comment
-
Can I give a suggestion? I know you want to make people switch bodies more often, but I don't think booting them out of one at low health is the way to go. Its a Ragequit inducing mechanic.
Maybe instead if your character reaches low health, you decrease life rating by 1%. Simulate body decay and force people to burn !New life (Which matches theme!) or trade bodies. Early game people will switch bodies too often for this to matter, but midgame this will be a interesting mechanic!Comment
-
Code:init_file_paths(path);
Code:init_file_paths(path, path, path);
I have a friend who reported an error of "init2.c:232:25: error: 'S_IFDIR' undeclared (first use in this function)", though it was an offhand comment, so I'm not sure on the details.
Code:./autogen.sh ./configure --with-no-install make
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Possessor
Just an idea:
Possessor's could learn to control body better, like weapons. (Instead of losing body or being forced out of body)
The longer you stay in one type of body, the better you'd be with it. -could get better resistances, higher hp/mp, etc.Comment
Comment