Modding Help How to go about modding?

Discussion in 'Mods' started by Zethariel, Mar 7, 2016.

  1. Zethariel

    Zethariel Void-Bound Voyager

    Hello there!

    I was hoping I could get some guidance on modding Stardew Valley. I've been looking around the forums and read about the APIs that are being made. From what I understand, most mods will come in the form of a DLL?

    I know a good bit of C# and worked with XNA before, so I'm curious how I'd go about injecting f.e. a random event/cutscene or new NPC? Is it even possible with how Stardew Valley is made now?
     
    • bdawson1993

      bdawson1993 Tentacle Wrangler

      At the moment its mostly explicatory. Once you've got set up the APIs will provide an event system, but if you want ought done you'll have to peek around mostly within Game1, and if you find anything encapsulate it and contribute to the API make everybody's modding life a little easier.
       

      Share This Page