ADOM (Ancient Domains Of Mystery)

ADOM (Ancient Domains Of Mystery)

Not enough ratings
How to set up Auto Pickup
By Souly Hatin
How to set up auto item pickup in ADOM
This is a guide to help your adventuring go a little smoother. With a simple configuration file tweak, you can set up the built-in auto pickup feature of the game to work for you. The feature is customisable and you can easily switch it off and on midgame. One caveat: a wall of text follows, but I tried to be clear and even put handy-dandy pictures in to (hopefully) help you follow.
2
   
Award
Favorite
Favorited
Unfavorite
TL;DR
Copy pasta the following into adom.cfg:
Auto_Pickup = *, ', =, \, !, ?, $

If you want to know the finer details, read on.
Why do this?
Some things are certain in ADOM. Among these are the fact that you will die and that you will need gold and other cool items to progress. For help with the former, I suggest finding another guide. If you are interested in making it easier to sift through the useless junk then I suggest that you read on. I am aware that you can easily pick things up using the mapped keys, but this guide will help you tell the game to automatically pick up important items like gold and rings. This should leave the loot list less cluttered (especially after multikills) so that you can easily spot that 36s spear with minimal cycling.
How to set it up
File Location
First thing you need to do is find your adom.cfg file.

Windows:
It is normally located in your adom_steam folder. This is usually nested under an ADOM folder in your Documents.
%USERPROFILE%\Documents\ADOM\adom_steam

Other Operating Systems:
adom_steam should be in your home directory, otherwise do a search for the adom.cfg

File Editing
If you open up this file with a text editor you can see that there are certain variables that you can configure. These are all commented out (they will not be read by the program) with a hash #. The one that interests us is on line 52 - Auto_Pickup.

Copy Auto_Pickup (don't forget the underscore) to a new line. I put it in alphabetically after the comments, but anywhere should be fine as long as it is not directly after a #. Thereafter type an = (equal sign) and the symbols of the items you want with a , (comma) between symbols. If you are familiar with the ASCII (non-tiled) version of ADOM, the items' symbols are exactly as they appear in the game (bar rocks and food for practical reasons). For the rest, see the handy table below.

The final result may look something like this:
Auto_Pickup = *, ', =, \, !, ?, $
Table of symbols, translation, and recommendation
symbol
translation
notes
included in example
(SEE BELOW)
most clothing & armour
not recommended (heavy, too varied)
*
gems
recommended (usually valuable, useful, negligible weight)
o
rocks
not recommended (heavy)
'
necklaces
recommended (usually valuable, useful, negligible weight)
(
melee weapons
not recommended (most characters stick to one type)
}
missile weapons
not recommended (too varied)
/
ammunition
not recommended (too varied)
=
rings
recommended (valuable, useful, negligible weight)
\
wands
recommended (valuable, useful, negligible weight)
!
potions
recommended (valuable, useful, negligible weight)
?
scrolls
recommended (valuable, useful, negligible weight)
~
bracers
not recommended (heavy)
%
food
not recommended (all corpses fall under this category)
$
gold
recommended (it's the common currency of Ancardia)
{
instruments
not recommended (merely bulky money for most characters)
"
books
not recommended (mostly only useful to spellcasters)

Feel free to disagree with my recommendations. These are what work for me and it would better serve new players who are not as familiar with the game.

An [ (open square bracket) is used for armour, shields, cloaks, boots, girdles, gauntlets, and helmets. Steam has issues with the parsing so I put it here below.
Example adom.cfg edit
An example list to auto pickup what I consider any character class should always pickup, would look as follows:
Auto_Pickup = *, ', =, \, !, ?, $
Feel free to copy paste this line into your adom.cfg!
This tells ADOM to auto pickup gems, amulets, rings, wands, potions, scrolls, and gold.

Remember
  • The Auto_Pickup variable has an _ underscore.
  • Symbols in your list should start after an = equals sign and be separated by , commas for the program to read it correctly.
  • The second equals sign is not a mistake; it is to add rings to the auto pickup list.
  • If you put a # hash before your line it becomes comment, isn't parsed by ADOM, and won't make any difference to your game.
  • The Auto_Pickup variable is a string of characters (or just one) separated by , (commas) after the = (equals sign).
Toggling the auto pickup feature
It is important to know that setting up the auto pickup feature as above still does not take away the time needed to pick up the items. The items in your config will just be automatically picked up and added to the inventory. This means that you should be mindful of stepping on items when there are enemies around or when the environment is otherwise dangerous (e.g. being underwater or engulfed in flames). Luckily there is a key combination specifically mapped to ensure your safety.

By pressing Ctrl and a (simultaneously) on your keyboard, you can toggle the auto pickup feature on and off.


This is may be useful when:
  • in a hostile situation where taking the time to bend over and putting something in your backpack is ill-advised
  • touching items may be ill-advised (you'll know quickly if this is the case)
  • you don't want to pick up (almost) everything in the goods store

May thy wisdom be omnipresent!
7 Comments
Souly Hatin  [author] 28 Sep, 2021 @ 10:17am 
Always a pleasure!
Inchronoth 28 Sep, 2021 @ 7:03am 
thank you!!:steamthumbsup:
Souly Hatin  [author] 1 Mar, 2021 @ 11:20am 
@Nostradumbass, not to my knowledge, no. As such, it is listed as not recommended above.
Nostradumbass 1 Mar, 2021 @ 7:15am 
Is there a way to fine tune it to only pick up arrows and quarrels? Stupid throwing clubs, and tiny quarrels are annoying to drop all the time.
Souly Hatin  [author] 18 Aug, 2020 @ 2:07pm 
No probs. Glad someone is finding this guide useful!
jasque101478 18 Aug, 2020 @ 1:22pm 
Thank you. I'm always worried about missing something when fastwalking through cleared sections, so hopefully this will come in handy!
Umbra 29 Oct, 2017 @ 8:56pm 
Thanks