Modding:Community Resources: Difference between revisions

From Vintage Story Wiki
mNo edit summary
m (Added Recipe Patcher)
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
__TOC__
__TOC__


== <translate><!--T:1--> Introduction</translate> ==
<translate><!--T:2--> There are a number of resources created by the community to assist with creating mods. These are listed below.</translate>


=== <translate><!--T:3--> Adding to this page</translate> ===
<translate><!--T:4--> To add to this page, it is recommended to ask someone who has wiki-editing access. Or, create a wiki account and ask for wiki edit access in [https://discord.com/channels/302152934249070593/420476226420080670 #wiki-and-translations on Discord]. Don't forget to include your wiki username.</translate>
<translate><!--T:5--> Using the visual editor, insert a new table row in the appropriate category and fill in all the details.</translate>
== <translate><!--T:6--> Tools for Content Mods</translate> ==
{| class="wikitable sortable"
!Tool Name
!Author
!Link
!For VS Version...
!Description
|-
|Achievements API
|Nat (Nateonus)
|https://mods.vintagestory.at/show/mod/9615
|1.19+
|Add achievements into your mods using a simple JSON format.
|-
|Config lib
|Maltiez
|https://mods.vintagestory.at/configlib
|1.19+
|Add configuration files editable via GUI
|-
|Recipe Patcher
|DanaCraluminum
|https://mods.vintagestory.at/recipepatcher
|1.19+
|Patches existing recipes before resolving them to replace ingredients and/or outputs.
|}
== <translate><!--T:7--> Tools for Code Mods</translate> ==
{| class="wikitable sortable"
!Tool Name
!Author
!Link
!For VS Version...
!Description
|-
|
|
|
|
|
|}
== <translate><!--T:8--> Other Resources</translate> ==
{| class="wikitable sortable"
!Tool Name
!Author
!Link
!For VS Version...
!Description
|-
|
|
|
|
|
|}
{{navbox/modding}}
{{navbox/modding}}

Latest revision as of 20:50, 27 April 2024

Other languages:
  • English

Introduction

There are a number of resources created by the community to assist with creating mods. These are listed below.

Adding to this page

To add to this page, it is recommended to ask someone who has wiki-editing access. Or, create a wiki account and ask for wiki edit access in #wiki-and-translations on Discord. Don't forget to include your wiki username.

Using the visual editor, insert a new table row in the appropriate category and fill in all the details.

Tools for Content Mods

Tool Name Author Link For VS Version... Description
Achievements API Nat (Nateonus) https://mods.vintagestory.at/show/mod/9615 1.19+ Add achievements into your mods using a simple JSON format.
Config lib Maltiez https://mods.vintagestory.at/configlib 1.19+ Add configuration files editable via GUI
Recipe Patcher DanaCraluminum https://mods.vintagestory.at/recipepatcher 1.19+ Patches existing recipes before resolving them to replace ingredients and/or outputs.

Tools for Code Mods

Tool Name Author Link For VS Version... Description

Other Resources

Tool Name Author Link For VS Version... Description
Icon Sign.png

Wondering where some links have gone?
The modding navbox is going through some changes! Check out Navigation Box Updates for more info and help finding specific pages.

Modding
Modding Introduction Getting Started Theme Pack
Content Modding Content Mods Developing a Content Mod Basic Tutorials Intermediate Tutorials Advanced Tutorials Content Mod Concepts
Code Modding Code Mods Setting up your Development Environment
Property Overview ItemEntityBlockBlock BehaviorsBlock ClassesBlock EntitiesBlock Entity BehaviorsWorld properties
Workflows & Infrastructure Modding Efficiency TipsMod-engine compatibilityMod ExtensibilityVS Engine
Additional Resources Community Resources Modding API Updates Programming Languages List of server commandsList of client commandsClient startup parametersServer startup parameters
Example ModsAPI DocsGitHub Repository