Modding Help Help with drawing menus

Discussion in 'Mods' started by e282757, Mar 25, 2018.

  1. e282757

    e282757 Space Hobo

    Hi. I hope this is the right place to post this. I started learning how to mod quite recently and still can't find out how to draw things in game, like creating custom menus. Could someone please explain it to me or link a guide. I have been looking around for some time and couldn't find anything, created this account to post this.

    Thanks.
     
    • Pathoschild

      Pathoschild Tiy's Beard

      Hi @e282757. You'll need to create a SMAPI mod to add custom menus or draw things in-game. See creating a SMAPI mod on the wiki for a guide to creating an initial mod. Once that's done, you can create a custom menu by subclassing StardewValley.Menus.IClickableMenu, and show it in-game by setting Game1.activeClickableMenu to an instance of your new menu. Feel free to ask in #modding on Discord if you have questions or something isn't clear. :)
       
      • e282757

        e282757 Space Hobo

        Thank you I'll try it out!
         

        Share This Page