0 of 0

File information

Last updated

Original upload

Created by

WickedHorseMan

Uploaded by

wickedhorseman

Virus scan

Safe to use

116 comments

  1. c0huZz
    c0huZz
    • member
    • 0 kudos
    Is it some kind of bug or something? On the minimap all the markers are terribly small, I can't see anything, or the map has zoomed in but for me this is very bad, how can I make the markers be normal size?
  2. migsszsz
    migsszsz
    • member
    • 0 kudos
    Hey friend!

    It is a nice mod that you made.

    But i find it hard to locate where the character is on the map because the white color of the arrow blends in too much with the names of things and roads and because it is quite small. Could you make it yellow (or any other color that stands out more) and bigger?


    Thank you very much!
     
  3. SilentStealth71
    SilentStealth71
    • member
    • 0 kudos
    For those wanting the Legendary Animals & Fish to show up on the map, the answer lies within the map_discoverables.ymt file. Unfortunately, I have not yet figured out which lines must be changed to get them to appear.

    Update 1: I've managed to figure out how to do it. It's a tedious process and is taking a bit to get it done. Once I have finished it, I'll post what lines need changed so you can edit your copy of the mod yourself.

    Update 2: I've managed to get all the Legendary Animals & Fish to appear on the map. However, the Big Horn Ram is displaying as hunted regardless of whether he is or not; and the Grizzly, Moose, Chain Pickerel, Blue Gill, and Sturgeon are only showing up once they've been caught. I am trying to see what's causing this and if I can fix it.
    1. SilentStealth71
      SilentStealth71
      • member
      • 0 kudos
      Update 3: I've managed to get all of the Legendary Animals & Fish to show up on the map correctly except for the Chain Pickerel. The reason for this is that all of the animals and fish have two entries--one for caught and one for not caught. The Chain Pickerel only has a single entry for when it's caught; therefore, it will only appear on the map once it has been caught. There is nothing that can be done about this. I've searched and searched even in the original game code to find the other entry. It does not exist in the map_discoverables.ymt file. To add the Legendary Animals & Fish to the map, you need to open the map_discoverables.ymt file (located within the WickedHorseMan/UI/Map.Dark path in the lml folder) with a text editor, such as Notepad++. Next, scroll to each line listed below (there are 60 lines total) and insert each line of code between <Linkage></Linkage>.

      Example 1:
      "33 <Linkage>                                </Linkage>" needs to look like "33 <Linkage>0x22144927</Linkage>"
      (Quotes only added for clarity. Do not insert them in the code.)

      Example 2:
      "57 <Linkage></Linkage>" needs to look like "57 <Linkage>0xAE555E11</Linkage>"
      (Remember, quotes only added for clarity. Do not insert them in the code.)

      Once you are done, save the file. I recommend having a backup of the mod in case something goes wrong while editing it. Remember, this is only for the Legendary Animals & Fish. I agree with WHM that the normal map is far too cluttered, so I only added the Legendary stuff. This should work for both the light and dark variants.

      33 <Linkage>0x22144927</Linkage>
      57 <Linkage>0xAE555E11</Linkage>
      81 <Linkage>0x5E27781C</Linkage>
      137 <Linkage>0x83812694</Linkage>
      249 <Linkage>0x0AA64E1C</Linkage>
      665 <Linkage>0x49164313</Linkage>
      961 <Linkage>0x640E0C4C</Linkage>
      1441 <Linkage>0x176ADCE8</Linkage>
      1889 <Linkage>0xA40F8823</Linkage>
      2257 <Linkage>0x98F58067</Linkage>
      2729 <Linkage>0x969D04EE</Linkage>
      3097 <Linkage>0x91211E2F</Linkage>
      3113 <Linkage>0x71D4FB8A</Linkage>
      3161 <Linkage>0x204B08DF</Linkage>
      3489 <Linkage>0x927F6147</Linkage>
      3601 <Linkage>0x1581CFC1</Linkage>
      3713 <Linkage>0x41AEA9DC</Linkage>
      3937 <Linkage>0x8F3FA16C</Linkage>
      4169 <Linkage>0xC99C9AFF</Linkage>
      4185 <Linkage>0x9BB1217F</Linkage>
      4369 <Linkage>0x03A63742</Linkage>
      4393 <Linkage>0xE9708C08</Linkage>
      4553 <Linkage>0x682ACA17</Linkage>
      4569 <Linkage>0xE1963671</Linkage>
      4873 <Linkage>0x74652BEB</Linkage>
      5025 <Linkage>0xE2EB74DE</Linkage>
      5161 <Linkage>0x77B812C3</Linkage>
      5369 <Linkage>0xC8C22550</Linkage>
      5377 <Linkage>0x03988A82</Linkage>
      5393 <Linkage>0xF6467BBE</Linkage>
      5673 <Linkage>0x988068DE</Linkage>
      5777 <Linkage>0xB34FF7D8</Linkage>
      7081 <Linkage>0x3237C174</Linkage>
      7209 <Linkage>0xA785CCB4</Linkage>
      8225 <Linkage>0xFAC2EF7D</Linkage>
      8489 <Linkage>0x2594E446</Linkage>
      8561 <Linkage>0x2DB097B7</Linkage>
      8657 <Linkage>0x1661EDC6</Linkage>
      8665 <Linkage>0xED06718D</Linkage>
      8969 <Linkage>0x8D6A98B7</Linkage>
      8993 <Linkage>0x1A2B1D6B</Linkage>
      9137 <Linkage>0x49D71A96</Linkage>
      9521 <Linkage>0x2CD5E316</Linkage>
      10009 <Linkage>0x967967A8</Linkage>
      10217 <Linkage>0x0E360E10</Linkage>
      10265 <Linkage>0xEF5CBA1E</Linkage>
      10345 <Linkage>0x9E7BF0E2</Linkage>
      10353 <Linkage>0x02715232</Linkage>
      11369 <Linkage>0x3DA4CBF6</Linkage>
      11857 <Linkage>0xC98A828F</Linkage>
      11913 <Linkage>0xB1D47829</Linkage>
      12161 <Linkage>0xE7EA0B58</Linkage>
      12273 <Linkage>0xD15B3BFD</Linkage>
      12281 <Linkage>0x36323EBC</Linkage>
      12425 <Linkage>0xCB302B46</Linkage>
      12481 <Linkage>0xD4FE948B</Linkage>
      12577 <Linkage>0xA439EE1B</Linkage>
      12953 <Linkage>0x210B4FAC</Linkage>
      13129 <Linkage>0xCC8B5AB3</Linkage>
      13241 <Linkage>0xA41EF78B</Linkage>
    2. RazorOfDarkwell
      RazorOfDarkwell
      • member
      • 0 kudos
      Why don't you post the fix file as a mod? It can help others who don't understand how code works, but thank you so much for that fix.
    3. SilentStealth71
      SilentStealth71
      • member
      • 0 kudos
      I understand your point, but I can't/won't do that because it's not my mod. All I did was make a few changes to get the Legendary animals & fish to appear on the map. If I uploaded it as a mod, that would be stealing from WickedHorseMan as he's the one that did all the work to make it in the first place. Any such changes/options would have to be uploaded by him. The best I can do is tell others how I got them to appear on the map. Cheers.
    4. Venitios
      Venitios
      • premium
      • 0 kudos
      I wish I understood coding and how this stuff works lol.
    5. Clarrisani
      Clarrisani
      • premium
      • 1 kudos
      Thank you for doing this. I wish the OP would release an official patch, but the mod seems to be abandoned. 
    6. NavZ0
      NavZ0
      • member
      • 0 kudos
      For anyone you don't know how to do it or struggling to, here is the edited mod file with the correction provided by SilentStealth7. Hope this helps. I have messaged  original mod author to ask permission to share this file but if he wants me to remove it then it'll be removed. 

      https://drive.google.com/drive/folders/1Q01xelAwGDt-0OiOjEkCcFFRjvYOBiAJ?usp=sharing
    7. DespairEternal
      DespairEternal
      • member
      • 1 kudos
      Doing some of God's work here. Once I was able to complete the list it made a big difference.

      Still, would kill for the hashes and locations for 
      All the stuff the original map had, with maybe an option for some silver ink. I'm so close to finding an android compatible version of visualV lol I'm such a peasant. Anyways ty for your hard work! And thanks wickedhorseman for another banger mod 
    8. iRE7
      iRE7
      • member
      • 0 kudos
      Thank you so much for your kind explanation and solution to this problem.
  4. DespairEternal
    DespairEternal
    • member
    • 1 kudos
    firstly, thank you for providing the legendary linkage hashes.

    I'm trying to customize this a bit, but i haven't been able to find what to enter to add things like animals/plants. Is there a resource you might be willing to share or point me to that you used to reconstruct the ones you posted? I've looked pretty hard already, would REALLY appreciate it.

    either way, ty
  5. voidxak12134
    voidxak12134
    • member
    • 0 kudos
    so like anyone gonna fix this shi 😭
  6. soheilSior
    soheilSior
    • member
    • 0 kudos
    /i want to use dark version/some colors are changed ... like titles are now yellow . but map himself still have original color
    1. gumnutza1
      gumnutza1
      • premium
      • 0 kudos
      Same issue
    2. t0m1s32341
      t0m1s32341
      • member
      • 0 kudos
      mod is just outdated now
  7. khorvair
    khorvair
    • member
    • 8 kudos
    can you make a version for the dark map but still have plant and animal markings?
    1. Suraj1102
      Suraj1102
      • member
      • 0 kudos
      I want this too.
    2. Nennerdr
      Nennerdr
      • member
      • 0 kudos
      +2
    3. VexCinderblood
      VexCinderblood
      • member
      • 0 kudos
      +3
    4. lexo1000
      lexo1000
      • premium
      • 117 kudos
      +4
    5. lildikgirl77
      lildikgirl77
      • member
      • 0 kudos
      +5 , it's literally the only thing keeping me from downloading this mod
    6. parkerpar10
      parkerpar10
      • premium
      • 3 kudos
      +6 same
    7. RobaeYaweh
      RobaeYaweh
      • member
      • 0 kudos
      +7 Yes, that's the only thing stopping me from downloading. Other than that, fantastic mod
    8. Olimacam
      Olimacam
      • supporter
      • 0 kudos
      +8 But both versions since i like light
  8. KevinMcG12
    KevinMcG12
    • member
    • 0 kudos
    Doesnt work, changes the font to gold, but the map is the same color.. it looked cool tho in the pictures.
    1. sjh697530
      sjh697530
      • member
      • 0 kudos
      same
    2. Flentin
      Flentin
      • member
      • 0 kudos
      same
  9. MrSmithOff
    MrSmithOff
    • member
    • 0 kudos
    I added to my LML folder but nothing change, any ideas ?
  10. Ickbelr
    Ickbelr
    • member
    • 0 kudos
    do i download this to my LML or my game directory?