Getting Started - Making a Stardew Valley Mod - Episode 1

XxHarvzBackxX
XxHarvzBackxX
29.8 هزار بار بازدید - 3 سال پیش - Hey! In this series, I'll
Hey! In this series, I'll guide you through everything you need to know to make a Stardew Valley mod! In this episode, we make a content.json file and a manifest.json file!
---------------------------------------------------------------------------------------------------------------------------
Things I mentioned in the video:
#1 - SMAPI - https://smapi.io/
#2 - Content Patcher - https://www.nexusmods.com/stardewvall...
#3 - Manifest.json Template -
{
   "Name": "NAME",
   "Author": "AUTHORNAME",
   "Version": "1.0.0",
   "Description": "DESCRIPTION",
   "UniqueID": "AUTHORNAME.NAME",
   "UpdateKeys": [ "Nexus:???" ],
   "ContentPackFor": {
     "UniqueID": "Pathoschild.ContentPatcher"
   }
 }

#4 - Content.json Template -
{
   "Format": "1.23.0",

   "CustomLocations": [
      // add the in-game location
      {
         "Name": "Custom_Village",
         "FromMapFile": "assets/Map.tmx"
      }
   ]
}

Code Editors I recommend:
https://code.visualstudio.com/ - Visual Studio Code (the one I use)
https://atom.io/ - Atom (good for python coding, good for source control via GitHub)
https://notepad-plus-plus.org/ - Notepad++
https://www.sublimetext.com/ - Sublime Text
3 سال پیش در تاریخ 1400/06/09 منتشر شده است.
29,836 بـار بازدید شده
... بیشتر