PDA

View Full Version : Limited space for the description of the charge meter in TF2 mini-HUD


Arracht
08-01-2011, 12:48 PM
Has anyone found a workaround for this problem?

I've noticed that putting several spaces in front of the desired description seems to fix it (the word is sightly off-centre in normal HUD but it doesn't look bad).

It works with the txt file but there is no way of sending a string like this through STS (  doesn't get converted to spaces).

Any ideas?

Ctrl+C
08-01-2011, 09:45 PM
Try using non-breaking spaces. Sometimes it works in cases where normal space cannot be placed.

Arracht
08-02-2011, 04:36 AM
Is there some other code for those than   ?
Because this one does not become a space when placed in this particular string.

Or is it an issue with several of those in a row? (I tried with 4)

Thebigone
08-02-2011, 05:52 AM
ALT+0160 does it for me.

Ctrl+C
08-02-2011, 09:49 AM
As an alternative way you can use simple and convenient typography keyboard layout (http://ilyabirman.ru/english/typography-layout/) by Ilya Birman.

All moderators of Russian section use it because of the real en dash (there is only one dash in Russian — en dash, while English uses em dash as well) and Russian quotes.

The key for non-breaking space is Right Alt + Space.

Arracht
08-02-2011, 12:00 PM
Damn. Why didn't I think about it right away.
The regular non-breaking space does register in the strings.
Thanks a lot.