Modding:WorldGen Concept: Difference between revisions

From Vintage Story Wiki
mNo edit summary
Line 1: Line 1:
{{GameVersion|1.15}}
{{GameVersion|1.15}}
__FORCETOC__
__FORCETOC__
<languages/><translate>
== Intro ==
== Intro ==
This article introduces how world generation is handled in Vintage story, and the extent to which it can be modded. It is also intended as a general introduction for modding endeavors in regards to world generation.
This article introduces how world generation is handled in Vintage story, and the extent to which it can be modded. It is also intended as a general introduction for modding endeavors in regards to world generation.
Line 64: Line 65:


==== Accessing events ====
==== Accessing events ====
</translate>
<syntaxhighlight lang="c#">
<syntaxhighlight lang="c#">
class Mod : ModSystem
class Mod : ModSystem