[Crawl] stash_tracking (patch) doesn't work anymore

G

Guest

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

I'm using 'stash_tracking = explicit' and until recently this worked as
expected. Though my stashes are still tracked and selectable by their
waypoints, they're not shown in my [char].lst file anymore (the file
only lists shops and stores now). Seems pretty strange to me since I
didn't recompile or changed anything and it *was* working fine already.
What gives?

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

Rubinstein <picommander@t-online.de> wrote:

> I'm using 'stash_tracking = explicit' and until recently this
> worked as expected. Though my stashes are still tracked and
> selectable by their waypoints, they're not shown in my [char].lst
> file anymore (the file only lists shops and stores now).

Um, how do you know they're still being tracked if they're not in
your lst file?

I'm not sure what happened here - has this happened before?

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

Darshan Shaligram wrote:
> Rubinstein <picommander@t-online.de> wrote:
>
>> I'm using 'stash_tracking = explicit' and until recently this
>> worked as expected. Though my stashes are still tracked and
>> selectable by their waypoints, they're not shown in my [char].lst
>> file anymore (the file only lists shops and stores now).
>
> Um, how do you know they're still being tracked if they're not in
> your lst file?

I thought the waypoints (ctrl-F) are part of the stash-tracking code.
And the waypoints are still listed with ctrl-G.

> I'm not sure what happened here - has this happened before?

Not sure, at least it's the first time I've recognized it. I've just
started using stash-tracking some days ago. But I *am* sure, that it
already worked before (I saw my stashes in the *.lst file).

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

Rubinstein <picommander@t-online.de> wrote:
> Darshan Shaligram wrote:
>> Rubinstein <picommander@t-online.de> wrote:

>>> I'm using 'stash_tracking = explicit' and until recently this
>>> worked as expected. Though my stashes are still tracked and
>>> selectable by their waypoints, they're not shown in my
>>> [char].lst file anymore (the file only lists shops and stores
>>> now).

>> Um, how do you know they're still being tracked if they're not
>> in your lst file?

> I thought the waypoints (ctrl-F) are part of the stash-tracking
> code. And the waypoints are still listed with ctrl-G.

Waypoints are handled by the interlevel travel code, unrelated to
stash-tracking.

>> I'm not sure what happened here - has this happened before?

> Not sure, at least it's the first time I've recognized it. I've
> just started using stash-tracking some days ago. But I *am* sure,
> that it already worked before (I saw my stashes in the *.lst
> file).

Did you use the 'explicit' option throughout, or did you start with
some other option?

I haven't tested any of the stash-tracking modes other than 'all'
in a long time, so I may have broken things without noticing. I'll
take a look.

Darshan