Jump to content
Korean Random

dede2larue

User
  • Content Count

    11
  • Joined

  • Last visited

Community Reputation

0 Noob

Contacts

  • Nick
    dede2larue
  1. Thx, but not work. But there are no value in hp-ratio ??
  2. Hi, I would like to animate the text on the minimap based on the percentage of life of the tank. before I did it like this: /** * Minimap labels. Basic HTML/CSS supported. */ { "labels": { "vehicleclassmacro": { "light": "<font face='XVMSymbol'>:</font>", "medium": "<font face='XVMSymbol'>;</font>", "heavy": "<font face='XVMSymbol'>?</font>", "td": "<font face='XVMSymbol'>.</font>", "spg": "<font face='XVMSymbol'>-</font>", "superh": "<font face='XVMSymbol'>J</font>" }, "units": { "revealedEnabled": true, "lostEnemyEnabled": true, "antiAliasType": "advanced", "format": { "ally": "<span class='mm_a'><font color='{{c:hp-ratio}}'>{{nick%.5s}}</font></span>", "teamkiller": "<span class='mm_t'>{{vehicle}}</span>", But now making as it does not work: "vehicleSpotted": { "$ref": { "path":"def.defaultItem" }, "flags": [ "ally", "enemy", "squadman", "teamKiller", "spotted", "alive" ], //"format": "<font size='8' color='{{.minimap.labelsData.colors.txt.{{sys-color-key}}}}'>{{vehicle}}</font>", "format": "<span class='mm_a'><font size='8' color='{{c:hp-ratio}}'>{{nick%.5s}}</font></span>", "x": 2, "y": -1 }, Thanks for your help
  3. Hello, I meet two concerns on the minimap. When I want to customize the tag ally displayed by his nick and not vehicle. I end up with both the vehicle and displayed either nick. what for? And second, the display of the old position known to the opponent is maintant symbolized by the icon of the vehicle and a point? I would like the name of the vehicle. I can not find or that is set. Thank you in advance for your help. http://www.directupload.net/file/u/58948/ojyc5lde_bmp.htm xvm.log python.log dede2larue.zip
  4. I find where is my error. Now xvm is OK Thank for yor joob. playersPanel.xc
  5. hello, I try to use the new function for the information panel spotted at the players. But all my modifications not no impact. first: In medium I use the new line in extrafield to display the icon. Ok it is displayed but I can not seem to change its location. second: In all other I do but not the new line and I still have the icon to be displayed. Then all the formats marks the marksOnGun no steps. I joined my configuration files. Thank you in advance. playersPanel.xc
  6. Hello, I wish the icon used for information if the vehicle is spotted. OK i find in the file texts.xc add: , "spotted": { "neverSeen": "", "lost": "<img src='xvm://res/icons/Dede2larue/EnemySpottedMarker/lost.png' width='24' height='24'>", "revealed": "<img src='xvm://res/icons/Dede2larue/EnemySpottedMarker/revealed.png' width='24' height='24'>", "dead": "" } It's a exemple. But the gunmarkers don't work: { "x": 325, "y": 1, "valign": "center", "format": "{{marksOnGun%1.1d|-}}", "alpha": "{{alive?100|0}}" } ??
  7. thank you, I had not seen this setting. This is exactly what I was looking for.
  8. hello, Is it possible to change the time display icon Sixth sense . I use the mod "[0.9.4] sixth sense duration (+ audio + icon countdown)" of BirrettaMalefica and xvm takes control of setting the display time. And as I do not see how. If you can help me.
  9. hello, I want to take a self login for my mod, because I have to change the server. I manage to configure the server change. But I can not loading the loginPage realize the connection without clicking the button page. If anyone can help me on this subject would be nice. 0.9.3.zip
×
×
  • Create New...