Jump to content

Larger Minimap Names - Size Adjustment


Recommended Posts

So i figured someone might feel as i do, that the minimap names mod size is way too big.

 

To adjust this to what i previously used in alt_minimap, i made the following addition:

 

Add: (fontSize  = "11")

To the style in the bottom of the mod file, as showed below.

 

\res_mods\0.8.5.1\gui\unbound2\pc\battle\minimap\markers\ship_marker.unbound

    (style (width = 100%) (align = "center"))
    (tf
        (class $FontEnableReadability)
        (class $TextDefaultBoldNM)
        (style
            (marginTop = "6px")
            (fontSize  = "11")
            (bind textColor "textColor")
        )
        (bind text "shipName")
    )
)

 

Link to comment
  • Administrator

Thanks. Funny I tried that before in the exact same spot and it didnt work, but I used fontsize instead fontSize. Maybe that thing is case sensitive. In next modpack I will add few sizes to select from then. If that works :)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.