Modding:Basic Block/ru: Difference between revisions

From Vintage Story Wiki
Created page with "Чтобы использовать пользовательскую модель, нам нужно сначала ее создать. Движок поддерживает..."
(Created page with "== Пользовательские формы (модели) ==")
(Created page with "Чтобы использовать пользовательскую модель, нам нужно сначала ее создать. Движок поддерживает...")
Line 213: Line 213:
== Пользовательские формы (модели) ==
== Пользовательские формы (модели) ==


In order to use a custom shape we need to create one first. The engine only supports the model/shape format that's created by the [[VS Model Creator]].
Чтобы использовать пользовательскую модель, нам нужно сначала ее создать. Движок поддерживает только формат модели / формы, созданные в [[VS Model Creator]].


Once you have created your own shape you need to export it as a json file, create a new folder <code>assets/myshinyblock/shapes/block/</code> and save the file in there. In our example we will use this model [https://wiki.vintagestory.at/images/3/38/Myshinymodel.json Myshinymodel.json] and move it to <code>assets/myshinyblock/shapes/block/myshinymodel.json</code>.
Once you have created your own shape you need to export it as a json file, create a new folder <code>assets/myshinyblock/shapes/block/</code> and save the file in there. In our example we will use this model [https://wiki.vintagestory.at/images/3/38/Myshinymodel.json Myshinymodel.json] and move it to <code>assets/myshinyblock/shapes/block/myshinymodel.json</code>.