This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Changes

Jump to: navigation, search

Modding:Modder Guide/Get Started

2 bytes added, 09:06, 19 February 2019
m
Why do mods use SMAPI?: fixed some minor typos
# Rewrite your mod for crossplatform compatibility when it's loaded. That lets you write mod code without worrying about the differences between the Linux/Mac/Windows versions of the game.
# Rewrite your mod to update it. SMAPI detects and fixes mod code broken by a game update in common cases.
# Intercept errors. If your mod crashes or causes an error, SMAPI will intercept the error, show the error details in the console window, and in most cases automatically recovers recover the game. This means your mod won't accidentally crash the game, and it makes it much easier to troubleshoot errors.
# Provide update checks. SMAPI automatically alerts players when a new version of your mod is available.
# Provide compatibility checks. SMAPI automatically detects when your mod is incompatible and disables it before it causes problems, so players aren't left with broken games.
12
edits

Navigation menu