How to lock map marker font size?

How to lock map marker font size?

Various things about Spring that do not fit in any of the other forums listed below, including forum rules.

Moderator: Moderators

Post Reply
Skasi
Posts: 19
Joined: 02 Jul 2008, 12:34

How to lock map marker font size?

Post by Skasi »

Is there a way to stop map markers/labels (the things you plop via ~ and double-left-click) from changing font size as you zoom in and out? A setting to "lock" it?

I want markers' text to always be the same size, no matter the zoom level, similar to gui elements so I can actually see them when zooming all the way out and my whole base ain't hidden behind super big letters when zoomed in.
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: How to lock map marker font size?

Post by Beherith »

Replace with lua equivalent.
User avatar
Jools
XTA Developer
Posts: 2816
Joined: 23 Feb 2009, 16:29

Re: How to lock map marker font size?

Post by Jools »

Is there a good widget for these? The default one is very ugly. I liked the way they were in ota: small glowing balls and not exclamation points.
User avatar
Jazcash
Posts: 5309
Joined: 08 Dec 2007, 17:39

Re: How to lock map marker font size?

Post by Jazcash »

Lua markers would be neat. Could easily make client-side only points that way too so I can spam the map with labels without annoying anybody :D
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: How to lock map marker font size?

Post by Beherith »

You can already do client side only points, check the wiki.
User avatar
Jazcash
Posts: 5309
Joined: 08 Dec 2007, 17:39

Re: How to lock map marker font size?

Post by Jazcash »

Beherith wrote:You can already do client side only points, check the wiki.

Code: Select all

Spring.MarkerAddPoint (needs ModUICtrl)
( number x, number y, number z [, string text = "" [, bool localOnly] ] ) -> nil
ooo sweet, I never knew! Thanks :-)

I see there's no client side lines though :(

Code: Select all

Spring.MarkerAddLine (needs ModUICtrl)
 ( number x1, number y1, number z1, number x2, number y2, number z2 ) -> nil
User avatar
very_bad_soldier
Posts: 1397
Joined: 20 Feb 2007, 01:10

Re: How to lock map marker font size?

Post by very_bad_soldier »

Image
User avatar
Jools
XTA Developer
Posts: 2816
Joined: 23 Feb 2009, 16:29

Re: How to lock map marker font size?

Post by Jools »

Permanent, but is it still water soluble?
Post Reply

Return to “General Discussion”