Skip to content

[Guide] Joined Store Panels

KerozevokKerozevok Member Posts: 695
edited May 2016 in UI Modding
Before : http://nsa38.casimages.com/img/2016/04/26/160426025229169353.jpg
After : http://nsa37.casimages.com/img/2016/04/25/16042511571172044.jpg

Search "STORE_BUYSELL", under the line "align center top" add a new line : offset 0 A

A = Your monitor height - 710 / 2.

eg : If your monitor size is 1440x900 : 900 - 710 / 2 = 95.

name 'STORE_BUYSELL' align center top offset 0 95
Do the same thing for "STORE_DONATE", "STORE_ROOMS", "STORE_HEALING", "STORE_DRINKS" and "STORE_IDENTIFY".

Now search "STORE_CHOOSER", then under "align center bottom" add a new line : offset 0 -A

name 'STORE_CHOOSER' align center bottom offset 0 -95
That's all. :)
Post edited by Kerozevok on

Comments

  • PhælinPhælin Member Posts: 316
    Search, but in which file?
  • KerozevokKerozevok Member Posts: 695
    edited April 2016
    @Przemkas Search (with a text-editor) in the UI.menu.

    This file appears in the override folder with the F11 menu.
    Post edited by Kerozevok on
  • AncientCowboyAncientCowboy Member Posts: 199

    I've created, and attached, a WeiDU implementation of @lefreut's solution to this issue - entitled appropriately, 'Joined Store Panels Using lefreut's Solution'.

    It's a straightforward WeiDU patch, and if you're not familiar with the process, there are step-by-step instructions in 'Installation.txt' found in the 'StoreFix' directory within the zip.

    Enjoy!

  • lefreutlefreut Member Posts: 1,462
    edited November 2019
    ***
    Post edited by lefreut on
  • AncientCowboyAncientCowboy Member Posts: 199
    Yeah, I've been thinking about that - something along the line of the various Tweaks packs that have existed. EEGuiTweaks? Any inputs from the community?
  • Mr2150Mr2150 Member Posts: 1,170
    I think that would be a great idea... it would certainly save users having to edit UI.menu multiple times.

  • PhælinPhælin Member Posts: 316
    Why Beamdog didn't made this as a feature is beyond me...

    Thanks, mate!
Sign In or Register to comment.