File information

Last updated

Original upload

Created by

Freak

Uploaded by

FreakVIp

Virus scan

Safe to use

474 comments

  1. FreakVIp
    FreakVIp
    • premium
    • 181 kudos
    Locked
    Sticky
    Compatibility Patch for using with my new mod Reputation System added in optional files.

    To use the patch, install both mods first, then remove all the same .ws files from mod Reputation System that are also in the patch. 
    Then overwrite the Florens - Orens - Crowns Economy System mod with the patch.
    After that, merge the scripts.

    All compatibility patches have been updated to 4.6e version.
  2. FreakVIp
    FreakVIp
    • premium
    • 181 kudos
    Locked
    Sticky
    Uploaded a version for using with W3EE REDUX in optional files.

    This version doesn't need the normal main version.
    To use it, remove all the same .ws files from mod W3EE REDUX (in the W3EE folder) that are also in my mod
    Then install my mod( mod part goes to mods folder, and dlc part goes to DLC folder).
    After that, merge the scripts with other mods.

    Also, added the patch using with W3EE Redux along with Vlad UI and their patch
    To use this patch, follow the installation guide provided on the patch's page to install W3EE, Vlad UI and their patch. Then install the W3EE REDUX version of my mod, remove the whole scripts folder in its mod folder ( mod00FlorenEconomySystem_W3EE_REDUX\content\scripts), then install this patch to overwrite the files in W3EE and Vlad UI's patch ( I set their folder name and file path the same). After all of that, merge the scripts with other mods ( still following the installation guide provided on the patch's page).

    Update: Updated for W3EE REDUX 1.42g.
    Thanks to MRAmers and darkmatrixxx for their feedback and helping to test the fixed versions for so many times.
  3. FreakVIp
    FreakVIp
    • premium
    • 181 kudos
    Locked
    Sticky
    Pre-merged scripts for using with mod Cheaper Lore Friendlier Shop Prices and Deleveled Gear Buying Selling Servicing Prices added in optional files.

    To use the patches, install the mod above and my main mod first, then remove all the same .ws files from mod Cheaper Lore Friendlier Shop Prices / mod Deleveled Gear Buying Selling Servicing Prices that are also in the corresponding patch
    Then overwrite my mod with the patch.
    After that, merge the scripts with other mods.

    If using both mod Cheaper Lore Friendlier Shop Prices and Deleveled Gear Buying Selling Servicing Prices, then use the CLFSP - DGBSSP Pre-Merge patch instead. Remove the same files in the patch from both mods above. Then overwrite my main mod with the patch.
  4. FreakVIp
    FreakVIp
    • premium
    • 181 kudos
    Locked
    Sticky
    Pre-merged scripts for using with mod Lore Friendly Economy added in optional files.

    To use the patch, install both mods first, then remove all the same .ws files from mod Lore Friendly Economy that are also in the patch
    Then overwrite my mod with the patch.
    After that, merge the scripts with other mods.
  5. Sirandar888
    Sirandar888
    • premium
    • 23 kudos
    Alchemy Primer got updated to 1.06 = https://www.nexusmods.com/witcher3/mods/8081

    This causes your patch to throw an error at compile

    I think the economy patch needs an update or is no longer needed.
    1. FreakVIp
      FreakVIp
      • premium
      • 181 kudos
      The patch has been updated.
    2. Sirandar888
      Sirandar888
      • premium
      • 23 kudos
      Thank you for your diligence!
  6. stalkerpowerss
    stalkerpowerss
    • member
    • 0 kudos
    The description of the Floren is the same as Oren’s description. What did I do wrong? I'm already in the middle of Toussaint, the language is set to English, and I’ve tried using only the mod without any other mods, but both coins still have the same description. Could you help me?
    1. FreakVIp
      FreakVIp
      • premium
      • 181 kudos
      Use Witcher Lore Collection to unlock the unique descriptions.
    2. stalkerpowerss
      stalkerpowerss
      • member
      • 0 kudos
      It worked like a charm! btw great mod

      I have one question, I started a new game and the prices selling/buying of the things is too high, it's part of the mod? Different from vanilla.
    3. FreakVIp
      FreakVIp
      • premium
      • 181 kudos
      Because Orens became less valuable, but don't worry, you will gain more of them, so the actual purchasing power wasn't changed.
  7. stalkerpowerss
    stalkerpowerss
    • member
    • 0 kudos
    great mod
  8. stalkerpowerss
    stalkerpowerss
    • member
    • 0 kudos
    .
  9. PBLivingston
    PBLivingston
    • member
    • 0 kudos
    I use Friendly HUD, which shows the base value and comparison with the buy/sell price in the tooltip when at a merchant. If I want the base value shown to reflect the regional currency, will it suffice to add a line from this mod to the 2 parts in guiTooltipComponent.ws where Friendly HUD shows the base value?

    Like so:
    //---=== modFriendlyHUD ===---
    if(GetFHUDConfig().showTrueItemPrice)
    {
        weightValue = ((float)invItemPrice)*100.0f;
        invItemPrice = itemInvComponent.GetItemPrice(item);
        if( itemInvComponent.IsItemBolt( item ) ) invItemPrice /= 10;
        invItemPrice = CeilF((float)invItemPrice * GetFlorenModCostMult());    //FlorensMod
        weightValue /= ((float)invItemPrice);
        invItemPriceString += " [" + invItemPrice + " : " + RoundMath(weightValue) + "%]";
    }
    //---=== modFriendlyHUD ===---

    This is what I have done and it seems to be working correctly, but I'd welcome any tweaks or corrections if I've done something wrong. If it's correct, confirmation would be great for both my own sake and for anyone else who would like to do this.
    1. FreakVIp
      FreakVIp
      • premium
      • 181 kudos
      It's correct. I did so for my own build.
    2. PBLivingston
      PBLivingston
      • member
      • 0 kudos
      Excellent, thank you!
  10. jabal31
    jabal31
    • member
    • 0 kudos
    Hi.. thank you for the great mod. I’m using it along with the Reputation mod, and it’s working well.
    If I may ask, if I want to use three mods at the same time—FLORENS, REPUTATION, and Lore Friendly ECONOMY—which patch should I use?


    Thank you very much in advance.
    1. FreakVIp
      FreakVIp
      • premium
      • 181 kudos
      There's not a patch for all of them. I can't afford to make patches for all combinations.
    2. jabal31
      jabal31
      • member
      • 0 kudos
      aah is okay tho. maybe i should remove lore friendly economy for now. i cant play with reputations and this mod..

      thanks for your reply have nice day. 
  11. NOB112
    NOB112
    • supporter
    • 3 kudos
    W3ee+reputation+florens Jesus was it a Tricky merge. Honestly without knowledge of coding i couldn't have done it.

    For any wondering you can at least make that combination work.with some editing of files code. Mostly fixing syntax stuff, and removal of duplicated functions. Probably made during your merging process 

    Any errors that say "Unexpected" will usually be syntax related.
    Anything that says "already exists" means you probably duplicated some code already present in the file. 
  12. psychosugich
    psychosugich
    • member
    • 0 kudos
    Which patch should i download if i use Reputation System, W3EE, Vlad UI, BIA, Gwent Redux, and their corresponding patches?
    1. FreakVIp
      FreakVIp
      • premium
      • 181 kudos
      There's not such a patch. And I don't have time to maintain more patches especially for overhaul mods like Vlad UI.
    2. psychosugich
      psychosugich
      • member
      • 0 kudos
      But can i use one of the patch and it'll still work though? say if i just use the W3EE Redux and Vlad UI as well as the Reputation System patch of your mod will it work even if dont use the BIA and Gwwnt Redux patch?
    3. FreakVIp
      FreakVIp
      • premium
      • 181 kudos
      The patches are mainly for easier script merging. If you could merge them correctly, then it's OK.
    4. psychosugich
      psychosugich
      • member
      • 0 kudos
      Never mind, its a big pain in the ass merging them lol, always an error when compiling. Guess i just have to sacrifice one of those mods then, not this one or the reputation though, i cant play without them, these are great. Cheers.
  13. TsarTarrence
    TsarTarrence
    • member
    • 0 kudos
    Think the W3EER version needs an update bc it breaks much of the mod
    1. FreakVIp
      FreakVIp
      • premium
      • 181 kudos
      This mod is not affected.
    2. TsarTarrence
      TsarTarrence
      • member
      • 0 kudos
      I mean this mod breaks the Enhanced Edition currently
    3. TsarTarrence
      TsarTarrence
      • member
      • 0 kudos
      Nevermind, I don't know what I was doing wrong, but it must be some other conflict
  14. mark4020
    mark4020
    • member
    • 1 kudos
    ignore