Modding:Asset Type - Textures
From Vintage Story Wiki
This page was last verified for Vintage Story version 1.19.8.
Usage
Texture assets are bitmap image files that can be used in game. Texture assets must be in .png format.
Icon assets are vector image files that can be used in the UI. Icon assets must be in .svg format.
Asset Location
Texture and icon assets can be used by adding .png or .svg files respectively to a folder called 'textures' in your mod's domain.
Notes
Icon assets are usually coded within the game. Icons can currently only be added to 'textures/icons/worldmap' without the use of a code mod.
See Also
- CompositeTexture on GitHub - Used to load a texture through a JSON asset.
Modding | |
---|---|
Basics • Content • Code • Asset Types • Model Creator • Troubleshooting • VS Engine | |
Block Types • Entities • Item Types • Patches • Recipes (Alloy , Barrel , Clayforming , Cooking , Grid , Knapping , Smithing ) • Shapes • Sounds • Textures & Icons • World Properties |