Page 1 of 1

Akrasiac question

PostPosted: Sunday, 17th August 2014, 20:58
by skjarl
Is it possible for me to get my .lst and .map files in addition to the morgue file? I'm trying to import my webtiles win to my local score board.

Re: Akrasiac question

PostPosted: Monday, 18th August 2014, 00:08
by Aule
All your files are in http://crawl.akrasiac.org/rawdata/[playername], including ttyrecs.

Edit: they should be, at least they are for me.

Re: Akrasiac question

PostPosted: Monday, 18th August 2014, 01:25
by skjarl
Much obliged, sir.

Re: Akrasiac question

PostPosted: Monday, 18th August 2014, 01:36
by skjarl
So how does each entry in the "scores" file point to the corresponding morgue file? "hiscores.cc" has a lot going on and it'll take me a while to dig this out. Any know how this works?

Re: Akrasiac question

PostPosted: Monday, 18th August 2014, 16:20
by BlackSheep
The function "void _show_morgue(scorefile_entry& se)" constructs name of the associated morgue file from the score entry by calling "get_name" and "get_death_time" and appending that to the morgue path. So if you copy the entirety of the scores entries into your local copy and don't change the names of the morgue files, it should just pick them up.