Modding:VS Model Creator

From Vintage Story Wiki
This page contains changes which are not marked for translation.
Other languages:

This page was last verified for Vintage Story version 1.15.


The VS Model Creator is a tool to create custom shapes for blocks, items, and entities. You can download the newest version here.

BunnyRunning.gif

Guides

Useful tips & tricks

  • Hold Shift on the Size/Position/Origin or UV Arrows to increase it's value only by 0.1 or Ctrl for 0.5 instead of 1
  • Hold Ctrl on the Position Arrows to also move the Origin Point
  • In the Size/Position/Origin Text fields you can use your mousewheel to modify the value increments of 1
    • You can also hold down Shift to do increments of 0.1
    • Or hold ctrl on the position fields to also move the origin
  • Hold Ctrl and click on a box in the middle window. It will select that box
    • Keep holding Ctrl to move the box around
    • Holding Ctrl with the right mouse button held down allows you to modify it's size, insted of the position



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