Thread
:
Roguelike: Fatherhood
View Single Post
szopin
2011-07-25 , 19:11
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#
1
After a bit of tweaking here is:
Fatherhood - by Jeff Lait (ncurses version)
http://www.zincland.com/7drl/fatherhood/
It's a very crude hack that allows to play native version on the N900.
gfx_ncurses.cpp and gfxengine were modified to allow 99 columns so it is possible to play with correct font size (fullscreen). I believe all the screen is visible even if a bit glitchy. Plays a lot faster than qemulated in easydebian though and no problems with keys.
Unpack, cd linuxport, ./fatherhood (chmod if necessary)
Had no luck with other Jeff's games. Even after fixing their libtcod 1.5.1 incompatibility (setBack->setCharBackground/setFore->setCharForeground
and Noise functions, I am attaching firefly.cpp and gfxengine.cpp
from Smart Kobold if anyone wants to try) and generating all .o files
I got stuck at: undefined reference to '__sync_fetch_and_add_4'
which can be fixed with -march=pentium4 apparently (or anything from i486 upward it seems) which is unlucky when compiling for ARM. Heard that gcc 4.4 has this fixed, though only 4.2.1 is available in the SDK repos
Enjoy!
Attached Files
fatherhood.tar.gz
(437.7 KB, 107 views)
SmartKobold_libtcod_compat.tar.gz
(6.4 KB, 117 views)
Quote & Reply
|
szopin
View Public Profile
Send a private message to szopin
Find all posts by szopin