Jump to content
Korean Random

TotallyUnskilled

User
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Noob

Contacts

  • Nick
    TotallyUnskilled
  1. Thank you C for taking your time to answer to my question. The iconset content is: /** * Icon sets. Path relative res_mods/mods/shared_resources/xvm/res. * Наборы иконок. Пути относительно res_mods/mods/shared_resources/xvm/res. */ { "iconset": { // Folder containing the icon set for Battle Loading Screen. // Набор иконок для экрана загрузки боя. "battleLoadingAlly": "contour/", "battleLoadingEnemy": "contour/", // Folder containing the icon set for Battle Statistics Form (pressing "Tab"). // Набор иконок для формы статистики (по Tab). "statisticFormAlly": "contour/", "statisticFormEnemy": "contour/", // Folder containing the icon set for the Players Panels. // Набор иконок для "ушей". "playersPanelAlly": "contour/", "playersPanelEnemy": "contour/", // Folder containing the icon set for the Over-target markers. // Набор иконок для маркеров над танками. "vehicleMarkerAlly": "contour/", "vehicleMarkerEnemy": "contour/" } } and the battle.xc: //XVM Config by Experthost(EU) //Variant to allow HP in Player Panels - see playersPanel.xc for specific configuration //28 November 2015 /* * General parameters for the battle interface. */ { "battle": { // false - Disable tank icon mirroring (good for alternative icons). "mirroredVehicleIcons": true, // false - Disable pop-up panel at the bottom after death. "showPostmortemTips": false, // false - disable highlighting of own vehicle icon and squad. "highlightVehicleIcon": true, // true - enable {{spotted}} macro in players panels and minimap. WARNING: performance expensive "allowSpottedStatus": true, // true - enable {{hp*}} macros ability in players panels and minimap. WARNING: performance expensive "allowHpInPanelsAndMinimap": false, // true - enable {{marksOnGun}} macro in players panels and minimap. WARNING: performance expensive "allowMarksOnGunInPanelsAndMinimap": true, // Format of clock on the Debug Panel (near FPS). "clockFormat": "H:N", // TODO: "H:i" // Path to clan icons folder relative to res_mods/xvm/res. "clanIconsFolder": "clanicons/", // Path to sixth sense icon ("" for original icon). "sixthSenseIcon": "xvm://res/SixthSense.png", // GUI elements settings (experts only) "elements": ${"elements.xc":"elements"}, // Camera settings "camera": ${"camera.xc":"camera"} }, // Frag counter panel at top side of battle windows interface. "fragCorrelation": { // true - show quantity of alive instead of dead "showAliveNotFrags": false }, // Ingame crits panel by "expert" skill. "expertPanel": { // Delay for panel disappear. Original value was 5. "delay": 15, // Panel scaling. Original value was 100. "scale": 150 } }
  2. Come on, from so many users there is no one to give a hint? Nor XVM staff ?!
  3. Hello After few days of research about how to fix this issue, still didn't find the trick. The problem resides to the fact that in playerspanel right side, tank icons are having all the same contour despite tank class or name, only the tier is correctly displayed and is quite embarrassing to have to count every time how many meds, heavies, TDs or scouts are in enemy team in order to find a better way to act. In the battleloading screen, both sides are fine but while the counter starts and playerspanel is displayed, suddenly all icons are messed up and same while pressing TAB. Another small issue is related to last few rows while there are platoons which makes having the player names scrambled (ex: player name is moved lower and outside the row and leads to having displayed 3 players on two rows height. The flag dimension is std (16x13) and the font too (13): "nickFormatLeft": "<img src='xvm://res/icons/flags/{{flag|default}}.png' width='16' height='13'> <img src='xvm://res/icons/xvm/xvm-user-{{xvm-user}}.png'> <font face='mono' size='{{xvm-stat?13|0}}'><font color='{{c:kb}}' alpha='{{alive?#FF|#80}}'>{{kb%2d~k|--k}}</font>|<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{wn8%4d|----}}</font>|<font color='{{c:rating}}' alpha='{{alive?#FF|#80}}'>{{rating%d~%|--%}}</font></font>|<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.15s~..}} {{clan}}</font>", and "nickFormatRight": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.15s~..}} {{clan}}</font>|<font face='mono' size='{{xvm-stat?13|0}}'><font color='{{c:rating}}' alpha='{{alive?#FF|#80}}'>{{rating%d~%|--%}}</font>|<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{wn8%4d|----}}</font>|<font color='{{c:kb}}' alpha='{{alive?#FF|#80}}'>{{kb%2d~k|--k}}</font></font> <img src='xvm://res/icons/xvm/xvm-user-{{xvm-user}}.png'> <img src='xvm://res/icons/flags/{{flag|default}}.png' width='16' height='13'>", Even if the xvm.log won't help I will attach it. -- LE: (for KR webmaster) in IE, the external img applet doesn't work by not closing after inserting the external link. xvm.log
×
×
  • Create New...