Main Page/fr: Difference between revisions

From Vintage Story Wiki
1,269 bytes removed ,  12 days ago
no edit summary
(Updating to match new version of source page)
Tags: Mobile edit Mobile web edit
No edit summary
 
(17 intermediate revisions by 3 users not shown)
Line 25: Line 25:
|-
|-
| valign="top" style="text-align: center;" |
| valign="top" style="text-align: center;" |
<div class="mw-translate-fuzzy">
<big>[https://www.vintagestory.at/blog.html/news/v1198-dot-the-is-and-cross-the-ts-r386/ Version 1.19.4] </big><br />
<big>[https://www.vintagestory.at/blog.html/news/v1191-dejank-redux-stabler-r375/ Version 1.19.1] </big><br />
Les points sur les i et les barres sur les t<br />
Débogage & amélioration - Plus stable !<br />
{{Date|2024|05|17}}
</div>
<!-- Unstable version commented out again
{{Date|2024|02|28}}
<!-- START OF COMMENT
    Commented until next pre-release (1.20)
|-
|-
! valign="top" style="text-align: center;" |Dernière version de test
! valign="top" style="text-align: center;" |Dernière version de test
|-
|-
| valign="top" style="text-align: center;" |<span style="align:center;"> <div class="mw-translate-fuzzy">
| valign="top" style="text-align: center;" |<span style="align:center;"> <big>[https://www.vintagestory.at/blog.html/news/v1195-rc23-yabatp-2-r382/ Version 1.19.5-rc.3]</big>
<big>[https://www.vintagestory.at/blog.html/news/v1190-rc6-dejank-redux-r372/ Version 1.19.0-rc.6]</big>
Encore d'autres débogages & améliorations<br />
Débuggage & amélioration<br />
{{Date|2024|03|19}}  
</div>
Remove comment when the 1.20 unstables start rolling out-->
{{Date|2024|01|14}}  
END OF COMMENT-->
|-
|-
! valign="top" style="text-align: center;" |Mises à jour récentes
! valign="top" style="text-align: center;" |Mises à jour récentes
|-
|-
|
|
<div class="mw-translate-fuzzy">
==== [https://www.vintagestory.at/blog.html/news/v1190-rc78-dejank-redux-r373/ v1.19.0-rc.8 Débogage & amélioration] ====
==== [https://www.vintagestory.at/blog.html/news/v1190-rc6-dejank-redux-r372/ v1.19.0-rc.6 Débogage & amélioration] ====
* Correction de bugs
* Correction de bugs
* Réglages
* Réglages
</div>
==== [https://www.vintagestory.at/blog.html/news/v118911810-stable-idle-server-ram-saver-r365/ Libération de RAM sur les serveurs en pause] ====
==== [https://www.vintagestory.at/blog.html/news/v118911810-stable-idle-server-ram-saver-r365/ Libération de RAM sur les serveurs en pause] ====
* Les serveurs de jeu peuvent à présent être lancés en mode pause
* Les serveurs de jeu peuvent à présent être lancés en mode pause
Line 168: Line 161:
|}
|}
{| class="wikitable frontmodding" style="margin-top: 40px; background: transparent; table-layout:fixed;"
{| class="wikitable frontmodding" style="margin-top: 40px; background: transparent; table-layout:fixed;"
! colspan="4" valign="top" style="text-align: center;" |Modder le jeu
! colspan="3" valign="top" style="text-align: center;" |Modder le jeu
|-
|-
! valign="top" style="text-align: center;" |Les bases du modding  
| colspan="3" |Vintage Story est créé d'une manière qui autorise n'importe qui à ajouter son propre contenu au jeu. Pour plus d'information et par où commencer, visiter la page de modding {{ll|Modding:Getting Started|Getting Started|nsp=0}}. Les liens ci-dessous vous mèneront à diverses pages de destination pour les sujets de modding.
! valign="top" style="text-align: center;" |Aller plus loin
! valign="top" style="text-align: center;" |Ressources pour les blocs et les objets
! valign="top" style="text-align: center;" |Ressources pour les entités et le monde
|-
|-
| valign="top" style="text-align: left;" |
! valign="top" style="text-align: center;" |Mods de contents
 
!Mods codés
*[[Modding:Getting_Started/fr|Pour commencer]]
!Autre
*[[Modding:Asset System/fr|Les ressources]]
*[[Modding:Basic Modding Examples/fr|Exemples de mods basiques]]
*[[Modding:VS Model Creator/fr|Logiciel Model Creator]]
*[[Modding:Textures/fr|Textures]]
*[[Modding:Creating Recipes/fr|Recettes sur grille]]
| valign="top" style="text-align: left;" |
 
*[[Modding:Modding Efficiently/fr|Modifier avec efficacité]]
*[[VTML/fr| Langage VTML]]
*[[Modding:Mod Packaging/fr|Empaqueter son mod]]
*[https://mods.vintagestory.at/ Le dépôt de mods]
*[[Modding:JSON Patching/fr| Patchs JSON]]
*[[Modding:The Remapper/fr| Outil de remappage]]
*[[Modding:Mod-Engine Compatibility/fr| Compatibilité]]
 
| valign="top" style="text-align: left;" |
 
*[[Modding:Basic Block/fr| Création d'un bloc]] ([[Basic Block/fr#Custom Shapes|Modèles personalisés]])
*[[Modding:Block Json Properties/fr| Propriétés JSON d'un bloc]]
*[[Modding:Basic Item/fr| Création d'un objet]]
*[[Modding:Item Json Properties/fr| Propriétés JSON d'un objet]]
| valign="top" style="text-align: left;" |
 
*[[Modding:Basic Entity/fr|Création d'une entité]]
*[[Modding:Entity Json Properties/fr|Propriétés JSON d'entité]]
*[[Modding:WorldGen Configuration/fr|Modifier la création du monde]]
 
|-
! valign="top" style="text-align: center;" |Les bases de la programmation
! valign="top" style="text-align: center;" |Objets du jeu
! colspan="2;" valign="top" style="text-align: center;" |API
|-
|-
| valign="top" style="text-align: left;" |
| valign="top" style="text-align: left;" |
 
* {{ll|Modding:Content Mods|Content Mods|nsp=0}}
*[[Modding:Setting up your Development Environment/fr| Configuration pour le développement]]
* {{ll|Modding:Developing a Content Mod|Developing a Content Mod|nsp=0}}
*[https://github.com/anegostudios/vsmodexamples Exemples de mods]
* {{ll|Modding:Basic Content Tutorials|Basic Content Tutorials|nsp=0}}
*[[Modding:Programming Languages/fr|Apprendre les langages de programmation]]
* {{ll|Modding:Intermediate Content Tutorials|Intermediate Content Tutorials|nsp=0}}
* {{ll|Modding:Advanced Content Tutorials|Advanced Content Tutorials|nsp=0}}
* {{ll|Modding:Other Content Tutorials|Other Content Tutorials|nsp=0}}
* {{ll|Modding:Content Mod Concepts|Content Mod Concepts|nsp=0}}
| valign="top" style="text-align: left;" |
| valign="top" style="text-align: left;" |
 
*{{ll|Modding:Code Mods|Code Mods|nsp=0}}
*[[Modding:Block_System/fr| Le systèmes des blocs]]
*{{ll|Modding:Preparing For Code Mods|Preparing For Code Mods|nsp=0}}
*[[Modding:Advanced Blocks/fr| La classe Block]]
*{{ll|Modding:Creating A Code Mod|Creating A Code Mod|nsp=0}}
*[[Modding:Block Entity/fr| Les blocs entités]]
*{{ll|Modding:Basic Code Tutorials|Basic Code Tutorials|nsp=0}}
*[[Modding:Adding Block Behavior/fr| Les routines de bloc]]
*{{ll|Modding:Intermediate Code Tutorials|Intermediate Code Tutorials|nsp=0}}
*[[Modding:Advanced Items/fr| La classe Item]]
*{{ll|Modding:Advanced Code Tutorials|Advanced Code Tutorials|nsp=0}}
*[[Modding:Block and Item Interactions/fr| Interactions entre objets et blocs]]
*{{ll|Modding:Other Code Tutorials|Other Code Tutorials|nsp=0}}
| valign="top" style="text-align: left;" |
*{{ll|Modding:Code Mod Concepts|Code Mod Concepts|nsp=0}}
 
|
*[[Modding:Commands/fr| Commandes]]
* {{ll|Modding:Community Resources|Community Resources|nsp=0}}
*[[Modding:Using the WorldGen API/fr| L'API de création du monde]]
* {{ll|Modding:Modding API Updates|Modding API Updates|nsp=0}}
*[[Modding:WorldGen Concept/fr| Concepts de création]]
* [https://apidocs.vintagestory.at/index.html API Documentation]
*[[Modding:Network API/fr| API réseau]]
* [https://github.com/anegostudios/vsmodexamples Official Example Mods]
*[[Modding:Simple Particles/fr| Particules]]
* [https://github.com/anegostudios/vsapi VS API (GitHub)]
*[[Modding:Tree Attribute/fr| La structure TreeAttribute]]
* [https://github.com/anegostudios/vsessentialsmod VS Essentials Mod (GitHub)]
*[[Modding:World Access/fr| Accéder au monde]]
* [https://github.com/anegostudios/vssurvivalmod VS Survival Mod (GitHub)]
| valign="top" style="text-align: left;" |
* [https://github.com/anegostudios/vscreativemod VS Creative Mod (GitHub)]
 
*[[Modding:Basic Inventory Handling/fr| Gestion de l'inventaire]]
*[[Modding:Rendering API/fr| L'API de rendu]]
*[[Modding:GUIs/fr| Les interfaces graphiques]]
*[[Modding:SaveGame Data Storage/fr| Données personnalisées de sauvegarde]]
*[[Modding:Chunk Data Storage/fr| Données personnalisées de Chunk]]
*[[Modding:Moddable Mod/fr| Mods personnalisables]]
|-
|}
|}
{| class="wikitable" style="background: transparent; width: 100%;"
{| class="wikitable" style="background: transparent; width: 100%;"
Confirmedusers
80

edits