Jump to content
Korean Random
seriych

[6.1.6, 20.11.2015] seriych config (Ru+MultiLingual) + программа для настройки

Recommended Posts

Предложение: Вместо точек 500м и 707м нарисовать квадрат (пунктиром), анологично кругам.

На данный момент в XVM это сделать невозможно. Предложение разработчикам звучало уже 100500 раз. Возможно, реализуют.

Share this post


Link to post

Short link
Share on other sites

Как исправмть зеркальное отображение иконок в ангаре и казарме?

В бою всё в норме

Edited by Opolchenic

Share this post


Link to post

Short link
Share on other sites

Как исправмть зеркальное отображение иконок в ангаре и казарме?

 

 

 

Edited by seriych

Share this post


Link to post

Short link
Share on other sites

@malakez, My icons in english:

post-8781-0-94266000-1361559041_thumb.png

 

ver. 0.8.3 (not 0.8.4 test)

 

Please check the translation and icons. And I'll post the English version in the first message of the topic.

Edited by seriych

Share this post


Link to post

Short link
Share on other sites

 

Ты, наверное, скачал XVM-3.4.0. Скачай 3.3.8-test8, а от 3.4.0 возьми только VehicleMarkersManager.swf и UserInfo.swf (ну и TeamMemberRenderer.swf, если из тестовой ветки про роты бинарники берешь). Вот, готовый набор:

attachicon.gifflash.zip

   

Try this:

attachicon.gifXVM.xvmconf

 

If you want to disable all minimap mod, change here true to false

  "minimap": {
    // Hint: minimap size can be changed by "-" and "=" keyboard buttons.
    // Fields can load images from disk by HTML:
    //   "format": { "ally": "<img src='img://../icons/bzz.png' width='8' height='8'>"}, ...
    //   While file is at WoT\res_mods\icons\bzz.png
    // Turned off by default.
    "enabled": true, // On\off minimap mod switch as a whole.

If you want to disable only last known enemy position and tank names, change here true to false

        "revealedEnabled": true, // Textfields switch for revealed units.
        "lostEnemyEnabled": true,// Textfields switch for lost enemy units. Show last seen position.

Icons with English names tanks I will do later. Or try this program to do you own icons: http://forum.worldoftanks.eu/index.php?/topic/213498-084tank-icon-maker-020-modified/

Thank you so very much, you are a great man :)

Share this post


Link to post

Short link
Share on other sites

@malakez, The whole translation in battle right?

 

Well I wanted at least capture messages and hit log in english, if that is what you mean? I just installed your mod and I'm testing it soon. By the way is it possible to add Player efficiency to hit log? And is it possible to add Player efficiency to show without need to press ALT?

Share this post


Link to post

Short link
Share on other sites

Ещё несколько вопросов:

1. Не отображаются УГН на мини-карте (АТ-1, Т18).

2. Как нарисовать линию направления орудия

Share this post


Link to post

Short link
Share on other sites
if that is what you mean?
Yes, I want to make sure that the translation is everywhere and the translation is correct.

 

By the way is it possible to add Player efficiency to hit log?
No.

 

And is it possible to add Player efficiency to show without need to press ALT?
I can do this for you, but I will not do it in the main version. Color labels enough. This is feature of my configuration.

Share this post


Link to post

Short link
Share on other sites

I played one match so far and the translation seems right, I will test it more. I now noticed your colored flags, they are enough for player efficiency and very nice :) It is hard to understand all of your mod features when you don't speak russian :)

Edited by malakez

Share this post


Link to post

Short link
Share on other sites

Не отображаются УГН на мини-карте (АТ-1, Т18).

прилагайте реплей, посмотрим

Как нарисовать линию направления орудия

'Код конфига в разделе миникарты'

"lines": { // Линии. Только для своей техники.
       // Работает только с xvm-stat.exe
       "enabled": true,
       // "inmeters": true  - дистанция линии в метрах реальной карты.
       // "inmeters": false - дистанция линии в точках миникарты. Сторона миникарты 210 точек.
       // "thickness" - толщина отрезка.
       // "from" - начало отрезка; "to" - конец.
       // Дистанция из угла в угол на километровой карте получается немногим более 1400 метров.
       // В секциях располагается произвольное кол-во отрезков.
       // Для постановки точки попробуйте отрезок длиной в единицу и с большой толщиной.
       // Для простоты можете оставить один длинный отрезок, не забыв убрать зяпятую. В конце секции запятая не ставится.
       "vehicle": [ // Направление корпуса своей техники.
         { "enabled": true, "from": 50,  "to": 95,  "inmeters": true, "thickness": 1.5, "alpha": 45, "color": "0x60FF00"},
         { "enabled": true, "from": 100, "to": 145, "inmeters": true, "thickness": 1.4, "alpha": 40, "color": "0x60FF00"},
         { "enabled": true, "from": 150, "to": 196, "inmeters": true, "thickness": 1.3, "alpha": 35, "color": "0x60FF00"},
         { "enabled": true, "from": 200, "to": 246, "inmeters": true, "thickness": 1.2, "alpha": 33, "color": "0x60FF00"},
         { "enabled": true, "from": 250, "to": 296, "inmeters": true, "thickness": 1.1, "alpha": 30, "color": "0x60FF00"},
         { "enabled": true, "from": 300, "to": 397, "inmeters": true, "thickness": 1,   "alpha": 30, "color": "0x60FF00"},
         { "enabled": true, "from": 400, "to": 497, "inmeters": true, "thickness": 0.9, "alpha": 30, "color": "0x60FF00"},
         { "enabled": true, "from": 500, "to": 2000,"inmeters": true, "thickness": 0.75, "alpha": 30, "color": "0x60FF00"}
       ],
       "camera": [ // Направление камеры от своей техники.
         { "enabled": true, "from": 50,  "to": 80,   "inmeters": true, "thickness": 1.3,  "alpha": 45, "color": "0xFFCC66"},
         { "enabled": true, "from": 120, "to": 180,  "inmeters": true, "thickness": 1.2,  "alpha": 40, "color": "0xFFCC66"},
         { "enabled": true, "from": 220, "to": 280,  "inmeters": true, "thickness": 1.1,  "alpha": 35, "color": "0xFFCC66"},
         { "enabled": true, "from": 320, "to": 380,  "inmeters": true, "thickness": 1,    "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 420, "to": 480,  "inmeters": true, "thickness": 0.9,  "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 520, "to": 580,  "inmeters": true, "thickness": 0.8,  "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 620, "to": 680,  "inmeters": true, "thickness": 0.75, "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 720, "to": 780,  "inmeters": true, "thickness": 0.75, "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 820, "to": 880,  "inmeters": true, "thickness": 0.75, "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 920, "to": 980,  "inmeters": true, "thickness": 0.75, "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1020,"to": 1080, "inmeters": true, "thickness": 0.75, "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1120,"to": 1180, "inmeters": true, "thickness": 0.75,  "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1220,"to": 1280, "inmeters": true, "thickness": 0.75,  "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1320,"to": 1380, "inmeters": true, "thickness": 0.75,  "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1420,"to": 1480, "inmeters": true, "thickness": 0.75,  "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1520,"to": 1580, "inmeters": true, "thickness": 0.75,  "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1620,"to": 1680, "inmeters": true, "thickness": 0.75,  "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1720,"to": 1780, "inmeters": true, "thickness": 0.75,  "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1820,"to": 1880, "inmeters": true, "thickness": 0.75,  "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1920,"to": 2000, "inmeters": true, "thickness": 0.75,  "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 99,  "to": 100,  "inmeters": true, "thickness": 2.2,   "alpha": 45, "color": "0xFFCC66"},
           //Точки
         { "enabled": true, "from": 199, "to": 200,  "inmeters": true, "thickness": 2.1,   "alpha": 40, "color": "0xFFCC66"},
         { "enabled": true, "from": 299, "to": 300,  "inmeters": true, "thickness": 2,     "alpha": 35, "color": "0xFFCC66"},
         { "enabled": true, "from": 399, "to": 400,  "inmeters": true, "thickness": 1.9,   "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 499, "to": 500,  "inmeters": true, "thickness": 1.8,   "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 599, "to": 600,  "inmeters": true, "thickness": 1.7,   "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 699, "to": 700,  "inmeters": true, "thickness": 1.6,   "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 799, "to": 800,  "inmeters": true, "thickness": 1.6,   "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 899, "to": 900,  "inmeters": true, "thickness": 1.6,   "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 999, "to": 1000, "inmeters": true, "thickness": 1.6,   "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1099,"to": 1100, "inmeters": true, "thickness": 1.6,   "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1199,"to": 1200, "inmeters": true, "thickness": 1.6,   "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1299,"to": 1300, "inmeters": true, "thickness": 1.6,   "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1399,"to": 1400, "inmeters": true, "thickness": 1.6,   "alpha": 30, "color": "0xFFCC66"},
         { "enabled": true, "from": 1499,"to": 1500, "inmeters": true, "thickness": 1.6,   "alpha": 30, "color": "0xFFCC66"}
       ],
       // Углы горизонтальной наводки могут меняться в зависимости от углов постановки машины на склонах местности.
       // Подробнее по ссылке: http://goo.gl/ZqlPa
       "traverseAngle": [ // Углы горизонтальной наводки. Срабатывают только, если углы есть.
         { "enabled": true, "from": 50,  "to": 95,  "inmeters": true, "thickness": 1.5,   "alpha": 50, "color": "0xCCCCCC"},
         { "enabled": true, "from": 100, "to": 145, "inmeters": true, "thickness": 1.4,   "alpha": 48, "color": "0xCCCCCC"},
         { "enabled": true, "from": 150, "to": 196, "inmeters": true, "thickness": 1.3,   "alpha": 46, "color": "0xCCCCCC"},
         { "enabled": true, "from": 200, "to": 246, "inmeters": true, "thickness": 1.2, "alpha": 44, "color": "0xCCCCCC"},
         { "enabled": true, "from": 250, "to": 296, "inmeters": true, "thickness": 1.1, "alpha": 42, "color": "0xCCCCCC"},
         { "enabled": true, "from": 300, "to": 397, "inmeters": true, "thickness": 1,   "alpha": 40, "color": "0xCCCCCC"},
         { "enabled": true, "from": 400, "to": 497, "inmeters": true, "thickness": 0.9,   "alpha": 40, "color": "0xCCCCCC"},
         { "enabled": true, "from": 500, "to": 2000,"inmeters": true, "thickness": 0.75,   "alpha": 40, "color": "0xCCCCCC"}
       ]
    }

 

Share this post


Link to post

Short link
Share on other sites
1. Не отображаются УГН на мини-карте (АТ-1, Т18).
Используй xvm 3.3.2-test8. Если хочешь новые фишки в ангаре, которые появились в 3.4.0, используй часть файлов от 3.3.2-test8, часть от 3.4.0:

 

 

2. Как нарисовать линию направления орудия
Через XVM никак.

 

 

It is hard to understand all of your mod features when you don't speak russian :)
And It is hard to translate description when I don't speak english :-)

 

Edited by seriych

Share this post


Link to post

Short link
Share on other sites

Используй xvm 3.3.2-test8. Если хочешь новые фишки в ангаре, которые появились в 3.4.0, используй часть файлов от 3.3.2-test8, часть от 3.4.0:

 

 

 

 

Через XVM никак.

 

And It is hard to translate description when I don't speak english :-)

hehee, true :) Is it possible to disable own tank range radius from minimap (blue circle)? And is it possible to disable the blue pointing arrow from your tank in minimap? Basically is it possible to use all your minimap features but keep your own tank icon default?

Share this post


Link to post

Short link
Share on other sites

Is it possible to disable own tank range radius from minimap (blue circle)?

 

Yes, you must to delete all data from:

{ "bison_i":            { "enabled": true, "distance": 320,  "thickness": 0.3, "alpha": 65, "color": "0x00BBFF" } },

to

{ "white_tiger":            { "enabled": true, "distance": 460,  "thickness": 0.3, "alpha": 65, "color": "0x00BBFF" } }

including both of these strings and everything in between.

 

 

And is it possible to disable the blue pointing arrow from your tank in minimap?

Blue arrow? On the minimap no blue arrows. There is a white arrow and a blue line. The blue line is the line of sight (the camera). If you want to disable the line of sight, you must to change all "enabled": true to "enabled": false in this section:

 

       "camera": [ // Направление камеры от своей техники.
         { "enabled": true, "from":  50,  "to": 707, "inmeters": true, "thickness": 0.8, "alpha": 65, "color": "0x00BBFF"},
		 { "enabled": true, "from": 445,  "to": 446, "inmeters": true, "thickness": 3, "alpha": 65, "color": "0x00BBFF"},
		 { "enabled": true, "from": 500,  "to": 501, "inmeters": true, "thickness": 3, "alpha": 65, "color": "0x00BBFF"},
		 { "enabled": true, "from": 706,  "to": 707, "inmeters": true, "thickness": 3, "alpha": 65, "color": "0x00BBFF"},
		 { "enabled": true, "from": 707,  "to": 1463, "inmeters": true, "thickness": 0.2, "alpha": 30, "color": "0x00BBFF"}
       ],
 

 

but keep your own tank icon default?

 your own tank icon default is white arrow. It does not change the modification minimap. The short bold white line from white arrow is direction of the tank hull. To disable it you must to change "enabled": true to "enabled": false in this section:
       "vehicle": [ // Направление корпуса своей техники.
         { "enabled": true, "from": -50,  "to": 150, "inmeters": true, "thickness": 1.2,   "alpha": 65, "color": "0xFFFFFF"}
       ],
Edited by seriych

Share this post


Link to post

Short link
Share on other sites

 

 

Yes, you must to delete all data from:

{ "bison_i":            { "enabled": true, "distance": 320,  "thickness": 0.3, "alpha": 65, "color": "0x00BBFF" } },

to

{ "white_tiger":            { "enabled": true, "distance": 460,  "thickness": 0.3, "alpha": 65, "color": "0x00BBFF" } }

including both of these strings and everything in between.

 

 Blue arrow? On the minimap no blue arrows. There is a white arrow and a blue line. The blue line is the line of sight (the camera). If you want to disable the line of sight, you must to change all "enabled": true to "enabled": false in this section:

 

       "camera": [ // Направление камеры от своей техники.
         { "enabled": true, "from":  50,  "to": 707, "inmeters": true, "thickness": 0.8, "alpha": 65, "color": "0x00BBFF"},
		 { "enabled": true, "from": 445,  "to": 446, "inmeters": true, "thickness": 3, "alpha": 65, "color": "0x00BBFF"},
		 { "enabled": true, "from": 500,  "to": 501, "inmeters": true, "thickness": 3, "alpha": 65, "color": "0x00BBFF"},
		 { "enabled": true, "from": 706,  "to": 707, "inmeters": true, "thickness": 3, "alpha": 65, "color": "0x00BBFF"},
		 { "enabled": true, "from": 707,  "to": 1463, "inmeters": true, "thickness": 0.2, "alpha": 30, "color": "0x00BBFF"}
       ],
 

  your own tank icon default is white arrow. It does not change the modification minimap. The short bold white line from white arrow is direction of the tank hull. To disable it you must to change "enabled": true to "enabled": false in this section:

       "vehicle": [ // Направление корпуса своей техники.
         { "enabled": true, "from": -50,  "to": 150, "inmeters": true, "thickness": 1.2,   "alpha": 65, "color": "0xFFFFFF"}
       ],

 

You are correct about the arrows and all such :) Everything else worked but when I deleted

 

{ "bison_i":            { "enabled": true, "distance": 320,  "thickness": 0.3, "alpha": 65, "color": "0x00BBFF" } },
to
{ "white_tiger":            { "enabled": true, "distance": 460,  "thickness": 0.3, "alpha": 65, "color": "0x00BBFF" } }

 

 

It somehow broke the XVM-config and set everything to defaults, there was an error message in the battle loading screen bottom part. I also noticed that those values start from

 

{ "su_18":            { "enabled": true, "distance": 552,  "thickness": 0.3, "alpha": 65, "color": "0x00BBFF" } },

 

 

Would you be so nice and remove those lines for me? I really don't want to end up braking your configuration.

 

BTW you should post your mod to 

 

http://forum.worldoftanks.eu/index.php?/forum/41-mods-addons/

 

because it's the best mod-package I have found so far :)

Share this post


Link to post

Short link
Share on other sites
It somehow broke the XVM-config and set everything to defaults, there was an error message in the battle loading screen bottom part.
Just delete , at the end of this line:

{ "bat_chatillon155": { "enabled": true, "distance": 1296, "thickness": 0.3, "alpha": 65, "color": "0x00BBFF" } },



you should post your mod to 

When I tried to send a message to the American forum, I got a message that must play a minimum of 6 fights on their server, before I can be able to send messages. I suspect that at the European Forum is the same situation.I do not want to download a separate game for the sake of sending a message to the forum.

 

it's the best mod-package I have found so far
mod-package? Just a config file for XVM.

Share this post


Link to post

Short link
Share on other sites

Just delete , at the end of this line:

{ "bat_chatillon155": { "enabled": true, "distance": 1296, "thickness": 0.3, "alpha": 65, "color": "0x00BBFF" } },

 

 

When I tried to send a message to the American forum, I got a message that must play a minimum of 6 fights on their server, before I can be able to send messages. I suspect that at the European Forum is the same situation.I do not want to download a separate game for the sake of sending a message to the forum.

 

mod-package? Just a config file for XVM.

Hello, now it works, thank you :) Do you want me to advertise your XVM config there? I have enough battles on EU-server

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