summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/StardewModdingAPI.config.json
blob: 9438c6214d9d3cb0a3d3b8a379182bd86c4ae127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
/*



This file contains advanced configuration for SMAPI. You generally shouldn't change this file.



*/
{
  /**
   * Whether to enable features intended for mod developers. Currently this only makes TRACE-level
   * messages appear in the console.
   */
  "DeveloperMode": true,

  /**
   * Whether SMAPI should check for a newer version when you load the game. If a new version is
   * available, a small message will appear in the console. This doesn't affect the load time even
   * if your connection is offline or slow, because it happens in the background.
   */
  "CheckForUpdates": true,

  /**
   * A list of mod versions SMAPI should consider compatible or broken regardless of whether it
   * detects incompatible code. Each record can be set to `AssumeCompatible` or `AssumeBroken`.
   * Changing this field is not recommended and may destabilise your game.
   */
  "ModCompatibility": [
    {
      "Name": "AccessChestAnywhere",
      "ID": "AccessChestAnywhere",
      "UpperVersion": "1.1",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/257",
      "UnofficialUpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/518",
      "Notes": "Crashes with 'Method not found: Void StardewValley.Item.set_Name(System.String)'."
    },
    {
      "Name": "Almighty Tool",
      "ID": "AlmightyTool.dll",
      "UpperVersion": "1.1.1",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/439",
      "Notes": "Uses obsolete StardewModdingAPI.Extensions."
    },
    {
      "Name": "Better Sprinklers",
      "ID": "SPDSprinklersMod",
      "UpperVersion": "2.3",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/41",
      "Notes": "Uses obsolete StardewModdingAPI.Extensions."
    },
    {
      "Name": "Better Sprinklers",
      "ID": "Speeder.BetterSprinklers",
      "UpperVersion": "2.3",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/41",
      "Notes": "ID changed in 2.3. Uses obsolete StardewModdingAPI.Extensions."
    },
    {
      "Name": "Chest Label System",
      "ID": "SPDChestLabel",
      "UpperVersion": "1.5",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/242",
      "Notes": "Not compatible with Stardew Valley 1.1+"
    },
    {
      "Name": "Chests Anywhere",
      "ID": "ChestsAnywhere",
      "UpperVersion": "1.8.2",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/518",
      "Notes": "Crashes with 'Method not found: Void StardewValley.Menus.TextBox.set_Highlighted(Boolean)'."
    },
    {
      "Name": "Chests Anywhere",
      "ID": "Pathoschild.ChestsAnywhere",
      "UpperVersion": "1.9-beta",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/518",
      "Notes": "ID changed in 1.9. Crashes with InvalidOperationException: 'The menu doesn't seem to have a player inventory'."
    },
    {
      "Name": "CJB Automation",
      "ID": "CJBAutomation",
      "UpperVersion": "1.4",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/211",
      "Notes": "Crashes with 'Method not found: Void StardewValley.Item.set_Name(System.String)'."
    },
    {
      "Name": "CJB Cheats Menu",
      "ID": "CJBCheatsMenu",
      "UpperVersion": "1.12",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/4",
      "Notes": "Not compatible with Stardew Valley 1.1+"
    },
    {
      "Name": "CJB Item Spawner",
      "ID": "CJBItemSpawner",
      "UpperVersion": "1.5",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/93",
      "Notes": "Not compatible with Stardew Valley 1.1+"
    },
    {
      "Name": "CJB Show Item Sell Price",
      "ID": "CJBShowItemSellPrice",
      "UpperVersion": "1.6",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/93",
      "Notes": "Uses SMAPI's internal SGame class."
    },
    {
      "Name": "Cooking Skill",
      "ID": "CookingSkill",
      "UpperVersion": "1.0.3",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/522",
      "Notes": "Crashes with 'Method not found: Void StardewValley.Buff..ctor(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, System.String)'."
    },
    {
      "Name": "Enemy Health Bars",
      "ID": "SPDHealthBar",
      "UpperVersion": "1.7",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/193",
      "Notes": "Uses obsolete GraphicsEvents.DrawTick."
    },
    {
      "Name": "Entoarox Framework",
      "ID": "eacdb74b-4080-4452-b16b-93773cda5cf9",
      "UpperVersion": "1.6.5",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://community.playstarbound.com/resources/4228",
      "Notes": "Uses obsolete StardewModdingAPI.Inheritance.SObject until 1.6.1; then crashes until 1.6.4 ('Entoarox Framework requested an immediate game shutdown: Fatal error attempting to update player tick properties System.NullReferenceException: Object reference not set to an instance of an object. at Entoarox.Framework.PlayerHelper.Update(Object s, EventArgs e)')."
    },
    {
      "Name": "Extended Fridge",
      "ID": "Mystra007ExtendedFridge",
      "UpperVersion": "1.0",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/485",
      "Notes": "Actual upper version is 0.94, but mod incorrectly sets it to 1.0 in the manifest. Crashes with 'Field not found: StardewValley.Game1.mouseCursorTransparency'."
    },
    {
      "Name": "Get Dressed",
      "ID": "GetDressed.dll",
      "UpperVersion": "3.2",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/331",
      "Notes": "Crashes with NullReferenceException in GameEvents.UpdateTick."
    },
    {
      "Name": "Lookup Anything",
      "ID": "LookupAnything",
      "UpperVersion": "1.10",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/541",
      "Notes": "Crashes with FormatException when looking up NPCs."
    },
    {
      "Name": "Lookup Anything",
      "ID": "Pathoschild.LookupAnything",
      "UpperVersion": "1.10.1",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/541",
      "Notes": "ID changed in 1.10.1. Crashes with FormatException when looking up NPCs."
    },
    {
      "Name": "Makeshift Multiplayer",
      "ID": "StardewValleyMP",
      "Compatibility": "AssumeBroken",
      "UpperVersion": "0.2.10",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/501",
      "Notes": "Uses obsolete GraphicsEvents.OnPreRenderHudEventNoCheck."
    },
    {
      "Name": "NoSoilDecay",
      "ID": "289dee03-5f38-4d8e-8ffc-e440198e8610",
      "UpperVersion": "0.5",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/237",
      "Notes": "Uses obsolete StardewModdingAPI.Extensions and Assembly.GetExecutingAssembly().Location."
    },
    {
      "Name": "NPC Map Locations",
      "ID": "NPCMapLocationsMod",
      "LowerVersion": "1.42",
      "UpperVersion": "1.43",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/239",
      "ReasonPhrase": "this version has an update check error which crashes the game"
    },
    {
      "Name": "Point-and-Plant",
      "ID": "PointAndPlant.dll",
      "UpperVersion": "1.0.2",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/572",
      "Notes": "Uses obsolete StardewModdingAPI.Extensions."
    },
    {
      "Name": "Save Anywhere",
      "ID": "SaveAnywhere",
      "UpperVersion": "2.0",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/444",
      "Notes": "Depends on StarDustCore."
    },
    {
      "Name": "StackSplitX",
      "ID": "StackSplitX.dll",
      "UpperVersion": "1.0",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/798",
      "Notes": "Uses SMAPI's internal SGame class."
    },
    {
      "Name": "StarDustCore",
      "ID": "StarDustCore",
      "UpperVersion": "1.0",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://www.nexusmods.com/stardewvalley/mods/683",
      "Notes": "Crashes with 'Method not found: Void StardewModdingAPI.Command.CallCommand(System.String)'."
    },
    {
      "Name": "Teleporter",
      "ID": "Teleporter",
      "UpperVersion": "1.0.2",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://community.playstarbound.com/resources/4374",
      "Notes": "Crashes with 'InvalidOperationException: The StardewValley.Menus.MapPage object doesn't have a private 'points' instance field'."
    },
    {
      "Name": "Zoryn's Better RNG",
      "ID": "76b6d1e1-f7ba-4d72-8c32-5a1e6d2716f6",
      "UpperVersion": "1.5",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://community.playstarbound.com/threads/108756",
      "Notes": "Uses SMAPI's internal SGame class."
    },
    {
      "Name": "Zoryn's Calendar Anywhere",
      "ID": "a41c01cd-0437-43eb-944f-78cb5a53002a",
      "UpperVersion": "1.5",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://community.playstarbound.com/threads/108756",
      "Notes": "Uses SMAPI's internal SGame class."
    },
    {
      "Name": "Zoryn's Health Bars",
      "ID": "HealthBars.dll",
      "UpperVersion": "1.5",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://community.playstarbound.com/threads/108756",
      "Notes": "Uses SMAPI's internal SGame class."
    },
    {
      "Name": "Zoryn's Movement Mod",
      "ID": "8a632929-8335-484f-87dd-c29d2ba3215d",
      "UpperVersion": "1.5",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://community.playstarbound.com/threads/108756",
      "Notes": "Uses SMAPI's internal SGame class."
    },
    {
      "Name": "Zoryn's Regen Mod",
      "ID": "dfac4383-1b6b-4f33-ae4e-37fc23e5252e",
      "UpperVersion": "1.5",
      "Compatibility": "AssumeBroken",
      "UpdateUrl": "http://community.playstarbound.com/threads/108756",
      "Notes": "Uses SMAPI's internal SGame class."
    }
  ]
}