Jump to content
Korean Random

[Сниппеты / Snippets] Расширенная настройка боевого интерфейса


Recommended Posts

Может я не в той ветке вопрос задал? Или на него ответа в принципе не существует?

JSON 

Поддерживаемые теги HTML:

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/TextField.html#htmlText

 

http://wot-xvm.googlecode.com/svn/trunk/release/doc/readme-ru.txt

 

http://www.koreanrandom.com/forum/topic/3817-формат-подстановок-конфига/

 

да и разве трудно прочитать ридми и шапку темы?

Edited by goodman
Link to comment
Short link
Share on other sites

Спасибо, мил человек!!!!!!

Наверное, я провтыкал что-то :hmm:  Ибо не люблю задавать пустые вопросы...

Еще раз ОГРОМНОЕ СПАСИБО :exc:

Link to comment
Short link
Share on other sites

Здравствуйте!

 

Подскажите как мне это настроить? (Я про полосу которая наложена на текс, и не убирается через редактор путём отступа)

 

http://s020.radikal.ru/i718/1311/87/75a0bb26514c.jpg

Link to comment
Short link
Share on other sites

 Подскажите как мне это настроить? (Я про полосу которая наложена на текс, и не убирается через редактор путём отступа)

http://www.koreanrandom.com/forum/topic/1761-сниппеты-snippets-расширенная-настройка-боевого-инт/?p=113767

Link to comment
Short link
Share on other sites

Кто-то когда-то хотел поменять карту и дамаг-панель местами))

{
  "elements": [{"minimap": {  "_alpha": 100, "_x": 375, "_y": 900, "_height": null, "_width": null },
  "messenger": { "_alpha": 100, "_x": 1100, "_y": null, "_height": null, "_width": null },
  "playerMessangersPanel": {"_alpha": 100, "_x": 25, "_y": null, "_height": null, "_width": null },
  "damagePanel": { "_alpha": 100, "_x": 1211, "_y": 670, "_height": null, "_width": null }} 
    //${"snippet-1.xc"},
    //${"snippet-2.xc"}
  ]
}

attachicon.gifshot_079.jpg

мож, +,- воспользовать в игре, или хочется именно подвинуть?

also not working for me

it may be that the elements.xc is off with me?

if this were possible, where can I check that?

Link to comment
Short link
Share on other sites

надоело каждый раз перекрашивать?

 

Можно покрасить:

"minimap": {  // миникарта
  "_alpha": 100, "_x": null, "_y": null, "_height": null, "_width": null,
            "rowA": { "textColor": null },
            "rowB": { "textColor": null },
            "rowC": { "textColor": null },
            "rowD": { "textColor": null },
            "rowE": { "textColor": null },
            "rowF": { "textColor": null },
            "rowG": { "textColor": null },
            "rowH": { "textColor": null },
            "rowJ": { "textColor": null },
            "rowK": { "textColor": null },
            "colsNames": { "textColor": null }},

и пост: http://www.koreanrandom.com/forum/topic/1388-запросы-на-создание-конфигов-просить-помощи-по/?p=103224

Edited by leecher88
  • Upvote 1
Link to comment
Short link
Share on other sites

Do you have xvm.xc file in res_mods\xvm

 

I have in res_mods/xvm/configs/@promod/ a @xvm.xc

here is the content:

/**
* Main Configuration File (XVM)
* OldSkools ProMod (c) by OldSkool
*
* Updated on 14.11.2013
*
*/

{
  "configVersion": "5.0.0",
  "editorVersion": "0.64",
  "definition": {
    "author": "OldSkool",
    "description": "ProMod XVM Configuration",
    "url": "http://forum.worldoftanks.eu/index.php?/topic/237916-085-oldskools-promod/",
    "date": "14.11.2013",
    "gameVersion": "0.8.9",
    "modMinVersion": "5.0.1"

  },
// Language
"language": "de",


"markers": ${"markers.xc":"markers"},
"login": ${"login.xc":"login"},
"hangar": ${"hangar.xc":"hangar"},
"userInfo": ${"hangar.xc":"userInfo"},
"battle": ${"battle.xc":"battle"},
"fragCorrelation": ${"battle.xc":"fragCorrelation"},
"expertPanel": ${"battle.xc":"expertPanel"},
"rating": ${"rating.xc":"rating"},
"hotkeys": ${"hotkeys.xc":"hotkeys"},
"squad": ${"squad.xc":"squad"},
"battleLoading": ${"battleLoading.xc":"battleLoading"},
"statisticForm": ${"statisticForm.xc":"statisticForm"},
"playersPanel": ${"playersPanel.xc":"playersPanel"},
"battleResults": ${"battleResults.xc":"battleResults"},
"turretMarkers": ${"turretMarkers.xc":"turretMarkers"},
"hitLog": ${"hitLog.xc":"hitLog"},
"captureBar": ${"captureBar.xc":"captureBar"},
"minimap": ${"minimap.xc":"minimap"},
"colors": ${"colors.xc":"colors"},
"alpha": ${"alpha.xc":"alpha"},
"texts": ${"texts.xc":"texts"},
"iconset": ${"iconset.xc":"iconset"},
"vehicleNames": ${"vehicleNames.xc":"vehicleNames"}
}

Edited by Cella
Link to comment
Short link
Share on other sites

I do not know why but now klappts
I had your config copied over my, no stats, no more minimap more, no auto login, no clock, and the panel was also in the middle
So your with my compared above settings were different, something else I have not seen.
So my xvm out and thy pure.
the panel was on the right. fits
adjust only the settings again
that did not work. mistaken. So my config copied over yours. it works. settings match, panel further to the right
I do not know why but it works.

thank you very much

  • Upvote 1
Link to comment
Short link
Share on other sites

  • 3 weeks later...

Привет всем,хелп,ребят такой вопрос можно ли сменить шрифт букв и цифр рамки миникарты и как это сделать если можно?!

Попробуй как я писал здесь

в файле snippet-minimap.xc меняешь "htmlText": "A" -> "htmlText": "<font face='Arial Unicode MS'>A</font>". И так для каждой строки/столбца.

Link to comment
Short link
Share on other sites

post-19813-0-49959800-1388162653_thumb.jpg

Попробуй как я писал здесь

в файле snippet-minimap.xc меняешь "htmlText": "A" -> "htmlText": "<font face='Arial Unicode MS'>A</font>". И так для каждой строки/столбца.

пробую,получается что строка заменяет символ( 

Link to comment
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...