Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Gamers & Players
  • Search

Running Adonthell

Having problems getting your favorite Linux game to work? Want to discuss strategies? This is the place!
Post Reply
  • Print view
Advanced search
12 posts • Page 1 of 1
Author
Message
Vard
n00b
n00b
Posts: 45
Joined: Thu Jan 08, 2004 4:55 am

Running Adonthell

  • Quote

Post by Vard » Wed Jan 14, 2004 10:59 am

I ran: "emerge adonthell"

Now I'm not sure how to get it running.

I'm new to linux, and don't even know where the game can be found.

Please advise.
Top
OddFox
Apprentice
Apprentice
User avatar
Posts: 270
Joined: Thu Nov 28, 2002 3:48 am
Location: Spokane, WA
Contact:
Contact OddFox
Website

  • Quote

Post by OddFox » Wed Jan 14, 2004 11:15 am

You (Your user acct) needs to be in the 'games' group, and I'm sure the game's executable is simply adonthell.

To add yourself to the games group, as root, find a line similar to this one in your /etc/group file:

Code: Select all

games::35:user
If there is no games:: line, simply add it. Make sure to substitute "user" with your usernames you want to allow to play games.
Now the rainy season reminds me of Maria
The way she danced, the color of her hair
Now I'm locked inside a stall at the cantina
Eating the bananas and the cocaine off the mirror
Looking for a ticket to take me away from here
Top
charlieg
Advocate
Advocate
User avatar
Posts: 2149
Joined: Tue Jul 30, 2002 11:05 am
Location: Manchester UK
Contact:
Contact charlieg
Website

  • Quote

Post by charlieg » Wed Jan 14, 2004 11:18 am

OddFox wrote:To add yourself to the games group, as root, find a line similar to this one in your /etc/group file:

Code: Select all

games::35:user
If there is no games:: line, simply add it. Make sure to substitute "user" with your usernames you want to allow to play games.
Or, more simply, use the 'usermod' command line app:

Code: Select all

# man usermond
Want Free games?
Free Gamer - open source games list & commentary

Open source web-enabled rich UI platform: Vexi
Top
OddFox
Apprentice
Apprentice
User avatar
Posts: 270
Joined: Thu Nov 28, 2002 3:48 am
Location: Spokane, WA
Contact:
Contact OddFox
Website

  • Quote

Post by OddFox » Wed Jan 14, 2004 11:27 am

Bah, tools are for teh weak!

But seriously, thanks for letting me know about that, charlieg. :D
Now the rainy season reminds me of Maria
The way she danced, the color of her hair
Now I'm locked inside a stall at the cantina
Eating the bananas and the cocaine off the mirror
Looking for a ticket to take me away from here
Top
Vard
n00b
n00b
Posts: 45
Joined: Thu Jan 08, 2004 4:55 am

Thanks for the tip

  • Quote

Post by Vard » Wed Jan 14, 2004 11:45 am

I used usermod by inputting 'usermod -G games -L user'

I checked the group file and games::35::user is there, but now I'm still not sure how to run the game.

I tried: 'adonthell' and 'exec /usr/games/bin/adonthell'
Top
Vard
n00b
n00b
Posts: 45
Joined: Thu Jan 08, 2004 4:55 am

ok

  • Quote

Post by Vard » Wed Jan 14, 2004 12:51 pm

Okay, so I think I got the commnad to run the game.
Thanks alot for letting me know how to get the group working. :)

I get this:

Usage: ./adonthell [OPTIONS] GAME

Where [OPTIONS] can be:
-h print this help message
-d print the data directory and exit
-v print version and exit
-l list installed games and exit
-g dir play the game contained in dir (for development only)
-c byte-compile all Python scripts in this directory (for
development only)

How do I play it now? What is the command?
Top
dreas
Guru
Guru
User avatar
Posts: 359
Joined: Wed Aug 06, 2003 7:24 am
Location: Germany
Contact:
Contact dreas
Website

  • Quote

Post by dreas » Wed Jan 14, 2004 1:28 pm

Found this...
Now you are ready to play. Type

> adonthell wastesedge

to dive into the game.
...on their page.
Top
GuyonAsm
n00b
n00b
User avatar
Posts: 14
Joined: Sun Dec 28, 2003 10:41 pm
Location: Washington D.C.
Contact:
Contact GuyonAsm
Website

  • Quote

Post by GuyonAsm » Wed Jan 14, 2004 2:37 pm

Im writing an rpg at the moment ontop of this engine so get ready for another selection to play soon enough =).
I myself can't beat you, but my creations can...
Top
da-flow
n00b
n00b
User avatar
Posts: 32
Joined: Thu Jan 27, 2005 10:39 pm
Location: in the darkest corner of my space
Contact:
Contact da-flow
Website

  • Quote

Post by da-flow » Mon Feb 14, 2005 12:52 am

Hi i know this is an old post but nevermind i got an info that will help:
to get the game running first:
1. emerge adonthell
and then emerge the game data for adonthell called "wastesedge" this is necesarry to get a. working

2. emerge wastesedge

3. This was it, check youre in the right group and beginn !
Top
babos
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 144
Joined: Wed Feb 15, 2006 7:00 pm
Location: Martinique

  • Quote

Post by babos » Thu Dec 14, 2006 10:40 pm

mmm, yes, but for me this is a
segmentation error :(
So sad...

Code: Select all

Gentux / $ adonthell wastesedge
Erreur de segmentation
Quand le sage montre le ciel, l'idiot regarde son doigt.
Top
Hadriel
Tux's lil' helper
Tux's lil' helper
Posts: 75
Joined: Thu Jul 28, 2005 5:01 pm

  • Quote

Post by Hadriel » Sun Dec 17, 2006 8:08 pm

i get segmentation faults, too...
Top
iopi
n00b
n00b
Posts: 68
Joined: Sun Mar 13, 2005 3:13 am

  • Quote

Post by iopi » Sun Dec 17, 2006 10:29 pm

I'm getting a seg fault too.

I've been googling around and came across this patch

Code: Select all

Hello,

Finally I got it.
This is caused by #374062.

This patch is a workaround for that bug. I'm not sure that using bg as
last argument is the best choice, however it works.

--- adonthell-0.3.4.cvs.20050813/src/win_ttf.cc 2004-12-13 09:56:58.000000000 +0100
+++ adonthell-0.3.4.cvs.20050813.jd/src/win_ttf.cc 2006-08-09 16:41:00.000000000 +0200
@@ -137,7 +137,7 @@
if (s == NULL) return *(glyphs[' ']);

image tmp (s, bg);
- image shadow (TTF_RenderUNICODE_Solid (ttf, unichar, bg), white);
+ image shadow (TTF_RenderUNICODE_Shaded (ttf, unichar, bg, bg), white);
image *glph = new image (tmp.length(), height_, false);
glph->fillrect (0, 0, tmp.length()+1, height_+1, screen::trans_col(), NULL);
shadow.draw (1, 1+height_-shadow.height(), 0, 0, shadow.length(), shadow.height(), NULL, glph);
Note, I am a noob, so this probably isn't the best way =P.

I copied the adonthell source from /usr/portage/distfiles/ to my desktop
extracted it and used nano to edit win_ttf.cc
changed the line

Code: Select all

image shadow (TTF_RenderUNICODE_Solid (ttf, unichar, bg), white);
to

Code: Select all

image shadow (TTF_RenderUNICODE_Shaded (ttf, unichar, bg, bg), white);
saved

retarred
format of command: tar -cvf mystuff.tar mystuff/
used gzip
format of command: gzip [filename]
deleted the original source of adonthell in /usr/portage/distfiles
copied the gunzipped file over (note must have the same file name as the original)
emerge --digest adonthell


then run adonthell wastesedge

the game will run now without a seg fault, however... the text now has black boxes behind each letter ;_;
Top
Post Reply
  • Print view

12 posts • Page 1 of 1

Return to “Gamers & Players”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic