Why aren't you playing Unangband?
Collapse
X
-
The Roflwtfzomgbbq Quylthulg summons L33t Paladins -more-
In UnAngband, the level dives you.
ASCII Dreams: http://roguelikedeveloper.blogspot.com
Unangband: http://unangband.blogspot.com
-
Compiling on ubuntu 7.10
Hi. I managed to compile it on ubuntu 7.10, thanks for the instructions. I did the make -f Makefile.std in ./src. For the record here is what I had to install to get a binary in a relatively stock install of (K)ubuntu:
sudo apt-get install build-essential libncurses5-dev libx11-dev
My problem is, when I try to execute it I get:
bash: ./unangband: Permission denied
any ideas?Comment
-
-
Sweet
Decided to check the source out from svn. Compile worked the same except this time it actually ran!
I've never played angband before (well i tried it once but I didn't inhale.) I've played some Nethack but not professionally. I think I'm in a pretty good position to do n00b-level testing. Any requests/suggestions etc ?
GavComment
-
Post your experiences/stories to the AAR forum, and dump your characters to the ladder.Decided to check the source out from svn. Compile worked the same except this time it actually ran!
I've never played angband before (well i tried it once but I didn't inhale.) I've played some Nethack but not professionally. I think I'm in a pretty good position to do n00b-level testing. Any requests/suggestions etc ?
Gav
To do a character dump, command is 'C', then 'f'.
If you really want to write a short review of the game after a couple of days, that'd be great
AndrewThe Roflwtfzomgbbq Quylthulg summons L33t Paladins -more-
In UnAngband, the level dives you.
ASCII Dreams: http://roguelikedeveloper.blogspot.com
Unangband: http://unangband.blogspot.com
Comment
-
You are welcome. But did you manage to get it to work with the packaged sources? It's quite important for us, because it would be nice to release wip7a with working sources...
Comment
-
Surely its not a case of where you run it from; its almost certain you install into a folder where the contained files don't get execute permissions, or perhaps you installed as root and ran as user?
After compiling, still inside src/ do:which will allow unangband to access the folders correctly, then just:Code:mv unangband ../unangband
as pav suggested earlier.Code:cd ../ && chmod a+x unangband
If permission denied error occurs on chmod, then simply:If that doesn't work, then maybe you do have an issue - my system is also a fairly basic Kubuntu 7 install, but the more stable v7.04.Code:sudo chmod a+x unangband
You sold a Broken Sword (1d2) (-2,-4) {average} (j) for 1 gold.
The shopkeeper howls in agony!
You say "Dude, the clue is in the name...".Comment
-
Ok, that's a good point. I've downloaded the wip7a sources. I'll give it a go at compiling and report back here.
GavComment
-
Success with wip7a
First of all: I was complaining earlier about problems executing a compiled binary... turns out I was trying to execute it via an NFS share that was mounted without exec permissions. Go figure. So I'll do everything on one box from now on.
Anyhow, wip7a source download compiled and ran just fine using the instructions earlier in this thread, i.e:
If you want a binary that definitely works on *buntu you can get it from my site: http://pedantic.co.za/unangband/Code:>cd src >make -f Makefile.std >cp ./unangband .. >cd .. >./unangband
GavComment
-
Hi, I'm a newbie on these forums.
My reasons for not playing UnAngband are that the distributed executable for OSX only works on Intel, and when I downloaded the source, and typed in "make -f Makefile.osx", it compiled and created an executable, but when I launched it, it presented me an error "Cannot prepare menu bar!" and quit.
The console does not show anything unusual from UnAngband.app.Comment
-
ID situation is too painful
* I don't like carrying a whole bunch of scrolls just to ID, or even pseudo-ID, stuff.
* Since the addition of the tower to Weathertop, the LOTR theme is just too hard.
* I don't like so many strictly themed dungeons. Themed levels are better. (I end up playing the questless version instead.)
And finally:
Too many variants.Comment
Comment