inventory problem menu

User Tag List

Results 1 to 9 of 9
  1. #1
    dcac's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    26
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    inventory problem

    inevntory.jpg
    inventory _ left.png



    how can i fix it(abnormal) ?

    I'm looking for plugin InventoryAndStashPlugin.cs but I can't slove this problem

    my desktop resolution 3840 x 2160

    I'm using diablo3 windowed mode 3840 X 1600 ( not full window screen mode )

    inventory problem help me
    Last edited by dcac; 03-23-2020 at 06:23 AM.

    inventory problem
  2. #2
    dcac's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    26
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I found forum article

    ======================================================
    rv is kind of margin value and defined as:
    Code:
    rv = 32.0f / 600.0f * Hud.Window.Size.Height;
    This way code might handle different screen resolutions better.
    Though I believe that most screens are Full HD (mine 1920x1200).
    ======================================================




    maybe rv value edit I can slove this problem (mine 3840 X 1600)


    If you know, please someone help me

  3. #3
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,055
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    rv = 32.0f / 600.0f * Hud.Window.Size.Height;
    test 800f , 900f,...

    Other option would be to edit plugins\Default\Inventory\InventoryAndStashPlugin.cs and replace the line 187:
    Code:
    font.DrawText(textLayout, rect.Right - (rv / 15.0f) - textLayout.Metrics.Width, rect.Bottom - (rv / 35.0f) - textLayout.Metrics.Height);
    For something like this:
    Code:
    font.DrawText(textLayout, rect.Right - textLayout.Metrics.Width - rect.Width / 10.0f, rect.Bottom - textLayout.Metrics.Height - rect.Width/20.0f );
    or
    Code:
    font.DrawText(textLayout, rect.Left + (rect.Width - textLayout.Metrics.Width)/1.15f, rect.Top + (rect.Height - textLayout.Metrics.Height)/1.04f );
    Last edited by RNN; 03-23-2020 at 07:50 AM.

  4. #4
    dcac's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    26
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx RNN


    left inventory ( font right display )
    right inventory ( font left diaplay )

    maybe resolution problem...

    I will try edit value

    thx very much RNN

  5. #5
    dcac's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    26
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    many times try

    I can't slove RNN

    not found correct value ( almost font display position not change)

  6. #6
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,055
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Are you sure you are not using a third party plugin? Download the latest version and test it, without adding any plugin
    He tested TH at different resolutions and seems to go perfectly without making changes

  7. #7
    dcac's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    26
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx RNN



    TurboHUD 20.3.8.1 (v9.1) STABLE for Diablo III 2.6.8.66666 (64 bit) <-- download

    and other plugin not apply

    only default setting use

    same problem...

    I'm using diablo3 windowed mode 3840 X 1600 ( not full window screen mode )


    full window screen mode 3840 X 1600 ( fully normal - default hud and adding plugin hud )

    window screen mode 3840 X 1600 ( abnormal - default hud and adding plugin hud )



    D3Prefs.txt below

    DisplayModeWindowMode "1"
    DisplayModeWinLeft "0"
    DisplayModeWinTop "0"
    DisplayModeWinWidth "3840"
    DisplayModeWinHeight "1600"
    DisplayModeUIOptWidth "3840"
    DisplayModeUIOptHeight "1600"


    desktop resolution using 3840 X 2160


    dia3.jpg


    maybe Cause trouble title bar ---> ( 디아블로III - ㅁ x )

    not correct height position
    Last edited by dcac; 03-23-2020 at 01:51 PM.

  8. #8
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,055
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    I have tested in Vmware with different resolutions and window modes and it has always shown correctly
    It seems that Hud.Inventory.GetItemRect() gives you problems and I don't know why, in one case it shifts 0.7 x width (item) to the left and in another 0.7 * width to the right.
    Maybe someone else can tell you something else.

    Maybe with this file (keep the previous one) you will see it well in that mode that gives you problems

    [C#] InventoryAndStashPlugin - Pastebin.com
    Last edited by RNN; 03-23-2020 at 05:27 PM.

  9. #9
    dcac's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    26
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a million. RNN

    You’re awesome!

    download old file.

    It was fixed.

    I appreciate your kindness. thx

Similar Threads

  1. [Question] problem with gray items in the inventory
    By deleteduser2024a in forum TurboHUD Discussions
    Replies: 1
    Last Post: 05-12-2018, 02:13 AM
  2. Autoit Imagesearch Problem - Searching unid items in Inventory
    By hesi in forum Diablo 3 Memory Editing
    Replies: 1
    Last Post: 12-30-2012, 02:25 PM
  3. I have problem with BHW 3.0
    By sunrize1 in forum World of Warcraft General
    Replies: 1
    Last Post: 07-17-2006, 08:49 AM
  4. wow emu problem
    By bezike in forum World of Warcraft General
    Replies: 0
    Last Post: 07-09-2006, 04:45 PM
  5. Site problems
    By Shanaar in forum Community Chat
    Replies: 10
    Last Post: 05-14-2006, 01:15 AM
All times are GMT -5. The time now is 09:12 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search