Jump to content
Korean Random

jaydodge1975

User
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

0 Noob

Contacts

  • Nick
    jaydodge1975
  1. Okay I've been looking for the reason why my platoon window no longer shows the tier span when someone puts a tank up and can't seem to find it. I am wondering if I'm missing something is it a bug or if anyone else has been looking for the problem I have been. If so what did you find and how did you find it. And if there is just something I'm missing in the config files can someone point me in the right direction please. Thanks
  2. I've tired both and so far nothing I'm using the stable right now, and I've tired all kinds of different configs for xvm, I think there is more to it then just the config files not even sure if it's completely xvm fault but maybe something can be added to help stop this from happening
  3. I'm not sure if this is xvm doing this but I know it's the new changes in 9.16 that are the problem. Every once in a while my carousel cells will turn green and I can't see the tank etc... I've changed all kinds of options to see if I could figure out what's going on or how to fix this and can't seem to find the problem. I'm hoping to get some more ideas., I forgot to add that sometimes if you play a battle or few battle it goes back to normal. I looked in the TankCarousel.swf and found that Shape 37 is this green that gets displayed
  4. No worries, might not have been clear as to what my problem was or is. And the fact that I use to use the hpLeft to get what I wanted done doesn't help. And yes that's what I thought not sure if I was using the hpLeft as a work around or what or how to get back what I had.
  5. Okay what are you trying to say? from the changelog XVM-6.4.0: * removed "hpLeft" section - use {{hp*}} macros Now I might have been using this wrong or it might not have been the right way of doing it but when the hpLeft section was removed well I can't get my hitlog to display what I like it to or maybe its something else I'm not sure. Now I could be wrong but to get what I use to be able to do with the hpLeft section I might need to add something to xvm now that this has been removed. ways I can see this work would be to add one of these choice but something else needs to be in place for any of them to work. in the hitlog "formatHeader": " ", "formatHistory": " ", "altformatHistory": " " of another macro {{hitlog-altbody}} or what I was playing with {{hitlog-body2}} (this I think is how I was able to get what I wanted to display to work as the hpLeft macro called on my formatting that I had to display what I wanted. So now my question is can it still be done. I'll see if I can add some pictures for a better idea. okay with this pic you can get a better idea of what I'm trying to do. And that is give my hitlog a alt view where I can have the tank name displayed and when alt is pressed the players name displayed. However I can't get it to work the way I use to have it I've changed things and xvm has changed as well. My question is still the same is there a way? And yes I did read the changelog but thanks I didn't find the answer I was looking for in there.
  6. As the title states I'm trying to get a althitlog to display I use to use the HPleft function that is now no longer apart of xvm however l would still love to be able to press the alt key and have my hitlog display different information to match my damage log. I've been able to get some of this to work but not the full body just the first line. The steps I've taken so far. added to the file battleLabels.xc: ${ "battleLabelsTemplates.xc":"def.hitlogBody2" }, added to the file battleLabelsTemplates.xc "hitlogBody2": { "enabled": true, "hotKeyCode": 56, "onHold": "true", "visibleOnHotKey": true, "updateEvent": "ON_DAMAGE_CAUSED, ON_PANEL_MODE_CHANGED", // over "x": 485, // down "y": 755, "width": 500, "height": 1000, "textFormat": { "color": "0xF4EFE8", "size": 15 }, "format": "{{hitlog-header}}\n{{hitlog-body}}" }, I've tried to add a different file for hitLog2.xc, I've done something like that before for the minimap but it didn't work if i put the format I want where the hitlog-body macro is I can get the first line to display in the alt view only. Am I missing someting or would I need a macro to do want I'm trying to do like HPleft was.
  7. hmm. ya I know I'm having the same luck but thanks for the help you have giving me a few ideas I use to have my minimap setup with different files to give me different views the same idea might work here. So thanks again,
  8. okay I forget how to attach files so I hope this will work for now
  9. Okay good I am using my own custom config, and can't get a alt hitlog to display, I use to I guess cheat and use the HPleft to change the display when alt was pressed to change the {{vehicle}} to {{nick}} Not sure if there is a better way, but I just put the same format that I use in the "formatHistory": line into the HPleft line with just that one change. Is there a better way or what would the right way of getting a 2nd hitlog to display with the press of the alt key. So I have one normal format and then a 2nd format with the alt key pressed. Okay just to update this with the code I have to give a better idea of what I'm after. "formatHistory": "<textformat tabstops='[25,75,130,150,175]'><font face='$UniversCondC' size='14' color='#cccccc'>{{hitlog.n}}.</font><tab><font face='$UniversCondC' size='14' color='#ffffff'><b>{{dmg}}</b></font><tab><font face='$UniversCondC' size='14' color='#999999'><b>{{dmg-kind}}</b></font><tab><font face='xvm' size='17' color='#ffffff'>{{vtype}}</font><tab><font face='$UniversCondC' size='14' color='#ffffff'>{{vehicle}}</font> {{dead}}</textformat>", this is what I want to work with the alt key pressed use to put this in hpleft, now with it removed where do I place this so I can get it to work "altformatHistory": "<textformat tabstops='[25,75,130,150,175]'><font face='$UniversCondC' size='14' color='#cccccc'>{{hitlog.n}}.</font><tab><font face='$UniversCondC' size='14' color='#ffffff'><b>{{dmg}}</b></font><tab><font face='$UniversCondC' size='14' color='#999999'><b>{{dmg-kind}}</b></font><tab><font face='xvm' size='17' color='#ffffff'>{{vtype}}</font><tab><font face='$UniversCondC' size='14' color='#ffffff'>{{nick}}</font> {{dead}}</textformat>", by the way the format is a little off I lost all my files so this code still needs a little work
  10. When pressing ALT-key you used to be able to see what was HPleft but I used it for a alt hitlog instead so yes I understand there may be a more powerful way of getting this info but by the looks of it it's not where I would but it anyway. But more to the point is there a way to make the hitlog have the alt view without this, what I have used this for it for my hitlog to display the name of the tank and when alt is pressed the nick of the player. Anyway this is something I miss and I am wondering if there is a way to fix my hitlog so it's goes back to how I had it pre xvm 6.4.0
×
×
  • Create New...