RTSS Overlay Editor Megathread

Discussion in 'MSI AfterBurner Application Development Forum' started by Haldi, Jan 26, 2021.

  1. Unwinder

    Unwinder Ancient Guru Staff Member

    Messages:
    16,599
    Likes Received:
    5,064
    Ah, I didn't pay attention to the fact that you named it as just plain "CPU". %CPU%, %GPU%, %RAM% and few other (%CPUFull% etc) are reserved macroses for displaying system specs in overlay. It is allowed to override them by creating similar named data source, but you cannot use such sources for anything else.
     
  2. Unwinder

    Unwinder Ancient Guru Staff Member

    Messages:
    16,599
    Likes Received:
    5,064
  3. Amaze

    Amaze Ancient Guru

    Messages:
    4,001
    Likes Received:
    1,145
    GPU:
    3060 ti 2075/7800
    Yeah makes sense. It just got imported that way by HWinfo. Anyway, everything is working now.
     
  4. bobnewels

    bobnewels Maha Guru

    Messages:
    1,148
    Likes Received:
    799
    GPU:
    amd
    If interested I put a download link for 170+ bars,gauges etc that can be used with animation timer.I done most up in paint or downloaded some from the net and resized them. So some good ones some crap ones but ones you may like or not.I have hundred more but did not post them.
    They can also be used in Aida sensor panels for PC,Tablets,small screens or what ever.
    https://forums.guru3d.com/threads/rtss-overlay-editor-megathread.436443/page-8#post-5979250

    Or you can do stuff like this.Quick Pacman overlay
     
    Dan Longman likes this.

  5. Dan Longman

    Dan Longman Master Guru

    Messages:
    200
    Likes Received:
    139
    GPU:
    STRIX 3080
    that is pretty awesome.
     
    bobnewels likes this.
  6. bobnewels

    bobnewels Maha Guru

    Messages:
    1,148
    Likes Received:
    799
    GPU:
    amd
    Thanks,did it in paint.net screwing around for fun.
     
  7. BlindBison

    BlindBison Ancient Guru

    Messages:
    2,098
    Likes Received:
    903
    GPU:
    RTX 3070
    Apologies, but I'm a bit confused -- to use this "OverlayEditor" in conjunction with RTSS, I had thought we had to download MSI Afterburner. Is it now available as a stand alone app to download alongside RTSS or have I misunderstood something? I'm trying to migrate over to using the overlay editor from HWiNFO64 as that overlay appears to have a number of issues for whatever reason when importing data from RTSS. Thanks,

    Googing around for "RTSS OverlayEditor Download" brought me here, but I see users download MSI Afterburner to configure these kinds of overlays all the time (I used to use that app myself, just asking if now there's another way since in the images I don't see the Afterburner window open, just RTSS windows). Thanks,
     
  8. Unwinder

    Unwinder Ancient Guru Staff Member

    Messages:
    16,599
    Likes Received:
    5,064
    It is a standalone solution, RTSS itself contains monitoring core integrated into OverlayEditor now and provides the set of sensors majority of users need. Any additional sensors can be also imported directly into OverlayEditor from AIDA/HwInfo if necessary. MSI AB is not required for that.
     
  9. wasteomind

    wasteomind Master Guru

    Messages:
    398
    Likes Received:
    14
    GPU:
    EVGA RTX 3090 FTW3
    Does the HWinfo data import require the paid shared memory sensor support? The one that shuts off in 12 hours with the free download.
     
  10. Andy_K

    Andy_K Master Guru

    Messages:
    761
    Likes Received:
    187
    GPU:
    MSI GTX 960 OC
    as you say it. HWInfo shut it off after 12h of continuous use, when you restart PC (maybe even HWInfo?) you 'll get 12h again.
     

  11. Unwinder

    Unwinder Ancient Guru Staff Member

    Messages:
    16,599
    Likes Received:
    5,064
    Found new stylish and artistic overlay layout, created with OverlayEditor. Sadly the creator prefer to keep it private for his youtube channel:

     
    vLaDv, realghostvids and Dan Longman like this.
  12. Unwinder

    Unwinder Ancient Guru Staff Member

    Messages:
    16,599
    Likes Received:
    5,064
  13. wasteomind

    wasteomind Master Guru

    Messages:
    398
    Likes Received:
    14
    GPU:
    EVGA RTX 3090 FTW3
    Nothing too fancy as I'm just learning this but here is my simple-ish overlay for now.

    RTSS overlay.png
     
    realghostvids likes this.
  14. FireGate_13

    FireGate_13 Member

    Messages:
    11
    Likes Received:
    0
    GPU:
    Twintech 9800GT
    I want a new OVL for my SteamDeck. Just like the default in SteamOs but working in Windows. Can you help?
     
  15. Andy_K

    Andy_K Master Guru

    Messages:
    761
    Likes Received:
    187
    GPU:
    MSI GTX 960 OC
    I'm very disappointed, this thread was created to be a resource to look up information about RTSS OverlayEditor.
    Now it's just another "Look what I have done!" and "Can you help me?" because users do not create their own thread for their issues but hijacking this one. :(
     

  16. Alex Sandro

    Alex Sandro New Member

    Messages:
    1
    Likes Received:
    1
    GPU:
    GTX 1650 Super
    does anyone have an RTSS OSD like this for shared?
    CS.RIN.RU_-_Steam_Underground_Community_•_View_top  001008.png
     
    BlindBison likes this.
  17. Kourinn

    Kourinn New Member

    Messages:
    9
    Likes Received:
    12
    GPU:
    AMD Radeon RX 6800
    Wow! How did I not know this extension existed!?!

    I have been using RTSS for many years, but I thought I always had to use something like HWiNFO to inject the stats. I always had a bland, single-color, text-only stats overlay.

    Adding graphs and conditional colors makes noticing issues way easier. I am very happy with my new overlay! Thanks for developing this extension!

    [​IMG]
     
    Unwinder and Andy_K like this.
  18. Kourinn

    Kourinn New Member

    Messages:
    9
    Likes Received:
    12
    GPU:
    AMD Radeon RX 6800
    I figured I'd share a couple tricks I figured out.
    • You can create horizontal lines in any color using a frametime bar graph with min and max set to 0.
      • This is nice for creating simple dividers between same-colored rows.
    • If you're constrained on space, where 99% fits but 100% overflows, you can cap the data to 99% with the correction formula: x - x/100
      • Because of how integer division is implemented, 99.0 / 100 = 0 and 100.0 / 100 = 1, so only 100% gets reduced by 1 to 99%.
     
    BlindBison and Unwinder like this.
  19. Unwinder

    Unwinder Ancient Guru Staff Member

    Messages:
    16,599
    Likes Received:
    5,064
    That’s unnecessary overhead in hypertext space, embedded buffer space and rendering performance. <B> tag allows you to embed custom sized bar (single pixel height for this specific case) directly.
     
    BlindBison and Kourinn like this.
  20. Kourinn

    Kourinn New Member

    Messages:
    9
    Likes Received:
    12
    GPU:
    AMD Radeon RX 6800
    Thanks! I somehow missed that. However, setting height directly (in-pixels) will not work in all cases.

    When RTSS is configured to one of the bottom corners, drawing a bottom border (i.e. with 19px font height: <P=1,19><B=1120,1>) causes the overlay to shift up one symbol height.

    [​IMG]

    As a workaround, I can create a separate layer with symbol dimensions, then use text size to shrink the layer and Shift+Left to lower it into place. Following the previous example, with 19px symbol height, I can create a 112 symbol wide bottom border by making a <B=-2240,-1> layer with 5% text size and shrink layer to content, then shift+left 18 times. Thus the bottom offset is fixed.

    [​IMG]
     
    BlindBison likes this.

Share This Page