From 25302fe27125f5ff74b6258670fd465977e61450 Mon Sep 17 00:00:00 2001 From: Zoryn Aaron Date: Wed, 2 Mar 2016 16:36:26 -0500 Subject: readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d153428b..39de51a1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ A Modding API For Stardew Valley See: https://github.com/Zoryn4163/SMAPI-Mods +NOTICE: THIS PROJECT IS STILL IN ALPHA +Mod directories: %appdata%\StardewValley\Mods\ and .\Mods\ <- That means next to StardewModdingApi.exe in the Mods folder! +To install a mod, put a DLL in one of those directories. If you are not on the latest version, do not post any errors, issues, etc. + + + +NOTICE: THIS PART AND ONWARD REQUIRE VISUAL STUDIOS AND KNOWLEDGE OF C# PROGRAMMING + You can create a mod by making a direct reference to the ModdingApi.exe From there, you need to inherit from StardewModdingAPI.Mod -- cgit