0 of 0

File information

Last updated

Original upload

Created by

lelimule

Uploaded by

lelimule

Virus scan

Safe to use

Tags for this mod

About this mod

Removal of trader gold display in the trade window.

Permissions and credits
Donations
Now the player is no longer a guesser who can see how much gold the merchants have.

I just modify 1 line in openmw_trade_window.layout (line 65):

<Widget type="AutoSizedTextBox" skin="SandText" position="0 0 374 24" name="MerchantGold" align="Right Top">

changed to

<Widget type="Button" skin="SandText" position="0 0 0 24" name="MerchantGold" align="Right Top">

(Size of the button reduce to 0)

Installation: put the folder "mygui" in a folder of your choice. And in OpenMW Launcher - Data Files - Data Directories, insert the folder you have chosen... (or in openmw.cfg, insert: data="your_path_with_the_folder_of_your_choice" )


-----
Note: if you have a mod who modify the same file (openmw_trade_window.layout) (i don't know any), you have to integrate all the modifications in the last openmw_trade_window.layout loaded (if you want all the modifications...).
-----

You can use my work as you want.