Jump to content
Korean Random
Sign in to follow this  
pramalot

Stock hitlog in xvm 6.4.7.1

Recommended Posts

I tried xvm 6.4.7.1 but i prefer the stock hitlog that comes with the game. However i couldn´t find any way to get it back. Tried disabling the damage log and the hitlog but it didn´t come back.

 

How can it be done?

Share this post


Link to post

Short link
Share on other sites

There are two switches in damageLog.xc you have to change.

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

They are set to "true" by default.

You have to change to "false" to enable WoT internal log.

Share this post


Link to post

Short link
Share on other sites

I cant get it work either , I would need only games own spotted damage and blocked damage , something has changed in xvm lately? because those worked earlier...

 

edit:  got it working..  updated configs..

Edited by Andyss

Share this post


Link to post

Short link
Share on other sites

My damageLog :

 

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

 

 

The result :

 

post-37573-0-93018100-1477659490.jpg

Share this post


Link to post

Short link
Share on other sites

Just edit "battleLabelsTemplates.xc" in the block "DamageLog".

Change "enabled:" "true" to "enabled:" "false". (line 264?)

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