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
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.
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
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!
17 comments
Is still work with 1.31 as well ?
Thank you.
https://dl.dropboxusercontent.com/s/irzooertkjdb7np/modShowRealValue-patch-1.22.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.
After starting the game, the screen appears with an error -> http://ipic.su/img/img7/fs/error.1453685089.jpg
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
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!
Thank you.