Template:Navbox/modding: Difference between revisions

From Vintage Story Wiki
No edit summary
(Add a few additional pages missing from navbox)
Line 83: Line 83:
[[Modding:Ores|Ores]] |
[[Modding:Ores|Ores]] |
[[Modding:Trees|Trees]] |
[[Modding:Trees|Trees]] |
{{Content/modding/code|[[Modding:WorldGen API|WorldGen API]]}}
{{Content/modding/code|[[Modding:WorldGen API|WorldGen API]]}} |
{{Content/modding/code|[[NatFloat]]}} |
{{Content/modding/code|[[EvolvingNatFloat]]}} |
[[Json Random Generator]]


<!--T:15-->
<!--T:15-->
Line 123: Line 126:
[[Bot System]] |
[[Bot System]] |
[[How_to_use_WorldEdit|WorldEdit]] |
[[How_to_use_WorldEdit|WorldEdit]] |
[[Cinematic Camera]]
[[Cinematic Camera]] |
[[Adjustable FPS Video Recording]]


<!--T:19-->
<!--T:19-->

Revision as of 15:33, 14 June 2023

Don't forget to mark for translation! Otherwise it won't work via tnt


Other languages:


Modding
Green Items require C# coding
Basics

Getting Started | Mod Types | Simple Examples | Theme Pack

Asset System | Textures | Items | Recipes | Blocks | Entities | Model Creator | Animation Basics | VTML & Icons | Mod Packaging & Release | Modinfo | Debugging

Advanced

JSON Patching | Advanced JSON Items | The Remapper | Server-Client Considerations | Compatibility with other mods

Setting Up Your Development Environment (General - Windows - Linux)

Advanced Blocks | Advanced Items | Item-Block Interactions | Block Behavior | Block Entities | Particle Effects | World Access | Inventory Handling | Chat Commands | GUIs | Server-Client Networking | Monkey patching (Harmony)

Data Management

Savegame Data Storage | ModConfig File | Chunk Data Storage | Tree Attribute

Worldgen

WorldGen Concepts | Terrain | Ores | Trees | WorldGen API | NatFloat | EvolvingNatFloat | Json Random Generator

Rendering

Shaders and Renderers

Property Overview

Item | Entity | Block | Block Behaviors | Block Classes | Block Entities | Block Entity Behaviors

Workflows & Infrastructure

Modding Efficiency Tips | Mod-engine compatibility | Mod Extensibility | Load Order

Additional Resources

List of server commands | List of client commands | Client startup parameters | Creative Starter Guide | ServerBlockTicking | Bot System | WorldEdit | Cinematic Camera | Adjustable FPS Video Recording

Example Mods | API Docs | GitHub Repository