Jump to content
Korean Random
Ryobe

HELP WITH XVM CONFIG

Recommended Posts

I'd like to move my Hitlog, (assisted damage and damage blocked) to the bottom of my screen and move my incoming damage from the bottom to the top of the screen but I have no idea how to edit it. Would appreciate a detailed response, thanks.

Share this post


Link to post

Short link
Share on other sites

you need to edit  following 2  .xc   files, try changin  x (horizontal  position) and y (vertical position)  values, depending your monitor size (resolution)

 

made damage and total values are in

 

battleLabelsTemplates.xc

 

where is   3 diffrerent sections

 

 "hitlogHeader": {

 "hitlogBody": {

 

and   section which shows total efficency

 

"totalEfficiency": {

 

you can replace x and y lines looking this

 

"x": "{{pp.mode=0?5|{{py:math.sum({{pp.widthLeft}},50)}}}}",
      "y": "{{pp.mode=0?95|65}}",

 

for bare  x and y lines like below

 

incoming damage is in

 

damageLog.xc

 

"damageLog": {

"log": {

 "x": 290,
      "y": -13,

 

 

its mostly testing different values, you can use some replay to test different settings. Im not sure but those log areas might be also possbile to drag to new position with mouse?  or some point there was option to do that. Maybe someone other can explain better how to reposition those fields.

 

 

Edited by Andyss
  • Upvote 2

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.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...