Jump to content
Korean Random
Sign in to follow this  
gromv

по нажатию ALT

Recommended Posts

Ребят подскажите плз... у меня по нажатию альт над танком высвечивается ср урон по танку и % побед. Я хочу чтоб был ср урон по танку и кол-во боев на нем.

Где копать и на что поправить, если не трудно???

Share this post


Link to post

Short link
Share on other sites

Если используете конфиг дефолтной структуры, редактируйте блок текстовых полей в файле markersAliveExtended.xc

Share this post


Link to post

Short link
Share on other sites

где, что именно и на что менять????

здесь нет ясновидящих, что у там у вас на что менять

Короче, скидывайте конфиг (архив папки /res_mods/configs/xvm/)

Share this post


Link to post

Short link
Share on other sites

Я хочу чтоб был ср урон по танку и кол-во боев на нем. Где копать и на что поправить, если не трудно???

скинул markersAliveExtended.xc

 

Замените:

{
  "alpha": 100,
  "color": "{{c:t-winrate}}",
  "font": { "align": "center", "bold": false, "italic": false, "name": "$FieldFont", "size": 13 },
  "format": "{{t-winrate%d~%|--%}}",
  "name": "% Побед на танке",
  "shadow": { "alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 6, "strength": 200 },
  "visible": true,
  "x": 32,
  "y": -9
}

На:

{
  "alpha": 100,
  "color": "{{c:t-battles}}",
  "font": { "align": "center", "bold": false, "italic": false, "name": "$FieldFont", "size": 13 },
  "format": "{{t-battles%d|----}}",
  "name": "кол-во боев на танке",
  "shadow": { "alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 6, "strength": 200 },
  "visible": true,
  "x": 32,
  "y": -9
}

Ну и отрегулируйте координаты по "x" и "y" под себя.

Edited by night_dragon_on

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