Jump to content
Korean Random
Sign in to follow this  
Xizt

Иконки статуса засвета противника

Recommended Posts

Народ подскажите :

1)Как изменить позицию иконок статуса засвета

(Чтобы они стали слева от иконок техники и по центра относительно них)

2)Некоторые иконки засвета наполовину затемненные, можно как то пофиксить?

 

Безымянный.png

texts.xc

Share this post


Link to post

Short link
Share on other sites

Посмотри в  playersPanel как там у тебя прописано.

 

// Маркер статуса засвета противника.
    "enemySpottedMarker":........

.......
      // Выравнивание по горизонтали
      "align": "center",
      // true - x position is bound to vehicle icon, false - bound to edge of the screen.
      // true - положение по горизонтали отсчитывается от иконки танка, false - от края экрана.
      "bindToIcon": true.

 и подгоняй Х=...

Edited by Pensioner

Share this post


Link to post

Short link
Share on other sites

2) Попробуйте этого - добавьте в секции enemySpottedMarker строку

"layer" : "top", 

 

Share this post


Link to post

Short link
Share on other sites

hi, 

 

how I can delete enemySpottedMarker, I have looking for but do not found it.

I do not like the lamp on the side.

 

regards.

Share this post


Link to post

Short link
Share on other sites
27 минут назад, DJPablo37 сказал:

hi, 

 

how I can delete enemySpottedMarker, I have looking for but do not found it.

I do not like the lamp on the side.

 

regards.

playersPanel.xc

"def": {
    // Enemy spotted status marker.
    // Маркер статуса засвета противника.
    "enemySpottedMarker": {
      // false - отключить.
      "enabled": false,

Share this post


Link to post

Short link
Share on other sites
2 часа назад, DJPablo37 сказал:

another question.

how I can show the lamp all time that I stay visible.

the tank lamp.

thanks.

If I understood correctly, this can not be done, you can only set the approximate time of the lamp display in seconds.

battle.xc

    // Duration of the sixth sense indicator (msec).
    "sixthSenseDuration": 2000,

The maximum spotted time is 10 seconds, if there is a "Designated Target" perk, then it's 2 seconds. If you set 12 seconds(12 000 msec), then you are guaranteed not to be spotted.

Sorry for my bad english:Default:

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