simple question: how to show enemy names
Create a text file that says:
Code:
and load it using /optionloadfile C:\path\to\filename.txtShowVillainName 1
Alternately, if you've already saved your options once, then go into your options save file, which will be either in your main directory or in the piggs or data subfolder, depending on when you saved them, and change the ShowVillainName option to 1. Then load your option file, either by /optionload (if you used /optionsave before) or /optionloadfile C:\path\to\filename.txt as before.
The game doesn't actually allow you to set it this way in the interface. I'm not sure if it USED TO allow it, which is why two of your older toons have it set.
Paragon Wiki: http://www.paragonwiki.com
City Info Terminal: http://cit.cohtitan.com
Mids Hero Designer: http://www.cohplanner.com
My two older toons I did a while back. One was on a TF that had a lot of riff-raff around AVs. Then I just did it on the other.
ty much
Based on what Agge posted, I typed
Code:
And everything showed their names at all time. Some testing showed that it uses a 3 bit variable:/optionset ShowVillainName 1
Code:
1-bit = Show everything 2-bit = Show on mouseover 4-bit = Show on select
Code:
0 = Show nothing 1 = Show everything 2 = Show mouseover 3 = Show everything + Show mouseover (1 + 2) 4 = Show selected 5 = Show everything + Show selected (1 + 4) 6 = Show mouseover + Show selected (2 + 4) 7 = Show everything + Show mouseover + Show selected (1 + 2 + 4)
EDIT: Because "everything" includes anything that you've mouseovered or selected, any odd value will show everything all the time.
@Roderick
Quote:
Thanks for that Roderick, added it to the appropriate wiki page.
Code:
0 = Show nothing 1 = Show everything 2 = Show mouseover 3 = Show everything + Show mouseover (1 + 2) 4 = Show selected 5 = Show everything + Show selected (1 + 4) 6 = Show mouseover + Show selected (2 + 4) 7 = Show everything + Show mouseover + Show selected (1 + 2 + 4) |
Global @StarGeek
ParagonWiki.com-The original is still the best!
My Hero Merit rolls
Accuracy needed for 95% ToHit spreadsheet
Forum font change stripper for Firefox/Opera/Chrome. No more dealing with poor color choices, weird fonts or microscopic text
Search Wiki Patch notes, add site:ParagonWiki.com inurl:patch_notes to your Google Search
I know in the options you can have it show on mouseover, etc. but on two of my older toons I've made it so you can see the names of all enemies in view.
But I dont' remember how to do it and my search-fu has been weak [or no one has ever asked before].
Mucho thanks in advance.