Jump to content
Korean Random
Sign in to follow this  
Aergeris

GunMarks Macro not returning correct Number

Recommended Posts

Hi, when i declare GunMarks Macro with

"gunMarks": {
    "_0": "",
    "_1": "1",
    "_2": "2",
    "_3": "3"
}

and use it in markersalivenormal.xc with

"format": ""<font face='$FieldFont'> {{gun-marks}}</font>"

it should write nothing/1/2 or 3 next to the " symbol, right? But in real it only shows squares and no numbers.

Share this post


Link to post

Short link
Share on other sites

@Aergeris, do you enable this macro in battle.xc?

 

"battle": {

    // true - enable {{gun-marks}} macro in players panels and minimap. WARNING: performance expensive
    "allowGunMarksInPanelsAndMinimap": true,

Share this post


Link to post

Short link
Share on other sites
do you enable this macro in battle.xc?

 

panels and minimap

in 'markers' this works anyway... @Aergeris, put your *.log files, maybe something wrong? 

 

 

 "format": ""<font face='$FieldFont'> {{gun-marks}}</font>" 

probably, it must look like this:  "format": "<font face='$FieldFont'>" {{gun-marks}}</font>"

and if you use Test(0.9.3)&NB3134 this is quite possibly the bug (yet not fixed)

Edited by Duv21

Share this post


Link to post

Short link
Share on other sites

Yes, it was enabled. I've changed $FieldFont to Arial and made it a seperat textfield and now it's working.... hopefully. (didn't see a 2+ gunmark player since then).

 

Anyway, thanks for help and quick respond.


probably, it must look like this:  "format": "<font face='$FieldFont'>" {{gun-marks}}</font>"

and if you use Test(0.9.3)&NB3134 this is quite possibly the bug (yet not fixed)

 

sadly, that's not possible. " must be XVMSymbol font, but i don't the like look of numbers of that font

Edited by Aergeris

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...