The Witcher 3

File information

Last updated

Original upload

Created by

Custard

Uploaded by

WinglessFlight

Virus scan

Safe to use

Tags for this mod

14 comments

  1. krustytoe
    krustytoe
    • member
    • 0 kudos
    here is an updated version to work for the Next Gen Update. I packed it up for non-tech savvy user.
    Barter Next Gen

    I just edited the new "hudModuleDialog.ws" that came with the Next Gen update patch with these lines below

    NPCsPrettyClose = 1.f + RandRangeF(0.7, 0.2f) * maxMult;
    NPCsTooMuch = NPCsPrettyClose + 0.3 * maxMult;

    to

    //NPCsPrettyClose = 1.f + RandRangeF(0.7, 0.2f) * maxMult;
    //NPCsTooMuch = NPCsPrettyClose + 0.3 * maxMult;
    NPCsPrettyClose = 1.f + maxMult;
    NPCsTooMuch = NPCsPrettyClose;
    1. sadkmi0okm234
      sadkmi0okm234
      • member
      • 0 kudos
      It says "Access denied , Request access, or switch to an account with access." I can't access the Google download
    2. krustytoe
      krustytoe
      • member
      • 0 kudos
      I allow access to it. Must of forgot to do that.
  2. DeathWrench
    DeathWrench
    • premium
    • 95 kudos
    This didn't work for me until I changed this

    NPCsPrettyClose = 1.f + RandRangeF(0.7, 0.2f) * maxMult;
    NPCsTooMuch = NPCsPrettyClose + 0.3 * maxMult;

    to

    //NPCsPrettyClose = 1.f + RandRangeF(0.7, 0.2f) * maxMult;
    //NPCsTooMuch = NPCsPrettyClose + 0.3 * maxMult;
    NPCsPrettyClose = 1.f + maxMult;
    NPCsTooMuch = NPCsPrettyClose;
    1. novacraft
      novacraft
      • premium
      • 0 kudos
      Has this been implemented?
    2. DeathWrench
      DeathWrench
      • premium
      • 95 kudos
      nope, you have to edit the file it comes with, with notepad and make those changes.
    3. berzao
      berzao
      • supporter
      • 0 kudos
      I remember a mod that duplicate the total reward of the contract.

      Can you do this with this mod?
    4. DeathWrench
      DeathWrench
      • premium
      • 95 kudos
      I don't know.
    5. burrkuz
      burrkuz
      • member
      • 0 kudos
      Do i just delete this:

      NPCsPrettyClose = 1.f + RandRangeF(0.7, 0.2f) * maxMult;
      NPCsTooMuch = NPCsPrettyClose + 0.3 * maxMult;

      And then copy paste this:

      //NPCsPrettyClose = 1.f + RandRangeF(0.7, 0.2f) * maxMult;
      //NPCsTooMuch = NPCsPrettyClose + 0.3 * maxMult;
      NPCsPrettyClose = 1.f + maxMult;
      NPCsTooMuch = NPCsPrettyClose;

      Instead?
    6. DeathWrench
      DeathWrench
      • premium
      • 95 kudos
      You can do that, or you can type the //s yourself and then paste this underneath it like I did.

      NPCsPrettyClose = 1.f + maxMult;
      NPCsTooMuch = NPCsPrettyClose;
  3. burrkuz
    burrkuz
    • member
    • 0 kudos
    Doesn't work, keep getting the lowest amount of Crown rewards.. So say your bartering reward starts at 249 and this mod allows you to get something between 249-470, if you manage to barter 350 it still gives you 249 at the end of the contract.
  4. Sp00kieDad
    Sp00kieDad
    • supporter
    • 0 kudos
    Umm. I feel stupid. How does this work exactly? I have it installed into the mods folder but I dont see how to use it when I have the bartering dialogue up.
  5. mastara2012
    mastara2012
    • member
    • 8 kudos
    Waited so long for this . I was SO TIRED of this bullshit getting like minimal reward from contracts . Thanks
  6. kkasf93
    kkasf93
    • supporter
    • 4 kudos
    So, Geralt the bargainer?