Port of S. Traykov's patch for Nethack.
Add the following categories for selection:
- I - Unidentified Items (if you also want to select items with
unkown b/u/c-status, use 'I' and 'X')
- P - Items just [taken out|Picked up] (depending on what you did
last)
- Q - Auto-picked items (Honours auto-pickup exceptions.)
- r - Items known to be Rustprone (if option like_swimming is
set)
- Z - Inverse selection (Selects all items but those that would
normally be selected. Note that this is usually different from
pressing '@')
You'll need to add the following definitions to your
include/config.h
file:
#define ITEMCAT
to enable the I and r categories
(unidentified, rustprone)
#define ITEMCAT_JP
to enable the P category (items
just...)
#define ITEMCAT_AP
to enable the Q category
(auto-picked)
#define ITEMCAT_NEG
to enable the Z category (inverse
selection)
#define ITEMCAT_OLDSTYLE
if you don't like the 5.0-style
'I' category selection.
Additionally, add the line OPTIONS=like_swimming
in your
nethack configuration file, if you'd like the 'r' category to appear
by default.