Competition 172 is up -- it's a half-ogre street fighter from the freshly-minted Cthangband 5.0.0!
This is not the easiest variant to get up and running. If you're a windows person, the installer should work for you, but you may be confused by the console version if you haven't played a GCU build before. You have to copy the downloaded savefile to drive:\users\<your user>\Local Settings\Application Data\Cthangband\save\SAVEGAME.
If you are a mac or linux person, you are probably not going to have much luck building from source. (I gave up but didn't try very hard.) You can instead use wine. For OS X people, you can easily get this via homebrew, doing brew install wine.
Here is how I wined:
I'm not sure how we're going to score this one yet, but let's see if we can get at least one winner, shall we!
This is not the easiest variant to get up and running. If you're a windows person, the installer should work for you, but you may be confused by the console version if you haven't played a GCU build before. You have to copy the downloaded savefile to drive:\users\<your user>\Local Settings\Application Data\Cthangband\save\SAVEGAME.
If you are a mac or linux person, you are probably not going to have much luck building from source. (I gave up but didn't try very hard.) You can instead use wine. For OS X people, you can easily get this via homebrew, doing brew install wine.
Here is how I wined:
Code:
$ wget http://www.gratisgames.webspace.virginmedia.com/files/Cthangband-500-Windows-Install.exe $ wine Cthangband-500-Windows-Install.exe [...] $ cd ~.wine/drive_c/users/<your username>/Local Settings/Application Data/Cthangband/save $ wget http://angband.oook.cz/compo-saves/172 $ mv 172 SAVEGAME $ cd ~/.wine/drive_c/Program Files/Cthangband $ wineconsole --backend=curses Cthangband.exe
Comment