Added files via upload

This commit is contained in:
janavarro95 2016-04-24 22:40:31 -07:00
parent efade7211e
commit 404e1aaf65
6 changed files with 97 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,20 @@
Config: Custom_Shop_Redux. Feel free to mess with these settings.
====================================================================================
Key binding for saving anywhere. Press this key to save anywhere!
U

View File

@ -0,0 +1,29 @@
Custom Shop Name: Josh's Shop
Items for sale:
=============================================================================
Object ID
456
Is it a Recipe?
false
Price of item. (In_game price = this value *2)
999
Quality of the item (0= normal, 1 = silver, 2=gold)
20
=============================================================================
Object ID
388
Is it a Recipe?
false
Price of item. (In_game price = this value *2)
100
Quality of the item (0= normal, 1 = silver, 2=gold)
0
===========================================================================
Object ID
475
Is it a Recipe?
false
Price of item. (In_game price = this value *2) If -1 then inherits object's default price.
-1
Quality of the item (0= normal, 1 = silver, 2=gold)
0

View File

@ -0,0 +1,20 @@
Custom Shop Name: Josh's Shop
Items for sale:
=============================================================================
Object ID
345
Is it a Recipe?
false
Price of item. (In_game price = this value *2)
350
Quality of the item (0= normal, 1 = silver, 2=gold)
0
=============================================================================
Object ID
346
Is it a Recipe?
false
Price of item. (In_game price = this value *2)
500
Quality of the item (0= normal, 1 = silver, 2=gold)
0

View File

@ -0,0 +1,14 @@
This is the custom shop mod!
Basically making a custom shop is as simple as following the formatting in the pre-existsing custom_shops in a new text file.
If you ever wish to call the mod without the menu in your own mod, simply call shop_file_call("myfilename.txt") in your Stardew Valley Mod.
(Make sure you add a reference to this mod.)
The full call would look something like.
Custom_Shop_Mod_Redux.Class1.shop_file_call("file.txt");
Where file.txt is the name of the shop info you wish to open.
Make sure the formatting is correct otherwise you will get errors!

View File

@ -0,0 +1,14 @@
{
"Name": "CustomShopMod-Redux_GUI",
"Authour": "Alpha_Omegasis",
"Version": {
"MajorVersion": 0,
"MinorVersion": 0,
"PatchVersion": 1,
"Build": ""
},
"Description": "A nice way to make custom shops.",
"UniqueID": "4be88c18-b6f3-49b0-ba96-f94b1a5be890",
"PerSaveConfigs": false,
"EntryDll": "Custom_Shop_Mod_Redux_GUI.dll"
}