Modding:WorldGen API/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "== Введение ==")
(Created page with "Мы рассмотрим, как подключить и добавить свои собственные функции в код генерации мира Vintage Story,...")
Line 2: Line 2:
<languages/>== Введение ==
<languages/>== Введение ==


We will be walking through how to plug in and add your own features to the world generation code of Vintage Story by looking at a demo mod called VSTreasureChest. The full source code for this project can be found [https://github.com/anegostudios/VSTreasureChest on Github]. We are going to walk through coding it from scratch.
Мы рассмотрим, как подключить и добавить свои собственные функции в код генерации мира Vintage Story, рассмотрев демо-мод под названием VSTreasureChest. Полный исходный код этого проекта можно найти [https://github.com/anegostudios/VSTreasureChest на Github]. Мы собираемся пройтись по кодированию с нуля.


== VSTreasureChest Mod==
== VSTreasureChest Mod==