Jump to content
Korean Random

Aslain

User
  • Content Count

    733
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by Aslain

  1. Well nevermind that anyway, got it fixed. However I was not responsible for this issue, looks like something has changed in XVM past the time and it stopped to work without reason. Cheers
  2. Better chances of reply if russian, but ok :) The problem is black background on squad icon, it was working fine, until recently it stopped, I didnt change this config for half a year, and now it's suddenly all black there. I want the squad icon background to be colored by ally/enemy, not be always black. I remember now old c:system macro but it's stopped to work for me long time ago, is it working now again? :)
  3. Привет, Можете ли вы сказать мне, что макрос можно использовать для цвета что-то с командой цвета? Обычно цвет: color: Null было достаточно, но по некоторым причинам это не всегда работает так. часть markersAliveNormal.xc: Вы можете "color": null, видеть в коде? Вместо того, чтобы цвета команды (зеленый / красный обычно) я получаю черный. Использование последнюю версию 3969
  4. Can not see enemy vehicle names on the minimap, since the first version for 9.5 CT 'til now. Generaly the minimap works weird some names are italic, some normal, it's connected with WG minimap changes, so tried the in game setting for enhanced minimap: Never, Alt and Always, but did not help much. Forgive me, if it was already reported.
  5. They removed it from the config recently, so no hope, but maybe they can add it to the personal gabinet on xvm website.
  6. Since the bug is still present in the latest XVM I am reposting my previous bug report (was sent a month ago, but not answered): - The clock {{H}} macro might be bugged: "time is not displaying properly. Instead of '12:mm' showing for 12pm, it's displaying '00:mm' (mm = 2-digit minutes)."
  7. XWN instead of WN8 on large players panel, how to explain this? Used wn8 macro but the result is xwn: "large": { "formatLeft": "<font face='Lucida Console' size='12' color='{{c:wn8|#666666}}' alpha='{{alive?#FF|#80}}'>{{wn8%4d|----}}</font> {{nick}}", "formatRight": "{{nick}} <font face='Lucida Console' size='12' color='{{c:wn8|#666666}}' alpha='{{alive?#FF|#80}}'>{{wn8%4d|----}}</font>", "vehicleFormatLeft": "<font alpha='{{alive?#FF|#80}}'>{{vehicle}}</font>", "vehicleFormatRight": "<font alpha='{{alive?#FF|#80}}'>{{vehicle}}</font>", "width": 120 Res_mods.... XVM logs python.log
  8. Config attached: res_mods.zip Replay: 20141119_1522_ussr-Object268_86_himmelsdorf_winter.wotreplay I have noticed it happens on medium panel, on large is ok... Also why long names are overlapping the hp bars? I have limited the names to 8 chars... but they are still very long.
  9. I belive it is a bug in XVM with stats coloring, not sure since when, but surely in the latest version: http://www.koreanrandom.com/forum/topic/20204-%D1%80%D0%B0%D0%B7%D0%BD%D1%8B%D0%B5-%D1%86%D0%B2%D0%B5%D1%82%D0%B0-%D0%BF%D0%BE%D1%87%D0%B5%D0%BC%D1%83/?do=findComment&comment=232474 Look at a picture there: on playerspanel, first 4 players: - yellow - green - green - blue but on stat tab: - green - blue - blue - blue Why is that?
  10. Почему я иметь разные цвета на игрока панели и на статистических вкладке: Почему длинные игроки имя не обрезается? XVM build 3431. playerspanel.xc: statisticForm.xc:
  11. Two or Three bugs in 3382 for 9.4 CT3: - The clock {{H}} macro might be bugged "time is not displaying properly. Instead of '12:mm' showing for 12pm, it's displaying '00:mm' (mm = 2-digit minutes)." - contour icons are mirrored on the left side of stats tab - carousel was gone
  12. I wanted to ask the same, stats are not working despite showing active token. In both 3369 and 5.4.0 (it's the same). Of course everything is "checked" on the personal cabinet at www.
  13. Not sure if it was already proposed, but it would be good if you give option to customize that text on tank carousel: - Repairs required - Crew incomplete Option to turn it on/off and change style/scale factor and position maybe too, or at least on/off :)
  14. Sometimes after the battle, tank carousel is totaly empty, only filters and empty row. You probably know about it, but I wanted to to ask of the status of this bug :) To fix it, user has to go to service-record, or tech-tree then come back to garage.
  15. I would say scale factor is totaly needed. When I change zoom factor, all positions in extra fields are misspositioned, some things becomes invisible (outside of box), unless you mean this can be prevented in a code of extrafield, and this code I provided could use some improvement?
  16. When I change zoom factor on carousel.xc, then extrefields are not being scaled, the layout works only in 1.0 zoom, when changed to 0.75 many elements are out of the tank box. Is this bug, or not implemented yet? For example this extrafields: + "extraFields": [ + { "x": 134, "y": 57, + "format": "<img src='img://gui/maps/icons/library/proficiency/class_icons_{{v.mastery}}.png' width='23' height='23'>" + }, + { "x": 2, "y": 18, + "format": "<img src='xvmres://Aslain/icons/mog{{v.marksOnGun|x}}.png' width='14' height='17'>" + }, + { "x": 11, "y": "{{v.marksOnGun?18|17}}", "align": "center", + "format": "<b><font size='9' color='#C8C8B5'>{{v.marksOnGun|x}}</font></b>", + "shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 2, "distance": 0, "angle": 0 } + }, + { "x": 21, "y": 0, + "format": "<b><font size='12' color='#C8C8B5'><font face='Arial'>{{v.rlevel}}</font> {{v.battletiermin}}-{{v.battletiermax}}</font></b>", + "shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 2, "distance": 0, "angle": 0 } + }, + { "x": 21, "y": 15, + "format": "<b><font size='12' color='{{v.c_winrate}}'>{{v.winrate%2d~%}}</font></b>", + "shadow": { "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 2, "distance": 0, "angle": 0 } + }, + { "x": 158, "y": 77, "align": "right", "alpha": "{{v.premium?100|0}}", + "format": "<font size='15' color='#FEA659'>{{v.name}}</font>", + "shadow": { "color": "0xFC3700", "alpha": 1, "blur": 10, "strength": 2, "distance": 0, "angle": 0 } + }, + { "x": 158, "y": 16, "align": "right", + "format": "<font face='XVMSymbol' size='18' color='#CCCCCC'>$</font> <font face='$FieldFont' size='12' color='{{v.c_battles}}'>{{v.battles|--}}</font>", + "shadow": { "distance": 0, "angle": 90, "color": "0x000000", "alpha": 0.8, "blur": 2, "strength": 3 } + }, + { "x": 158, "y": 77, "align": "right", "alpha": "{{v.premium?0|100}}", + "format": "<font size='15' color='#C8C8B5'>{{v.name}}</font>", + "shadow": { "color": "0x73734C", "alpha": 0.8, "blur": 6, "strength": 2, "distance": 0, "angle": 0 } + }
  17. Можно ли отображать 12ч формат времени в гараже часы еще? Вы знаете, с AM / PM Is it possible to display 12h clock format in garage clock yet? You know with AM/PM
  18. Sorry for english. Is it possible currently to show extra filters on tank carousel, like to filter tanks by those with daily bonus, or with tank tiers 1,2,3,4,5,6 etc... ? If so, how to achieve this?
  19. Have you managed to play any 9.3 CT replay? Me not, cannot check it, maybe local, but without any mods.... so I dont think so.
  20. Thank you, this is all true, but didn't solve my issue, my config is fine, I'm using it on 9.2 without any problem, the problem is only in 9.3 CT in this new xvm build for 9.3 This is probably because {{c:dmg-kind}} seem to be bugged in Hitlog, don't show me any color and icons too. "formatHeader": "<font color='#FFFFFF'>{{l10n:Hits}}:</font> <font color='#FFCC66' size='15'><b>{{n}}</b></font> <font color='#FFFFFF'>{{l10n:Total}}:</font> <font size='16' color='#FF8080'><b>{{dmg-total}}</b></font> <font size='15' color='#FFFFFF'>[</font><font size='14' color='#A4FF80'><b>{{dmg-avg%d}}</b></font><font size='14' color='#FFFFFF'>]</font> <font color='#FFFFFF'>{{l10n:Last}}:</font> {{c:dmg-kind}}.png<font size='13'>{{dead}}</font> <font color='{{c:dmg-kind}}'><b>{{dmg}}</b></font></font><br><img src='xvmres://Aslain/icons/hitlogline.png' width='300' height='3' vspace='0'>", "formatHistory": "<textformat leading='-3' tabstops='[13,48,87,130,238]'><b><font color='#B5B5B5'><font size='13'>×{{n-player}}: </font></font><font size='13'><tab>{{dmg-player}}<tab>| <font color='{{c:dmg-kind}}'>{{dmg}}</font><tab>| {{c:dmg-kind}}.png <tab>| <font color='{{c:vtype}}' size='14' face='XVMSymbol'>{{vtype}}</font> <font color='{{c:vtype}}'><font size='13'>{{vehicle}} </font></font><tab>| </b><font color='#F8F8F8'><font size='12'>{{name}}</font></font> <font size='11'><font face='Consolas'><font color='#DFDFDF'>{{clan}}</font></font></font> <font size='12'>{{dead}}</font></font></textformat>",
  21. (last build 3134) Is there a problem with macros in Hitlog? Because this macro is not giving me any results: <img src='xvmres://Aslain/icons/{{c:dmg-kind}}.png' width='32' height='15' vspace='0'> Before: Now: Full hitlog code: Of course I have right files in the right folder. Could you tell more if this is a new bug?
×
×
  • Create New...