Stardew_Valley_Mods/CustomShopMod_Redux_GUI/ReadMe.md

27 lines
1.1 KiB
Markdown
Raw Normal View History

2016-04-25 13:44:07 +08:00
Custom_Shop_Mod_Redux_GUI v 1.0.0
For SDV 1.0.7 and SMAPI v0.40
Posted at 10:42 PM PST 4/24/16
This is the custom_shop_mod_redux which is a second, much better attempt at adding custom shops into StardewValley!
***Not to be confused with the custon_shop_mod which was it's precessor and was based around the SMAPI console.
Basically making a custom shop is as simple as following the formatting in the pre-existsing custom_shops in a new text file.
2016-04-25 14:06:00 +08:00
You can access these custom shops by pressing a key. (The U key by default, which is configurable in the config file)
2016-04-25 13:44:07 +08:00
Make sure the formatting is correct otherwise you will get errors!
Have fun with this one! I hope to see all of the custom shops that you all put out!
2016-04-25 14:14:33 +08:00
If you wish to call this mod in your own mod without the menu the code would be
Custom_Shop_Mod_Redux.Class1.external_shop_file_call(path, filename);
Where path is the directory path of the desired text file, and filename is the name of the file inside of the path directory.
*Note that path will not include the file itself. The code will take care of that for you.