Jump to content

IronJuggernaut

Regular Member
  • Posts

    58
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by IronJuggernaut

  1. With Aslain's modpack, you have the option of a skull and bones that floats upwards when you kill an enemy tank. I made a new image to replace it. Critiques? Praises?
  2. Enemy tank names are in a different font. Anyone else experiencing this?
  3. That's the thing ... installed fresh WoT ... used your modpack as the base ... added a few tidbits (no spoter) The crash isn't random. I have two friends running with a copy of my res_mods ... and they crash at same times when platooned. It's weird.
  4. Happened twice within total of 50-ish games. Last 3 lines of python.log reads the following: ERROR: [ERROR] (scripts/client/gui/server_events/EventsCache.py, 563): Trying to get quests data from not account player (7, PlayerAvatar at 0x473E89D0) ERROR: [ERROR] (scripts/client/gui/server_events/EventsCache.py, 563): Trying to get quests data from not account player (5, PlayerAvatar at 0x473E89D0) ERROR: [ERROR] (scripts/client/gui/server_events/EventsCache.py, 563): Trying to get quests data from not account player (7, PlayerAvatar at 0x473E89D0) Thoughts?
  5. Since the 9.5 patch, I have been trying to get everything working as it had been in 9.4. For the enemy players panel, this is what I currently see: This is what I want to see: This is my code for res_mods/configs/xvm/Aslain playersPanel.xc: "def": { "c1": "0x13C313", "c2": "0xFF0F0F" }, "playersPanel": { "alpha": 0, "clanIcon": { "alpha": 90, "h": 24, "show": true, "w": 24, "x": 82, "xr": 105, "y": 0, "yr": 0 }, "startMode": "medium", "enemySpottedMarker": { "Xoffset": -40, "Yoffset": -5, "enabled": true, "format": { "artillery": { "dead": "", "lost": "<img src='xvmres://Aslain/icons/lost.png' width='24' height='15' vspace='0'>", "neverSeen": "<img src='xvmres://Aslain/icons/hidden.png' width='24' height='15' vspace='0'>", "revealed": "<img src='xvmres://Aslain/icons/onmap.png' width='24' height='15' vspace='0'>" }, "dead": "", "lost": "<img src='xvmres://Aslain/icons/lost.png' width='24' height='15' vspace='0'>", "neverSeen": "<img src='xvmres://Aslain/icons/hidden.png' width='24' height='15' vspace='0'>", "revealed": "<img src='xvmres://Aslain/icons/onmap.png' width='24' height='15' vspace='0'>" } }, "iconAlpha": 100, "large": { "nickFormatLeft": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.16s~..}} <font face='Consolas'><font size='10'>{{clan}}</font></font></font>", "nickFormatRight": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'><font face='Consolas'><font size='10'>{{clan}}</font></font> {{name%.16s~..}}</font>", "vehicleFormatLeft": "<font face='Consolas' size='12'><font color='{{c:avglvl|#666666}}'>{{avglvl%d|-}}</font> <font color='{{c:kb|#666666}}'>{{kb%2d~k|--k}}</font> <font color='{{c:wn8|#666666}}' alpha='{{alive?#FF|#80}}'>{{wn8%4d|----}}</font> <font color='{{c:rating|#666666}}' alpha='{{alive?#FF|#80}}'>{{rating%2d~%|--%}}</font> <font color='{{c:t-battles|#666666}}' alpha='{{alive?#FF|#80}}'>{{t-battles%4d|----}}</font> <font color='{{c:t-rating|#666666}}'>{{t-rating%2d~%|--%}}</font> <font color='{{c:tdv|#666666}}' alpha='{{alive?#FF|#80}}'>{{tdv%0.1f|---}}</font></font>", "vehicleFormatRight": "<font face='Consolas' size='12'><font color='{{c:avglvl|#666666}}' alpha='{{alive?#FF|#80}}'>{{avglvl%d|-}}</font> <font color='{{c:kb|#666666}}' alpha='{{alive?#FF|#80}}'>{{kb%2d~k|--k}}</font> <font color='{{c:wn8|#666666}}' alpha='{{alive?#FF|#80}}'>{{wn8%4d|----}}</font> <font color='{{c:rating|#666666}}' alpha='{{alive?#FF|#80}}'>{{rating%2d~%|--%}}</font> <font color='{{c:t-battles|#666666}}' alpha='{{alive?#FF|#80}}'>{{t-battles%4d|----}}</font> <font color='{{c:t-rating|#666666}}' alpha='{{alive?#FF|#80}}'>{{t-rating%2d~%|--%}}</font> <font color='{{c:tdv|#666666}}' alpha='{{alive?#FF|#80}}'>{{tdv%0.1f|---}}</font></font>", "extraFieldsRight": [ { "x": 0, "y": 4, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}} ", "alpha": "{{alive?100|0}}", "shadow": {} }, {} ], "width": 80 }, "medium": { "width": 190, "nickFormatLeft": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.8s~..}}</font>", "nickFormatRight": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.8s~..}}</font>", "extraFieldsLeft": [ { "x": 116, "y": 5, "valign": "center", "w": 70, "h": 14, "bgColor": "0xffffff", "alpha": "{{alive?75|0}}" }, { "x": 117, "y": 6, "valign": "center", "w": "{{hp-ratio:68}}", "h": 12, "bgColor": "0x149612", "alpha": "{{alive?100|0}}" }, { "x": 138, "y": -1, "valign": "center", "format": "<font size='11'><b>{{hp%4.4s|-----}}</b></font>", "alpha": "{{alive?100|0}}", "shadow": {"alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 2, "strength": 8} } ], "extraFieldsRight": [ { "x": 0, "y": 4, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}}", "alpha": "{{alive?100|0}}", "shadow": {} }, { "x": 115, "y": 5, "valign": "center", "w": 70, "h": 14, "bgColor": "0xffffff", "alpha": "{{alive?75|0}}" }, { "x": 116, "y": 6, "valign": "center", "w": "{{hp-ratio:68}}", "h": 12, "bgColor": "0xdc0f00", "alpha": "{{alive?100|0}}" }, { "x": 137, "y": -1, "valign": "center", "format": "<font size='11'><b>{{hp%4.4s|-----}}</b></font>", "alpha": "{{alive?100|0}}", "shadow": {"alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 2, "strength": 8} } ], "width": 56 }, "medium2": { "formatLeft": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{vehicle}}</font>", "formatRight": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{vehicle}}</font>", "extraFieldsRight": [ { "x": 0, "y": 4, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}} ", "alpha": "{{alive?100|0}}", "shadow": {} }, {} ], "width": 120 }, "short": { "enabled": true, "width": 0, "fragsFormatLeft": "{{frags}}", "fragsFormatRight": "{{frags}}", "extraFieldsLeft": [], "extraFieldsRight": [ { "x": 0, "y": 4, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}} ", "alpha": "{{alive?100|0}}", "shadow": {} }, {} ] }, "none": { "enabled": true, "layout": "vertical", "extraFields": { "leftPanel": { "x": 0, "y": 65, "width": 350, "height": 25, "formats": [] }, "rightPanel": { "x": 0, "y": 65, "width": 350, "height": 25, "formats": [] } } }, "removePanelsModeSwitcher": false, "removeSquadIcon": false } } How can I change my code so that my enemy players panel shows what I want to see?? Thanks!!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.