-Crawl- 412b, list order

G

Guest

Guest
Archived from groups: rec.games.roguelike.misc (More info?)

I'm playing around with the init.txt file, and i've set
list_order = )|/(!?[":0}%X

in game, the order dosen't change, but in the char dump it's correct,
anyway of fixing this?
also, could you add the item type symbols next to the items?

eg

[ Armour
b - a +0 animal skin (worn)
c - a leather armour
e - a ring mail


in game it shows up as (not in the right order) :

Inventory:
Missiles
h - 2 arrows
Armour
b - a +0 animal skin (worn)
c - a leather armour
e - a ring mail
Comestibles
a - a meat ration
Scrolls
d - a scroll labeled ENOPTI SCHACEKE
g - a scroll labeled APLUOSOENO
Potions
f - an oily white potion

but the dump shows (which is correct):
Inventory:
Missiles
h - 2 arrows
Potions
f - an oily white potion
Scrolls
d - a scroll labeled ENOPTI SCHACEKE
g - a scroll labeled APLUOSOENO
Armour
b - a +0 animal skin (worn)
c - a leather armour
e - a ring mail
Comestibles
a - a meat ration
 
G

Guest

Guest
Archived from groups: rec.games.roguelike.misc (More info?)

On Fri, 30 Sep 2005 05:49:10 +1000, wyzwyz wrote:

> I'm playing around with the init.txt file, and i've set
> list_order = )|/(!?[":0}%X


woops, i meant 4.1.2a, on windows
using the dc412a-w32.zip package