Win % offline


Ask fellow adventurers how to stay alive in the deep, dark, dangerous dungeon below, or share your own accumulated wisdom.

Snake Sneak

Posts: 97

Joined: Thursday, 26th January 2017, 19:19

Post Saturday, 15th July 2017, 21:05

Win % offline

I play offline, is there a way for me to look up what my win rate is?
Victorious with 12:
MiFi^Oka, OgBe^Trog, DsGl^Yred, TrMo^Qaz, GrFE^Veh, HOSk^Beo, DrWz^Sif, DECj^Nem, DDAr^Mak, MfTm^Ru, NaWr^Chei, HEEE^Sif
User avatar

Ziggurat Zagger

Posts: 4478

Joined: Wednesday, 23rd October 2013, 07:56

Post Saturday, 15th July 2017, 22:44

Re: Win % offline

If your high score list is not full yet, you can count the wins and lost games from there. Otherwise, you can count the number of morgue files you have in the morgue directory. Be sure to only count the actual morgue files and not all the other character dumps.

Personally, I maintain a spreadsheet file where I record all my Crawl games so I can calculate different stuff from there.
DCSS: 97:...MfCj}SpNeBaEEGrFE{HaAKTrCK}DsFESpHu{FoArNaBe}
FeEE{HOIEMiAE}GrGlHuWrGnWrNaAKBaFi{MiDeMfDe}{DrAKTrAMGhEnGnWz}
{PaBeDjFi}OgAKPaCAGnCjOgCKMfAEAtCKSpCjDEEE{HOSu
Bloat: 17: RaRoPrPh{GuStGnCa}{ArEtZoNb}KiPaAnDrBXDBQOApDaMeAGBiOCNKAsFnFlUs{RoBoNeWi

Snake Sneak

Posts: 97

Joined: Thursday, 26th January 2017, 19:19

Post Sunday, 16th July 2017, 18:38

Re: Win % offline

Will morgue directory include sprint games though?
Victorious with 12:
MiFi^Oka, OgBe^Trog, DsGl^Yred, TrMo^Qaz, GrFE^Veh, HOSk^Beo, DrWz^Sif, DECj^Nem, DDAr^Mak, MfTm^Ru, NaWr^Chei, HEEE^Sif

Ziggurat Zagger

Posts: 6454

Joined: Tuesday, 30th October 2012, 19:06

Post Sunday, 16th July 2017, 20:43

Re: Win % offline

Windows:
  Code:
cd <morguefolder>
dir morgue-*.txt | find "File(s)"
find "  Escaped with the Orb" morgue-*.txt | find /c "Escaped"

*nix:
  Code:
cd <morguefolder>
ls morgue-*.txt | wc -l
grep "  Escaped with the Orb" morgue-*.txt | wc -l


then divide the second number by the first and multiply by 100 to get the percent.

*Note this doesn't exclude "quitting" it's possible to do so, but requires more complexity.
Spoiler: show
This high quality signature has been hidden for your protection. To unlock it's secret, send 3 easy payments of $9.99 to me, by way of your nearest theta band or ley line. Complete your transmission by midnight tonight for a special free gift!

Return to Dungeon Crawling Advice

Who is online

Users browsing this forum: No registered users and 35 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.