Jump to content

icon tanks Playerspanel and BattleLoading


Recommended Posts

I apologize for my bad English.
My compliments for the mod pack Aslain, I just installed the latest version.

I noticed that the icons of the tanks in the two panels are directed to the right, and those of my team and even the enemy, how can I put them opposite each other ??

Another question how and where to change the settings to change position hitlog?

Last question in the settings of Modpack I popped something that makes me look at my side of the info tank every time you point a tank, I would remove them from Modpack I tried but it does not work, how do I ???

 

Thank you in advance for the help

Edited by TATOO_64
Link to comment
17 minutes ago, Maxxrange said:

I also need to know how to move the hitlog. Before last update I would change the x,y position.

I was hoping it was Ctrl and drag the box, that would have been sweet.

 

 

 

In the old version, I found this:

 

"hitlog": {
      "enabled": true,
      "updateEvent": "ON_DAMAGE_CAUSED",
      "x": 1290,             <---------
      "y": 450,               <---------
      "width": 500,
      "height": 1000,
      "textFormat": { "color": "0xF4EFE8", "size": 18 },
      "format": "{{hitlog-header}}\n{{hitlog-body}}"
    },

 

I find this in the latest version:

 

"hitlogHeader": {
      "enabled": true,
      "updateEvent": "ON_DAMAGE_CAUSED, ON_PANEL_MODE_CHANGED",
      "x": "{{pp.mode=0?5|{{py:math.sum({{pp.widthLeft}},50)}}}}",
      "y": "{{pp.mode=0?65|40}}",
      "width": 500,
      "height": 1000,
      "textFormat": { "color": "0xF4EFE8", "size": 15 },
      "format": "{{hitlog-header}}"
      // Format of the full hitlog (header and body)
      // ?????? ??????? ???-???? (????? ? ????)
      // "format": "{{hitlog-header}}\n{{hitlog-body}}"
    },
    "hitlogBody": {
      "enabled": true,
      "hotKeyCode": 56, "onHold": "true", "visibleOnHotKey": false,
      "updateEvent": "ON_DAMAGE_CAUSED, ON_PANEL_MODE_CHANGED",
      "x": "{{pp.mode=0?5|{{py:math.sum({{pp.widthLeft}},50)}}}}",
      "y": "{{pp.mode=0?85|60}}",
      "width": 500,
      "height": 1000,
      "textFormat": { "color": "0xF4EFE8", "size": 15 },
      "format": "{{hitlog-body}}"
    },

 

As you change the location ??

Link to comment
  • Administrator

In battleLabelsTemplates.xc

 

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

 

to

 

  "x": 1290,
   "y": 450,

 

and 

 

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

 

to

 

  "x": 1290,
  "y": 460,

Link to comment
31 minutes ago, Aslain said:

In battleLabelsTemplates.xc

 

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

 

to

 

  "x": 1290,
   "y": 450,

 

and 

 

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

 

to

 

  "x": 1290,
  "y": 460,

I'm just noob, the location is ok, but now written overlap

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.