Hi, About Adonthell: ---------------- Download/compile/install python 1.5.2 Download/compile/install vorbis (optional) Download the engine adonthell-0.3.2.tar.gz Run: # ./autogen.sh # ./configure I the top directory edit the Makefile: Change: install-data-local: if test ! -e $(gamedatadir)/games ; then \ mkdir $(gamedatadir)/games; \ fi to install-data-local: if test ! -d $(gamedatadir)/games ; then \ mkdir -p $(gamedatadir)/games; \ fi # make # make install Download the wastesedge data distribution: Run: # ./configure # make # make install # /usr/local/bin/adonthell -l # /usr/local/bin/adonthell wastesedge or # /usr/local/bin/adonthell -g /usr/local/wastesedge-0.3.1 Edit the /.adonthell/adonthellrc window mode or fullscreen mode Enjoy!! /BL