Changes

Jump to navigation Jump to search
Line 7: Line 7:  
==Intro==
 
==Intro==
 
===What is a SMAPI mod?===
 
===What is a SMAPI mod?===
A SMAPI mod uses the [https://smapi.io/ SMAPI] modding API to extend the game logic. SMAPI provides events so mods can respond when something happens (like when an object is placed in the world), or periodically (like once per update tick).
+
A SMAPI mod uses the [https://smapi.io/ SMAPI] modding API to extend the game logic. The mod can respond when something happens in the game (like when an object is placed in the world), run code periodically (like once per update tick), change the game's assets and data, etc. SMAPI mods are written in C# using the .NET Framework, and Stardew Valley uses XNA/MonoGame for the game logic (drawing to the screen, user input, etc).
 
  −
SMAPI mods are written in C# using the .NET Framework, and Stardew Valley uses XNA/MonoGame for the game logic (drawing to the screen, user input, etc).
      
===Why do mods use SMAPI?===
 
===Why do mods use SMAPI?===
translators
8,447

edits

Navigation menu