Making a Stardew Valley Mod from Scratch

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ต.ค. 2024
  • Learn how to make a Stardew Valley mod completely from scratch. This video contains everything from project setup until final build.
    While fixing my DeepWoods mod I encountered a bug that allowed picking up rocks, twigs, and weeds. After figuring out the cause of the bug, a user in the comments suggested making a mod that adds the bug as a feature. And here we are.
    Find the mod here: www.nexusmods....
    Source code: github.com/max...
    Modding Guide: stardewvalleyw...
    Video where I discover the bug: • Part 6: Updating DeepW...
    💖 If you love my work, consider supporting me on Patreon or Ko-Fi. If you want to stay up-to-date subscribe and join my Discord. Also check out my other videos on this channel. Thank you! 💖
    🌐 Discord: / discord
    🍵 Ko-Fi: www.ko-fi.com/...
    💸 Patreon: / maxmakesmods
    📝 Github: github.com/max...

ความคิดเห็น • 10

  • @antiquatedmizfit
    @antiquatedmizfit วันที่ผ่านมา +1

    I love that you make these videos to let us know how the mods are going and explain what you are doing. I know nothing about coding and really appreciate your eye for detail and passion for your work

  • @solidaritymn
    @solidaritymn 10 ชั่วโมงที่ผ่านมา

    Thanks for the video! I've thought about learning C# so I can try my hand at game mods but never got around to figuring out at a basic level how it works -- now I don't have that excuse anymore!
    When you mentioned decompiling the game code -- do you not get the comments? I didn't see any when you were showing the game code and that would make it a lot harder to figure stuff out!

  • @nerdhaven300
    @nerdhaven300 2 วันที่ผ่านมา

    Ich würde auf Variante 1 tippen. :-) super das du das alles so im detail erklärst.

  • @EternalGamingNet
    @EternalGamingNet วันที่ผ่านมา

    Very neat mod idea!

  • @MawdyDev
    @MawdyDev 22 ชั่วโมงที่ผ่านมา

    4. I only ever hear it as "smappy," like slap-pea but with an m instead of an l

  • @freshpickings
    @freshpickings วันที่ผ่านมา +1

    I have always heard people pronounce SMAPI as smappy (rhymes with snappy)

    • @unhott1893
      @unhott1893 วันที่ผ่านมา

      I second this, but ultimately it's however is easiest for you to pronounce fast in a way that is understandable.

    • @MaxMakesMods
      @MaxMakesMods  วันที่ผ่านมา

      oh i love that one!

  • @unhott1893
    @unhott1893 วันที่ผ่านมา

    Thank you Max for your mod videos. I've learned a great deal - particularly that visual studio will decompile the game code. I was struggling for a while and didn't know that going to definition will just decompile for you.
    Question - Won't this pickup handler make objects that you can't normally place as placable, such as a prize ticket?

    • @MaxMakesMods
      @MaxMakesMods  วันที่ผ่านมา

      Oh it might as well. I didn't really test my code thoroughly :D