Jump to content
Korean Random
█XlebniDizele4ku

[Миникарта / Minimap]

Recommended Posts

как сделать один цвет для вражеской и союзной арты на миникарте?

в коричневый хочешь покрасить шалунишка

да вроде никак, там нет разделения по типу техники

Edited by XSerzHX

Share this post


Link to post

Short link
Share on other sites

в коричневый хочешь покрасить шалунишка

да вроде никак, там нет разделения по типу техники

я во флешке заменил маркеры на картинку говна,но на миникарте она зеленая и красная

вот как цвет убрать или его заменить на картинку?

а в сниперах такого нет?

Share this post


Link to post

Short link
Share on other sites

 

 

а в сниперах такого нет?
Сниппетах*

Нет, такого нет.

Share this post


Link to post

Short link
Share on other sites

 

 

но на миникарте она зеленая и красная

потому что в конфиге прописан цвет

Share this post


Link to post

Short link
Share on other sites

потому что в конфиге прописан цвет

в каком файле 

Сниппетах*

Нет, такого нет.

 

ой ошибочка 

жаль 

как то не смотрится зеленое говно:)

Share this post


Link to post

Short link
Share on other sites
в каком файле

color.xc

всё что относиться к system

Edited by XSerzHX

Share this post


Link to post

Short link
Share on other sites

color.xc

всё что относиться к system

сделал вот // Цвет для арты.

      "SPG": "<img src='xvm://res/arty.png' width='39' height='50'>",

а толку нет 

Share this post


Link to post

Short link
Share on other sites

 

 

а толку нет

и не будет ты же не используешь цвет по типу техники на миникарте

Share this post


Link to post

Short link
Share on other sites

и не будет ты же не используешь цвет по типу техники на миникарте

а как надо 

Share this post


Link to post

Short link
Share on other sites

 

 

а как надо

в поле прописать <font color='{{c:vtype}}'>...</font>

но всё равно не получится потому что иконки не прописываются
прописываются только для lost и dead

Share this post


Link to post

Short link
Share on other sites

в поле прописать <font color='{{c:vtype}}'>...</font>

но всё равно не получится потому что иконки не прописываются

прописываются только для lost и dead

ясно

Share this post


Link to post

Short link
Share on other sites

 

 

Как бороться с этой буквой 
Попробуй другой шрифт взять. Должно пройти или стать ещё хуже. 

Share this post


Link to post

Short link
Share on other sites

В ХВМ никак. Нужно редактировать флеш файл минимэп.свф

Share this post


Link to post

Short link
Share on other sites

В ХВМ никак. Нужно редактировать флеш файл минимэп.свф

Я думал, там картинка, с буквами/цифрами, так нет. Картинка только фон. (

Share this post


Link to post

Short link
Share on other sites

 

 

Я думал, там картинка, с буквами/цифрами
Буквы\цифры - это уже текст.

 

 

 

Нужно редактировать флеш файл минимэп.свф
battle.swf.

Share this post


Link to post

Short link
Share on other sites

Если мне теперь осталось подвигать карту. Это нужны сниппеты. И вроде делается через elements.xc

Там у карты только это:

"$delay": 100,
            "minimap": {
                "_alpha": "minimap._alpha",
                "rowA": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowB": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowC": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowD": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowE": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowF": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowG": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowH": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowJ": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowK": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "colsNames": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} }
            }

Попробовал прикрутить

"_x": -2,
"_y": -2,

Нечего хорошего не вышло. Прост окарта пропала. Будет время поискаю в теме.

Edited by ApxuBbI

Share this post


Link to post

Short link
Share on other sites

Если мне теперь осталось подвигать карту. Это нужны сниппеты. И вроде делается через elements.xc

Попробовал прикрутить

"_x": -2,

"_y": -2,

Нечего хорошего не вышло. Прост окарта пропала. Будет время поискаю в теме.

'Попробуйте:'

"$delay": 100,
            "minimap": {
                "_x": "minimap._x - 2",
                "_y": "minimap._y - 2",
                "_alpha": "minimap._alpha",
                "rowA": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowB": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowC": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowD": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowE": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowF": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowG": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowH": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowJ": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowK": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "colsNames": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} }
            }

Share this post


Link to post

Short link
Share on other sites

'Попробуйте:'

"$delay": 100,
            "minimap": {
                "_x": "minimap._x - 2",
                "_y": "minimap._y - 2",
                "_alpha": "minimap._alpha",
                "rowA": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowB": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowC": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowD": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowE": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowF": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowG": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowH": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowJ": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "rowK": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} },
                "colsNames": { "textColor": ${"minimapFont.color"}, "_alpha": ${"minimapFont.alpha"} }
            }

Теперь двигается, Спасибо. Всегда я делаю через одно место. И думал же так попробовать =)

Результат.

image.png
Edited by ApxuBbI

Share this post


Link to post

Short link
Share on other sites

Ребят подскажите пожалуйста. Поставил с нуля хвм, других модов нет.  Даже на дефолтном конфиге пропавшие из засвета  танки отображаются точками, а не маркерами техники. Ничего не понимаю.

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.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...