Automap doesn't display item or monster kill count

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Automap doesn't display item or monster kill count

Re: Automap doesn't display item or monster kill count

by Gez » Fri May 28, 2021 12:58 am

You can do

Code: Select all

alias infomap "toggle hud_althud; togglemap"
and that removes the need to have two subcommands and a rebind.

Re: Automap doesn't display item or monster kill count

by bebipbop » Fri May 28, 2021 12:09 am

I made a script as a workaround. Works great except it doesn't work with overlay-only.

Code: Select all

alias infomap "infomap1"
	 alias infomap1 "hud_althud 0; togglemap; alias infomap infomap0"
	 alias infomap0 "hud_althud 1; togglemap; alias infomap infomap1"
	 bind x infomap

Re: Automap doesn't display item or monster kill count

by Yarn366 » Sun May 16, 2021 4:19 pm

It appears you have the alternative HUD enabled, which uses a different automap and displays those three stats in the main HUD instead of the automap. You can configure alternative HUD settings in HUD Options -> Alternative HUD. Note that counts on the alternative HUD use abbreviated labels: K for kills, I for items, and S for secrets.

Automap doesn't display item or monster kill count

by bebipbop » Sat May 15, 2021 12:16 am

I have the settings enabled to display monster counts, secret counts, and item counts. Either I'm missing something here or these settings don't work. Here's some screenshots...

https://imgur.com/a/6U1Pn5r

I also tried toggling a bunch of other random settings hoping it would help. Nothing helped, even trying the normal automap instead of just the overlay version.

Top