0 of 0

File information

Last updated

Original upload

Created by

uranhat

Uploaded by

uranhat

Virus scan

Safe to use

17 comments

  1. CaptainCrunch
    CaptainCrunch
    • member
    • 5 kudos
    v1.22 works with 1.30
    1. Korppi86
      Korppi86
      • member
      • 0 kudos
      Hello,
      Is still work with 1.31 as well ?

      Thank you.
  2. Slappy212
    Slappy212
    • supporter
    • 0 kudos
    update for this mod?
    1. kokobo88
      kokobo88
      • member
      • 1 kudos
      as @Zalastax has already mentioned, you can easily make your own mod file, just copy the original file over and change the file to match this mod's file. there are two changes made, each are well commented in the mod's original file. but for the less able or the lazy ones, here is the patch 1.22 file

      https://dl.dropboxusercontent.com/s/irzooertkjdb7np/modShowRealValue-patch-1.22.zip
  3. Zalastax
    Zalastax
    • member
    • 0 kudos
    The mod only changes the code on two places so it was very easy to port it to 1.21.  I'm hosting an updated version on my dropbox until the mod gets updated: https://dl.dropboxusercontent.com/u/4448406/modShowRealValue-patch-1.21.zip
     
    The file that gets changed is content\scripts\game\gui\_old\components\guiTooltipComponent.ws
    If you want to apply the changes yourself search for //--modShowRealValue-- in the mod and what you need to do will be clear.

    //--modShowRealValue--
    invItemPrice = ((invItemPrice*100) / itemInvComponent.GetItemPrice( item ));
    invItemPriceString += " [" +itemInvComponent.GetItemPrice(item)+ " : " + invItemPrice + "%]";
    //--modShowRealValue--

  4. krazyyon
    krazyyon
    • supporter
    • 10 kudos
    an update would be cool..
  5. mdrahl
    mdrahl
    • member
    • 0 kudos
    I would really appreciate an update on this mod as well if at all possible.
  6. Slappy212
    Slappy212
    • supporter
    • 0 kudos
    Such a useful mod. Will you update?
  7. xrdox
    xrdox
    • member
    • 0 kudos
    Excelent mod, man! But unfortunaly it doesn't work with the version 1.21, will you update it?
  8. cam5d
    cam5d
    • supporter
    • 1 kudos
    Nice mod, does it work with 1.21?
  9. nobless59
    nobless59
    • member
    • 0 kudos
    Does not work. Russian Language, game version 1.12.1 with all mods. Script Merger does not find conflicts. Installed only this mod.
    After starting the game, the screen appears with an error -> http://ipic.su/img/img7/fs/error.1453685089.jpg
    1. uranhat
      uranhat
      • member
      • 1 kudos
      I do not touch any of these files or functions..

      Either you have other mods, or you have currupt game files...

      If you have GoG Version, use "check game files"...
      I think Steam has a similar feature
    2. nobless59
      nobless59
      • member
      • 0 kudos
      Files check has given nothing.
      But I found how to fix it.
      https://www.reddit.com/r/witcher3mods/comments/3h44vx/for_anybody_having_script_compiler_errors_using/
      Solution here.
      -----
      for patch 1.12 replace "Log" with "LogWithName" in the first line!

      import final function Log( eventType : ER4TelemetryEvents );

      on

      import final function LogWithName( eventType : ER4TelemetryEvents );
      ----

      And now no errors and yours awesome mod works! Endorse!
  10. IhreAusfuhrung
    IhreAusfuhrung
    • supporter
    • 0 kudos
    Excellent mod!

    Thank you.