Modding:VS Model Creator: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<languages/>
<translate>
<!--T:1-->
__FORCETOC__
__FORCETOC__


The VS Model Creator is a tool to create custom shapes for blocks, items and entities (not implemented yet). You can download the newest version [https://github.com/tyronx/vsmodelcreator/releases here].
<!--T:2-->
The VS Model Creator is a tool to create custom shapes for blocks, items, and entities. You can download the newest version [https://github.com/tyronx/vsmodelcreator/releases here].


== Creating a model ==
== Guides == <!--T:3-->


=== Cubes ===
<!--T:4-->
* [[VS_Model_Creator_Tutorials#Modeling_Basics|Modeling Basics]]
* [[VS_Model_Creator_Tutorials#Model_Duplication|Model Duplication]]
* [[VS_Model_Creator_Tutorials#Texturing|Texturing]]
* [[Animation Basics]]
* [[Animation Intermediate]]


=== Faces ===
== Useful tips & tricks == <!--T:5-->
 
=== Textures ===
 
== Export a model ==
 
== Useful tips & tricks ==


<!--T:6-->
* Hold Shift on the Size/Position/Origin or UV Arrows to increase it's value only by 0.1 instead of 1
* Hold Shift on the Size/Position/Origin or UV Arrows to increase it's value only by 0.1 instead of 1
* Hold Ctrl on the Position Arrows to also move the Origin Point
* Hold Ctrl on the Position Arrows to also move the Origin Point
Line 23: Line 27:
** Keep holding Ctrl to move the box around
** 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
** Holding Ctrl with the right mouse button held down allows you to modify it's size, insted of the position
<!--T:7-->
{{Navbox/modding|Vintage Story}}
</translate>

Revision as of 01:07, 28 July 2020

Other languages:


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

Guides

Useful tips & tricks

  • Hold Shift on the Size/Position/Origin or UV Arrows to increase it's value only by 0.1 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


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