Docking a CUI

Discussion in 'Rust Development' started by Austinv900, Jul 19, 2016.

  1. Since the XP update I can't seem to figure out how to dock any cui's to the hud. Is it broken now? My CUI shows on every screen now even in the rust options menu. Fix yet?
     
  2. Wulf

    Wulf Community Admin

    About 2 weeks ago the HUD/Overlay was removed, and only Overlay was left but that overlaps all menus. You can use Hud or Hud.Under right now which Garry recently added, but none of those will work if you plan on having UI that you can interact with until their next update.
     
  3. Thank you @Wulf your amazing!
     
  4. How exactly would I use that.

    For example would I just get rid of /Overlay?

    Code:
    [JsonProperty("parent")]
                public string ParentName { get; set; } = "HUD/Overlay";
     
  5. Remove Overlay and change "HUD" to "Hud".
     
  6. Sweet! Thanks Shady <3 :*