Changes

Jump to navigation Jump to search
m
→‎Why do mods use SMAPI?: fixed some minor typos
Line 14: Line 14:  
# 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 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.
 
# 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 the game. This means your mod won't accidentally crash the game, and makes it much easier to troubleshoot errors.
+
# 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 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 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.
 
# 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.
15

edits

Navigation menu