Hull.xc

Published by Hawg on

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #114938
    Hawg
    Member

    Hull Armor Informer

    This is another creations of mine.

    This will display your hull armor battle 

    hull.png

    Add this to your xc files

    @xvm.xc

    “hull”: ${“hull.xc”:”hull”},

    battleLabels.xc

    ${ “battleLabelsTemplates.xc”:”def.hull”},
    ${ “battleLabelsTemplates.xc”:”def.hullText”},

    battleLabelsTemplates.xc

    },    
         “hull”: {
          “enabled”: true,
          “layer”: “top”,
          “x”: 787,
          “y”: 9,
          “width”: 400,
          “height”: 100,
          “alpha”: 100,
          “screenHAlign”: “center”,
          “shadow”: { “distance”: 2, “angle”: 90,”alpha”: 90, “blur”: 1.5, “strength”: 5 },
          “textFormat”: {“font”: “Arial”, “size”: 16, “color”: “0xFFD800” },      
          “format”: “{{.hull.{{vehiclename}}}}”
         },    
        “hullText”: {
          “enabled”:true,
          “layer”: “top”,
          “x”: 746,
          “y”: 9,
          “width”: 400,
          “height”: 100,
          “alpha”: 100,
          “screenHAlign”: “center”,
          “shadow”: { “distance”: 2, “angle”: 90,”alpha”: 90, “blur”: 1.5, “strength”: 5 },
          “textFormat”: { “font”: “Arial”,”size”: 16, “color”: “0xFFD800” },      
          “format”: “<font size=’16’color=’#FFD800′>Hull :</font>”
             
         },    
         

     

    arrow.pngHull.Xc

    #114939

    I am getting this error in xvm log

    JSONxLoaderException: Bad reference: ${“battleLabelsTemplates.xc”: “def.hull”} in “res_mods/configs/xvmdefaultbattleLabelsTemplates.xc:battleLabels/formats[42]”
    Object “./def” has no key “hull”

    #114940
    Hawg
    Member
    On 11/28/2018 at 1:28 PM, Racthndrdrake said:

    I am getting this error in xvm log

    JSONxLoaderException: Bad reference: ${“battleLabelsTemplates.xc”: “def.hull”} in “res_mods/configs/xvmdefaultbattleLabelsTemplates.xc:battleLabels/formats[42]”
    Object “./def” has no key “hull”

    I added to download all the .xc  just copy and paste text from download Xc file.

    I tested on default Xvm config ,It  is all working when I Copy and paste from download files.

    arrow.pngHull.Xc

    #114941
    Hawg
    Member

    1.3.0.1 updated 

    #114942
    Hawg
    Member

    1.4.1.0 update

    #114943
    Hawg
    Member

    1.6.0.0 update

    #114944
    Hawg
    Member

    Update 1.6.1.4 

    Added >  usa-A130_Super_Hellcat added

     

    Hawg’s BootCamp  ™

     

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.