summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index d153428b..140c15fa 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,16 @@
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