Jump to content
Korean Random

scyorkie

User
  • Content Count

    381
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by scyorkie


  1. Fixed in 6494. Thanks.

     

    The replay above looked fine in 6494. But in the very first game I actually played with 6494, my ARL 44 started the game with a view range of 50.

     

    Screenshot (taken during the game) here. Replay attached. 

     

    EDIT: I watched the replay after uploading it, and the view range circle was normal in the replay.

     

    My subsequent games have been fine so far. The problem seems to have gone away and I will update if I find any other issues.

    20160925_0336_france-F06_ARL_44_33_fjord.wotreplay


  2. Build 6493 does not display the dynamic actual view range circle correctly when the commander dies, and is healed back.

     

    I have attached a replay which demonstrates this:

    - at 10:38 left on the clock, the view range circle is where it should be (I've made it green, like vanilla) (pic)

    - at 10:29 left on the clock, my commander dies, and the circle shrinks (pic)

    - at 10:21 left on the clock, after the commander is healed, the circle does not go back to normal (pic)

     

    My minimapCircles.xc is also attached.

    20160924_0200_usa-A80_T26_E4_SuperPershing_11_murovanka.wotreplay

    minimapCircles.xc


  3. If you want the camera line (the direction you are looking) to be all dots replace all of the camera and dots lines with:

    "camera": [ { "$ref": { "path": "def.dot" }, "from": 50,   "to": 2000,  "thickness": 2.2, "alpha": 70 }],

     

    This will give you dots from 50m to 2000m, change the thickness and brightness by changing the "thickness" and "alpha" numbers.

     

    Higher up in minimapLines.xc you will see:

    "dot": { "enabled": true, "inmeters": true, "color": "0xFFCC66" },

    You can change FFCC66 to another value to change the color.

     

    I believe that this is incorrect -- it simply produces a single line with the color defined in "def.dot".

     

    Each dot that you want to see needs to be specifically defined, in terms of position, thickness, and alpha, like what you see under "camera".

     

    The default is 1 dot every 100m. If you want more dots, you need to add more lines, like so:

    "camera": [

    { "$ref": { "path": "def.dot" }, "from": 74, "to": 75, "thickness": 2.2, "alpha": 70 },

    { "$ref": { "path": "def.dot" }, "from": 99, "to": 100, "thickness": 2.2, "alpha": 70 },

    { "$ref": { "path": "def.dot" }, "from": 124, "to": 125, "thickness": 2.1, "alpha": 65 },

    { "$ref": { "path": "def.dot" }, "from": 149, "to": 150, "thickness": 2.1, "alpha": 65 },

    { "$ref": { "path": "def.dot" }, "from": 174, "to": 175, "thickness": 2.1, "alpha": 65 },

    { "$ref": { "path": "def.dot" }, "from": 199, "to": 200, "thickness": 2.1, "alpha": 65 },

    { "$ref": { "path": "def.dot" }, "from": 224, "to": 225, "thickness": 2.0, "alpha": 60 },

    { "$ref": { "path": "def.dot" }, "from": 249, "to": 250, "thickness": 2.0, "alpha": 60 },

    { "$ref": { "path": "def.dot" }, "from": 274, "to": 275, "thickness": 2.0, "alpha": 60 },

    { "$ref": { "path": "def.dot" }, "from": 299, "to": 300, "thickness": 2.0, "alpha": 60 },

    { "$ref": { "path": "def.dot" }, "from": 324, "to": 325, "thickness": 1.9, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 349, "to": 350, "thickness": 1.9, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 374, "to": 375, "thickness": 1.9, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 399, "to": 400, "thickness": 1.9, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 424, "to": 425, "thickness": 1.8, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 449, "to": 450, "thickness": 1.8, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 474, "to": 475, "thickness": 1.8, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 499, "to": 500, "thickness": 1.8, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 524, "to": 525, "thickness": 1.7, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 549, "to": 550, "thickness": 1.7, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 574, "to": 575, "thickness": 1.7, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 599, "to": 600, "thickness": 1.7, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 624, "to": 625, "thickness": 1.6, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 649, "to": 650, "thickness": 1.6, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 674, "to": 675, "thickness": 1.6, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 699, "to": 700, "thickness": 1.6, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 724, "to": 725, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 749, "to": 750, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 774, "to": 775, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 799, "to": 800, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 849, "to": 850, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 899, "to": 900, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 949, "to": 950, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 999, "to": 1000, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1049, "to": 1050, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1099, "to": 1100, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1149, "to": 1150, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1199, "to": 1200, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1249, "to": 1250, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1299, "to": 1300, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1349, "to": 1350, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1399, "to": 1400, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1449, "to": 1450, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1499, "to": 1500, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1549, "to": 1550, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1599, "to": 1600, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1649, "to": 1650, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1699, "to": 1700, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1749, "to": 1750, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1799, "to": 1800, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1849, "to": 1850, "thickness": 1.5, "alpha": 55 },

    { "$ref": { "path": "def.dot" }, "from": 1899, "to": 1900, "thickness": 1.5, "alpha": 55 }

    ],

     

    EmlRF36.png


  4. You said that you "have been following along and experimenting and learning with many of the nightly builds." You also avoid the other 2 posters' questions asking if you knew that the XVM minimap was not working yet. I take all that to mean that you know that the XVM minimap is not working atm. Am I wrong?

     

    In any case, now you clarify that "wish list" means you want to find out how to do the above modifications mentioned in your first post. The problem here is that nobody can answer those questions until the XVM minimap is done.

    • Upvote 1
    • Downvote 1

  5. Darth,

     

    Your topic is entitled "wish list", but your first post goes on about trying to make certain features of the minimap work. But you then state that you know that the minimap is not working at the moment. You also state that you knew these features existed (and therefore could not have been a "wish list" even if you maintained otherwise in your 2nd post). Do you not see how confusing your posts are?

    • Upvote 1
    • Downvote 1

  6. Yeah but it will affect damage colors, and I want to see them as floating damage, just do not want it on the hp bar as "fill" after being hit.

     

    Oh, I see what you mean. My hp bars show reduction only in red and green. My markers configs contain the following:

     

    "healthBar": {

          "enabled": true,              

          "x": -41, "y": -33, "width": 80, "height": 12,

          "alpha": 100, "color": null, "lcolor": null,               

          "border": { "alpha": 30, "color": "0x000000", "size": 1 },

          "fill": { "alpha": 30 },

          "damage": { "alpha": 80, "color": null, "fade": 1 }

        },

     

    Not sure if the bolded parts above are the determinative factors.

×
×
  • Create New...