Jump to content
Korean Random
Sign in to follow this  
Assassin7

Help Enable Vanilla Damage panel/hitlog in my config

Recommended Posts

my XVM config has the vanilla hitlog/Damage panel disabled (the hits received panel plus the damage dealt/blocked/assisted logs), even if they are turned on in settings the UI is still disabled. I've gone through every file in my config but cannot find the settings to re enable them. Could someone please help me by enabling them?

 

my config is here: http://www.mediafire.com/file/7vc8f7kecyb9awm/xvm_Asassian7.zip 

 

Thanks! 

Share this post


Link to post

Short link
Share on other sites

damageLog.xc

..
"damageLog": {
    // false - Disable.
    // false - отключить.
    "enabled": true,
    // true - disable standard detailed damage.
    // true - отключить стандартный детальный урон.
    "disabledDetailStats": true,
    // true - disable standard summarized damage.
    // true - отключить стандартный суммарный урон.
    "disabledSummaryStats": true,
..
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

 

damageLog.xc

..
"damageLog": {
    // false - Disable.
    // false - отключить.
    "enabled": true,
    // true - disable standard detailed damage.
    // true - отключить стандартный детальный урон.
    "disabledDetailStats": true,
    // true - disable standard summarized damage.
    // true - отключить стандартный суммарный урон.
    "disabledSummaryStats": true,
..

I don't have that file in my config (which explains the problem, it was made before this UI was put in the game) can I just put that code in there alone and it works, or is there anything else it needs?

Share this post


Link to post

Short link
Share on other sites

also this

// Log of the received hits.
  // Лог полученных попаданий.
  "damageLog": ${"damageLog.xc":"damageLog"},

should be added to your @xvm.xc

 

@xvm.xc

Edited by vlad_cs_sr
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

ok, tried it. get an Error: PARSER: <EOF> expected. got ":" at 1:12 in /path/Damagelog.xc

 

This is the entire code in that file:

"damageLog": {
    // false - Disable.
    // false - ?????????.
    "enabled": true,
    // true - disable standard detailed damage.
    // true - ????????? ??????????? ????????? ????.
    "disabledDetailStats": true,
    // true - disable standard summarized damage.
    // true - ????????? ??????????? ????????? ????.
    "disabledSummaryStats": true,
    }

Correct? 

 

 

(p.s trying to get these error codes with WoT on my SSD getting past the loading screen in half a second is annoying)

Edited by Assassin7

Share this post


Link to post

Short link
Share on other sites

try this code for damageLog.xc

{
  "damageLog": {
    // false - Disable.
    // false - отключить.
    "enabled": true,
    // true - disable standard detailed damage.
    // true - отключить стандартный детальный урон.
    "disabledDetailStats": true,
    // true - disable standard summarized damage.
    // true - отключить стандартный суммарный урон.
    "disabledSummaryStats": true
}
}

or just copy file from default folder to yours and edit it

Edited by vlad_cs_sr
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

try this code for damageLog.xc

{
  "damageLog": {
    // false - Disable.
    // false - отключить.
    "enabled": true,
    // true - disable standard detailed damage.
    // true - отключить стандартный детальный урон.
    "disabledDetailStats": true,
    // true - disable standard summarized damage.
    // true - отключить стандартный суммарный урон.
    "disabledSummaryStats": true
}
}

or just copy file from default folder to yours and edit it

Yay, that works.

 

thankyou, I feel like an idiot now. (even more so because I never thought to look in the default config) thankyou! :)

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