Jump to content
Korean Random

Benser

User
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Noob

Contacts

  • Nick
    Benser
  1. I've gotten to here now. { "$delay": 100, "sixthSenseDuration": "sixthSenseDuration", "sixthSenseIndicator": { // "$interval": 0, "_alpha": 100, "_x": "sixthSenseIndicator._x", "_y": "sixthSenseIndicator._y" } }, With sixthSenseIndicator the icon is stuck on the right side but works normally. With sixthSenseIndicatorXvm the icon is always on. It still flashes and makes a noise when spotted, but stays on. With sixthSenseIndicatorXvm and $Interval on the icon can be moved, but is still always on. Since the icon is always on with sixthSenseIndicatorXvm it doesn't matter what the X and Y values are cos they don't change anything, icon is just stuck on the right.
  2. I didn't replace SixthSenseIndicator with SixthSenseIndicatorXVM for custom icon. Now icon is on all the time. { "$delay": 100, "sixthSenseDuration": "sixthSenseDuration", "sixthSenseIndicatorXvm": { "$interval": 0, "_alpha": 100, "_x": "0", "_y": "0" } }, But at least it moved, it is now in the top left corner. I change to "_x": "width / 2", and the icon disappears, probably off screen like when minimap zoom is enabled... With { "$delay": 100, "sixthSenseDuration": "sixthSenseDuration", "sixthSenseIndicatorXvm": { "$interval": 0, "_alpha": 100, "_x": "width / 4", "_y": "0" } }, I get sixth sense icon on all the time, and slightly off center (and maybe too high).
  3. Replacing the "_x" value with "width/2" or "width/4" made no difference. I tried reading through the thread but I don't understand russian and even through google translate it's difficult, I can't easily browse through all 80 pages to see if anyone mention sixth sense icon... I would have thought I could just change the X value, but even if I set it to -100000000 it still stays on the right side of the screen. Changing the X and Y values does nothing at all.
  4. Main Issue; I have a problem with the sixth sense icon while UI scaling is at 2x, which I need because I play at 4k. I have attached 2 screenshots of roughly the same moment in a replay. The first screenshot is my UI with the UI scale set to 2x. This makes it readable, but as you can see my sixth sense icon is stuck on the far right of the screen. It's in the right place vertically, but the wrong place horizontally. The second screenshot is my UI at 'normal' scale, which is horribly small due to my resolution, but you can see my sixth sense icon is in the right place. I need some way to have the sixth sense icon in the middle while I have 2x scale on, is there a way to move the icon? I already tried moving the icon with the X and Y coord modifiers in elements.xc but it didn't seem to make any difference. I'm sure the config files are working because I've modified the carousel and other config files. But changing the coordinates doesn't seem to have any effect. Minor second problem which doesn't matter if the above problem is fixed; I changed my icon by putting a sixthsense.png into the res_mods/mods/xvm/res folder like you're meant to, but I didn't replace any existing file because there was only the sample png in that directory. So, sixth sense should have worked normally when I simply deleted the new sixthsense.pgn, but now I am left with no sixthsense icon at all, only a sound. EDIT: Made unneccessarily large screenshots much smaller (37.5%), sorry.
×
×
  • Create New...