summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZoryn Aaron <zoryn4163@gmail.com>2016-03-02 16:36:26 -0500
committerZoryn Aaron <zoryn4163@gmail.com>2016-03-02 16:36:26 -0500
commit25302fe27125f5ff74b6258670fd465977e61450 (patch)
tree0952d984438c8ab97cf4a050ed9daad8ea007c40 /README.md
parent10a800f456fe865fdefb07e954d85d1753c2bbf7 (diff)
downloadSMAPI-25302fe27125f5ff74b6258670fd465977e61450.tar.gz
SMAPI-25302fe27125f5ff74b6258670fd465977e61450.tar.bz2
SMAPI-25302fe27125f5ff74b6258670fd465977e61450.zip
readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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