Différences entre versions de « Modding:Index »

De Stardew Valley Wiki
Sauter à la navigation Sauter à la recherche
(Création de l'index pour la page "Modding" en prévision de la traduction du guide anglophone)
 
(add rest of page)
Ligne 1 : Ligne 1 :
 
Les '''mods''' sont des paquets de fichiers qui modifient Stardew Valley d'une manière ou d'une autre. Les mods peuvent ajouter des fonctionnalités, modifier les mécanismes du jeu, apporter des changements cosmétiques, et bien plus encore.
 
Les '''mods''' sont des paquets de fichiers qui modifient Stardew Valley d'une manière ou d'une autre. Les mods peuvent ajouter des fonctionnalités, modifier les mécanismes du jeu, apporter des changements cosmétiques, et bien plus encore.
 +
{{Traduire}}
 +
==Using mods==
 +
{|
 +
|-
 +
|style="border: 2px solid rgb(0, 116, 72); background: rgba(3, 160, 7, 0.1); padding: 1em;"| <span style="font-size: larger;">'''[[Modding:Player Guide/Getting Started|Using mods]]'''</span><br />How to install SMAPI, use mods, and troubleshoot them. Includes the compatibility list.
 +
|}
 +
 +
* [[Modding:Help|Get help or ask question]]
 +
* [[Modding:Community|Join the community]]
 +
* [[Modding:Using XNB mods|Using XNB mods]] (not recommended)
 +
 +
==Creating mods==
 +
{|
 +
|-
 +
|style="border: 2px solid rgb(0, 116, 72); background: rgba(3, 160, 7, 0.1); padding: 1em;"| <span style="font-size: larger;">'''[[Modding:Modder Guide/Get Started|Creating SMAPI mods]]'''</span><br />How to create SMAPI mods, with tutorials and documentation. This includes the full SMAPI API + event reference.
 +
|-
 +
|style="border: 2px solid rgb(0, 116, 72); background: rgba(3, 160, 7, 0.1); padding: 1em;"| <span style="font-size: larger;">'''[[Modding:Content pack frameworks|Creating content packs]]'''</span><br />How to create content packs for frameworks like Content Patcher.
 +
|-
 +
|style="border: 2px solid rgb(0, 116, 72); background: rgba(3, 160, 7, 0.1); padding: 1em;"| <span style="font-size: larger;">'''[[Modding:Translations|Translating mods]]'''</span><br />How to contribute mod translations for any language supported by the game. (And for modders, how to enable and request translations.)
 +
|}
 +
 +
* ''Looking for something specific? Try [{{fullurl:Special:Search|ns570=1}} searching the <samp>Modding</samp> namespace].''
 +
* [[Modding:Help|Get help or ask question]]
 +
* [[Modding:Community|Join the community]]
 +
* [[Modding:Open source|Open source]]
 +
 +
===Advanced topics===
 +
* '''[[Modding:Modder Guide/APIs|SMAPI API reference]]''' (also on the sidebar in the "Creating SMAPI mods" guide above)
 +
* '''[https://stardewmodding.miraheze.org Modding tutorials wiki]'''
 +
* [[Modding:Common tasks|Common tasks (SMAPI mods)]]
 +
* [[Modding:Specific Examples|Specific Examples (SMAPI mods)]]
 +
* [[Modding:Editing XNB files|Editing XNB files]]
 +
* [[Modding:IDE reference|IDE reference]]
 +
 +
* Game:
 +
** [[Modding:Audio|Audio]]
 +
** [[Modding:Custom languages|Custom languages]]
 +
** [[Modding:Console commands|Console commands]]
 +
 +
* NPCs:
 +
** [[Modding:NPC data|Overview]]
 +
** [[Modding:Dialogue|Dialogue]]
 +
** [[Modding:Event data|Events]]
 +
** [[Modding:Gift taste data|Gift tastes]]
 +
** [[Modding:Quest data|Quests]]
 +
** [[Modding:Schedule data|Schedules]]
 +
 +
* Item data:
 +
** [[Modding:Items|Items]]
 +
** [[Modding:Crop data|Crops]]
 +
** [[Modding:Fruit trees|Fruit trees]]
 +
 +
* Other content:
 +
** [[Modding:Animal data|Animals]]
 +
** [[Modding:Achievement data|Achievements]]
 +
** [[Modding:Blueprint data|Blueprints]]
 +
** [[Modding:Bundles|Bundles]]
 +
** [[Modding:Farmer sprite|Farmer sprite]]
 +
** [[Modding:Festival data|Festivals]]
 +
** [[Modding:Fish data|Fish]]
 +
** [[Modding:Fish Pond data|Fish Ponds]]
 +
** [[Modding:Location data|Locations]]
 +
** [[Modding:Maps|Maps]]
 +
** [[Modding:Mail data|Mail]]
 +
** [[Modding:Monster data|Monsters]]
 +
** [[Modding:Movie theater data|Movie theater]]
 +
** [[Modding:Recipe data|Recipes]]
 +
** [[Modding:Special orders|Special orders]]
 +
** [[Modding:Weather data|Weather]]
 +
 +
===Migration guides===
 +
{| class="wikitable"
 +
|-
 +
! release
 +
! date released
 +
|-
 +
| [[Modding:Migrate to SMAPI 2.0|SMAPI 2.0]] || October 2017
 +
|-
 +
| [[Modding:Migrate to Stardew Valley 1.3|Stardew Valley 1.3]] || May 2018
 +
|-
 +
| [[Modding:Migrate XNB changes to Stardew Valley 1.3|Stardew Valley 1.3 (XNB changes)]] || May 2018
 +
|-
 +
| [[Modding:Migrate to Stardew Valley 1.3.36|Stardew Valley 1.3.36]] || March 2019
 +
|-
 +
| [[Modding:Migrate to Stardew Valley 1.4|Stardew Valley 1.4]] || November 2019
 +
|-
 +
| [[Modding:Migrate to SMAPI 3.0|SMAPI 3.0]] || November 2019
 +
|-
 +
| [[Modding:Migrate to Stardew Valley 1.5|Stardew Valley 1.5]] || December 2020
 +
|-
 +
| [[Modding:Migrate to 64-bit on Windows|64-bit on Windows]] || May 2021
 +
|-
 +
| [[Modding:Migrate to Harmony 2.0|Harmony 2.0]] || July 2021
 +
|-
 +
| [[Modding:Migrate to Stardew Valley 1.5.5|Stardew Valley 1.5.5]] || November 2021
 +
|-
 +
| [[Modding:Migrate to SMAPI 4.0|SMAPI 4.0]] || ''upcoming''
 +
|-
 +
| [[Modding:Migrate to Stardew Valley 1.6|Stardew Valley 1.6]] || ''upcoming''
 +
|}
 +
 +
===See also===
 +
* Pixel art resources:
 +
** [https://sundrop.kvdk.net/art-guide Stardew Valley art style guide]
 +
** [https://pixeljoint.com/forum/forum_posts.asp?TID=11299&PID=139322 Pixel art tutorial on Pixel Joint]
 +
** [https://medium.com/pixel-grimoire/how-to-start-making-pixel-art-2d1e31a5ceab Pixel art guide on Medium]
 +
* Content pack resources:
 +
** [https://docs.google.com/spreadsheets/d/1CpDrw23peQiq-C7F2FjYOMePaYe0Rc9BwQsj3h6sjyo The great ID spreadsheet]
 +
** [https://stardewmodding.miraheze.org/wiki/Custom_NPC_Tiles Custom NPC festival tile positions]
 +
* Useful tools:
 +
** [https://smapi.io/mods SMAPI mod compatibility list] ([[Modding:Mod compatibility|you can edit it!]])
 +
** [https://smapi.io/log SMAPI log parser]
 +
** [https://smapi.io/json JSON validator]
 +
* [[User:Kdau#Notes on Android SMAPI modding|Kdau's notes on Android SMAPI modding]]
 +
* [[User:Dem1se#Getting_Started_with_Making_UIs| Dem1se's getting started guide on mod UIs]]
 +
 +
[[Category:Modding| ]]
 +
 +
[[de:Modding:Index]]
 +
[[en:Modding:Index]]
 +
[[es:Modding:Índice]]
 +
[[pt:Modificações:Índice]]
 +
[[ru:Модификации:Индекс]]
 +
[[zh:使用模组:目录]]

Version du 17 août 2022 à 18:58

Les mods sont des paquets de fichiers qui modifient Stardew Valley d'une manière ou d'une autre. Les mods peuvent ajouter des fonctionnalités, modifier les mécanismes du jeu, apporter des changements cosmétiques, et bien plus encore.

Robin building.png
« « J'ai encore beaucoup de travail à faire »
— Robine

Traduction incomplète

Cet article ou cette section n'a pas été complètement traduit en français. Vous êtes invités à aider à sa traduction en la révisant.
Dernière modification par Margotbean le 2022-08-17 18:58:00.

Using mods

Using mods
How to install SMAPI, use mods, and troubleshoot them. Includes the compatibility list.

Creating mods

Creating SMAPI mods
How to create SMAPI mods, with tutorials and documentation. This includes the full SMAPI API + event reference.
Creating content packs
How to create content packs for frameworks like Content Patcher.
Translating mods
How to contribute mod translations for any language supported by the game. (And for modders, how to enable and request translations.)

Advanced topics

Migration guides

release date released
SMAPI 2.0 October 2017
Stardew Valley 1.3 May 2018
Stardew Valley 1.3 (XNB changes) May 2018
Stardew Valley 1.3.36 March 2019
Stardew Valley 1.4 November 2019
SMAPI 3.0 November 2019
Stardew Valley 1.5 December 2020
64-bit on Windows May 2021
Harmony 2.0 July 2021
Stardew Valley 1.5.5 November 2021
SMAPI 4.0 upcoming
Stardew Valley 1.6 upcoming

See also