0 of 0

File information

Last updated

Original upload

Created by

abot

Uploaded by

abot

Virus scan

Safe to use

23 comments

  1. alator777
    alator777
    • member
    • 0 kudos
    As someone who is unfamiliar with the two listed mods (and the links don't lead to full descriptions of those mods), what does this mod actually do?

    I can get a sense from the variables that were listed but it'd be nice to have an actual description of what this mod does! 
    1. abot
      abot
      • premium
      • 325 kudos
      The link goes to the mod entry in my MMH database. There the mod Name field links to the Internet Archive mod page having the mod description (and the download link to the original mod package that contains the full mod readme)
      And no, I am not copying the description of the original mod here as long as it is available there, hopefully still for a long time.

      Anyway, the TL;DR; of it is in this mod description:
      The skill changes to merchants/trainers should work more or less like HotFusion's linked mod (merchants get possible increase in current mercantile/speechcraft based on level, trainers based on best 3 skills).
  2. xN1NJAWOLFx
    xN1NJAWOLFx
    • premium
    • 1 kudos
    Would be cool to see an option to disable the trading calculations fully. So we can use it with "Smarter Harder Barter", and still have the custom bribe effects, and the "persistent trainer" stuff, and the upgrader trainer speech thing. 
    I ask this since I like how more customizable smarter harder barter is for trading. But I love the other aspects you have unique to this mod.
    1. abot
      abot
      • premium
      • 325 kudos
      Uhm. Isn't more or less what setting "Harder Barter like merchants buying prices reduction" to "0. Disabled" does?
  3. prokin900
    prokin900
    • member
    • 0 kudos
    It's strange, but the Medium preset makes prices less profitable than the Hard preset, maybe there is a mistake in the formula?
    And also I didn't see any difference in the price when changing "NPC buy\sell price percent"
    1. abot
      abot
      • premium
      • 325 kudos
      I changed the order in the last version because another user found the exact contrary. I think that the curves are very similar, but there is an intersection point at about 200 price where things change. You can see it here.

      [EDIT] about changes to the GMST game settings, they should be active on next reload (or game restart I don't recall precisely).
      about the mod code working as expected, 1st thing to  try could be to activate some debug level in the MCM panel and check after changing them if you have a message "GMST changes applied" in MWSE.log, if not something is not working as it should
  4. xN1NJAWOLFx
    xN1NJAWOLFx
    • premium
    • 1 kudos
    Nice mod. Lets me customize almost to the T on how I want items to be sold at what price range and how hard it is to haggle.
  5. Painlieeer
    Painlieeer
    • member
    • 6 kudos
    What setting is similar to the old HotFusion, Medium? what is similar to mort's Harder Barter (testing Harder Barter and it was more brutal than HardTrade in reductions) difficulty?
    1. abot
      abot
      • premium
      • 325 kudos
      > What setting is similar to the old HotFusion, Medium?
      I don't know. The versions of HotFusion and Wakim mods I am referring to/linked in this mod description do not contain any reference to "Medium", if you are talking about different versions I'm not going to research further to answer your question
      > what is similar to mort's Harder Barter?
      4. Very High - Natural logarithmic --> totalPrice / natural logarithm(unitPrice)
  6. ulysses
    ulysses
    • member
    • 3 kudos
    Not 100% sure, but I think math.log10(x) is a harsher setting then math.sqrt(math.log(x)).
    1. abot
      abot
      • premium
      • 325 kudos
      Ah, yes thanks. order should probably be like this:
      1. Low - Squared root base 10 logarithmic --> totalPrice / sqrt(base 10 logarithm(unitPrice))
      2. Medium - Squared root natural logarithmic --> totalPrice / sqrt(natural logarithm(unitPrice))
      3. High - Base 10 logarithmic --> totalPrice / base 10 logarithm(unitPrice)
      4. Very High - Natural logarithmic --> totalPrice / natural logarithm(unitPrice)
      I will fix it in next update. 2, 3 are very similar
    2. ulysses
      ulysses
      • member
      • 3 kudos
      Yep.
  7. drstrangelove42
    drstrangelove42
    • member
    • 2 kudos
    Hey abot,

    do you know by chance if this works well together with VitruvianGuar's "Buying Game" mod if you also activate the Harder Barter like mechanic in this mod?
    1. abot
      abot
      • premium
      • 325 kudos
      I don't know, in theory it could work if they don't try to do more or less the same thing in the same event, so if there is an equivalent option in both mods just disabling it in one mod should work with the other one 
    2. drstrangelove42
      drstrangelove42
      • member
      • 2 kudos
      Ok, thanks for getting back to me so quickly. i did some testing (not a whole lot) but for now it seems like Buying Game's price modifiers (for example specialized merchants like armorers pay more for armor and weapons) are still calculated for the final price while also having the "harder barter" overall price reduction from your mod.

      It certainly needs further testing and there might be other features that overlap (for example i can't really tell if Buying Game modifies the mercantile skill of merchants like your mod does). But from a quick test both mods seem to be somewhat compatible.
  8. Brujoloco
    Brujoloco
    • premium
    • 48 kudos
    Abot for someone like that wants to try a new play through, will this mod adjust the economy of the game ?

    Will this make it harder to exploit merchants? Will this make gold less common off merchants?
    1. abot
      abot
      • premium
      • 325 kudos
      it does not change merchants gold at the moment, but it should be able to make exploiting merchants as hard as you want. The new "Harder Barter" like merchants buying prices reduction setting is especially impactful
  9. billyrising
    billyrising
    • member
    • 1 kudos
    Wow, another increadibly well done mod by Abot.

    Honestly man, for me personally your are my favorite modder on this site, and that may be unfair as theres a handful of other's i like as well say fadingsignal or null cascade.

    But you've realized a childhood idea of mine, which was the Abot's Silt striders and Boats mod, i have a genuine nostalgic love for them.

    Then i see a Lua based economy mod made by the same man?! Pfft, just prompts love letters like this lol. Well done man.
  10. Lucas9
    Lucas9
    • premium
    • 96 kudos
    Awesome job! Is it too much to ask for a slider that lets us add a base skill level on top of the level modifier?

    So instead of "Skill = Level x SkillLevelMultiplier", it is now "Skill = Base floor + Level x SkillLevelMultiplier".
    1. abot
      abot
      • premium
      • 325 kudos
      Not a bad idea, it is included in version 1.01
    2. Lucas9
      Lucas9
      • premium
      • 96 kudos
      God amongst men, would endorse twice if I could!