0 of 0

File information

Last updated

Original upload

Created by

MedicalWealth

Uploaded by

medicalwealth

Virus scan

Safe to use

23 comments

  1. janhawk
    janhawk
    • member
    • 0 kudos
    Hello this works on online version?
  2. Zerninek
    Zerninek
    • premium
    • 0 kudos
    Cant select a waypoint sadly ...so mod doesnt work for me 
  3. rae333
    rae333
    • member
    • 0 kudos
    I have this mod working.  Question though.  When I restarted my pc, the corruption count doesn't show again.  Is this intended?  Does it mean we always have to peek into each empowered monoliths every time we login?
  4. dmack1
    dmack1
    • member
    • 0 kudos
    how do i get this to work i put the file in the mods folder and i can not get it to work 
    1. medicalwealth
      medicalwealth
      • member
      • 0 kudos
      read the description 
    2. dmack1
      dmack1
      • member
      • 0 kudos
      im doing everything in description still not working and get it to change names 
  5. utsukushihito
    utsukushihito
    • member
    • 0 kudos
    Would be really useful to create a new mod or functionallity for monoliths that can be used to search for a specific node type. For instance an EXP node type, when you click on it in the echo tree map it will teleport your mouse cursor to the node and you won't have to look around and find the node type you want to spam. I think that would save a lot of time. What do you think about that idea?
  6. xhmax1018
    xhmax1018
    • member
    • 0 kudos
    Hey, bro, could you create a MOD that displays the tier and affix value range on equipment? I've browsed through KG's MODs but couldn't find where the affix values are. My skills are too bad, haha.
    1. medicalwealth
      medicalwealth
      • member
      • 0 kudos
      hi, it seems that this information can be found without downloading mods.
      
    2. xhmax1018
      xhmax1018
      • member
      • 0 kudos
    3. medicalwealth
      medicalwealth
      • member
      • 0 kudos
      oh, i understand it now, ill make it a try to create this mod in the weekends
    4. xhmax1018
      xhmax1018
      • member
      • 0 kudos
      Thank you. Here are some parameters I found: UniqueItemMod (value and max_value) correctly display the minimum and maximum values of the affix. However, ItemList.EquipmentImplicit (implicitValue and implicitMaxValue) returns incorrect results as implicitValue retrieves the current value instead of the minimum value. I'm sorry, I couldn't find where the value on rare equipment is located,Hope these parameters can help you quickly build the mod. :)
  7. SunGokuu
    SunGokuu
    • BANNED
    • 9 kudos
    Quick question, I been trying to find a way to make a filter that only shows item with gold value above for example: 300 gold because for some reason the loot filter built in game does not have this ability. How hard it is it to make a mod that highlight or show items that have high sell vendor value. To make it more efficent for farming/selling trash vendor item. 
    1. medicalwealth
      medicalwealth
      • member
      • 0 kudos
      I can try to make a mod that will hide all items that are below 300. I'm not sure I'll do it quickly, but if I can, I'll post and tag you here)
    2. SunGokuu
      SunGokuu
      • BANNED
      • 9 kudos
      Thanks I only know how to code in python and lua. I'm trying to wrap my head around C# codes. I just want to make quality of life mods like these. It should be a no-brainer for the dev to add a don't display items below x gold or display only items above x gold. I don't understand why they want us to play with 99% of our screen covered. 
    3. medicalwealth
      medicalwealth
      • member
      • 0 kudos
      you can find item price in ItemUnpackedData     private int <VendorSaleValue>k__BackingField; and try to create mod by urself!
    4. SunGokuu
      SunGokuu
      • BANNED
      • 9 kudos
      Thanks for the headstart, I didn't know what to do with that information, so I started with dnaspy and found something close inside my lib folder in my Assembly-CSharp.dll I couldn't find the exact string but found this
          public unsafe int _VendorSaleValue_k__BackingField
          {
              get
              {
                  System.IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (System.IntPtr)IL2CPP.il2cpp_field_get_offset(ItemDataUnpacked.NativeFieldInfoPtr__VendorSaleValue_k__BackingField);
                  return *intPtr;
              }
              set
              {
                  *(IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (System.IntPtr)IL2CPP.il2cpp_field_get_offset(ItemDataUnpacked.NativeFieldInfoPtr__VendorSaleValue_k__BackingField)) = value;
              }
          }

      Is this what you're referring too? 
    5. medicalwealth
      medicalwealth
      • member
      • 0 kudos
      yep, you should try to find some class that which draws the name of the item on the ground
  8. mano1b
    mano1b
    • member
    • 1 kudos
    thank you!
  9. trowieuk1
    trowieuk1
    • member
    • 0 kudos
    gods work! these mods I love, just simple QoL stuff, no cheats.
    1. medicalwealth
      medicalwealth
      • member
      • 0 kudos
      thank you! I really appreciate it
  10. mano1b
    mano1b
    • member
    • 1 kudos
    please  Photo just log in to echoweb .
    1. medicalwealth
      medicalwealth
      • member
      • 0 kudos
      done