Party size on map

Users who are viewing this thread

uly

Sergeant at Arms
I remember that a long time ago, I had been able to tweak the game so that the party size number displayed on the map is bigger and clearer.  But I can't find how I did it before.  Anyone knows how to change this?
 
header_parties has:

Code:
pf_label_small               = 0x00000000
pf_label_medium              = 0x00001000
pf_label_large               = 0x00002000

Try using: (party_set_flags, ":party_number", pf_label_large, 1),
 
I tried as you suggested, but it didn't work.  I get the feeling that the pf_large_label flags are only applicable for "name labels" rather than party size labels.  Any other suggestion?
 
Back
Top Bottom