1. Would there be a way to create a sample GUI(without working commands) out of game. Instead of having to be ingame to create it? Basically just a GUI editor out of game is what I am asking. Or if this is even possible. Thanks
     
  2. Wulf

    Wulf Community Admin

    Why would you want GUI outside of the game? The server has no control over the client when it is not connected to a server.
     
  3. I meant be able to create the GUI itself, and import it into a code structure. So essentially just create the code, but render the GUI outside of the game say if you don't want to launch rust. Just work on the GUI.
     
  4. Wulf

    Wulf Community Admin

    Sure it's possible, just write something that understands the anchor positions, accounts for resolutions, and accounts for existing GUI aspects of the game, then exports to either the CUI helper format for Oxide in C# or JSON.
     
  5. Hmm ok. Sounds like a fun project haha.
     
  6. Suggested this before, unfortunately it's out of my paygrade
     
  7. Could this help: RustCui - Editor

    Tells you the Min / Max XY for CUI placement
     
  8. :eek: Dude thanks! I needed this, just started working with CUI.