Jump to content
Korean Random
Sign in to follow this  
wotpt.tk

Cannot move "Battletimer", "RightPanel" and "Leftpanel" ond XVM 4.1

Recommended Posts

I had this on my XVM 4.0

"battle": {
    "clanIconsFolder": "../../clanicons/",
    "clockFormat": "H:N:S",
    "elements": {
      "battleTimer": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": 3 },
      "consumablesPanel": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "damageInfoPanel": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "damagePanel": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "deathZoneTimer": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "debugPanel": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "drownTimer": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "fragCorrelationBar": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "langBarPanel": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "leftPanel": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": 30 },
      "messenger": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "minimap": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "overturnedTimer": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "playerMessangersPanel": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "rightPanel": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": 30 },
      "sixthSenseIndicator": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "switcher_mc": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "teamBasesPanel": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "timerBig": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "vehicleErrorsPanel": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null },
      "vehicleMessagesPanel": { "a": null, "debug": false, "h": null, "ha": null, "va": null, "w": null, "x": null, "y": null }
    },

This moved the BattleTimer almost to the top, alligned with the fps and ping info, and pulled the player panels to the top.

 

On xvm 4.1 this not not work. I went to the online configurator and saved a empty full xvm.xc file but i cannot find where to move this elements.

I tried pasting these on the new xvm but it gives an error while loading the battle, and then the the game it loads the xvm default values.

Can anyone point me in the right direction or help me move this elements?

 

I´ve read everything i found on xvm 4.1 but i cannot find what was changed to make these to stop working.

 

Thank you in advance.

Share this post


Link to post

Short link
Share on other sites

I found the answer

This is what i used on XVM

    "elements": [{
      "leftPanel": { "_y": 3 },
      "rightPanel": { "_y": 3 },
      "debugPanel": { "_x": 275, "_y": 9 },
      "battleTimer": { "_x": 150, "_y": 4 }
    }],

Thank you for the help

Edited by ucramos

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...