Dinkum
0 of 0

File information

Last updated

Original upload

Created by

Gmishaolem

Uploaded by

jakj

Virus scan

Safe to use

Tags for this mod

Mod articles

  • Creating A New World Generator

    Creating a new world generator is just like creating any other Dinkum mod, except you are interacting with my mod instead of Dinkum. (You can still interact with Dinkum, of course, but you should ABSOLUTELY NOT be messing with the actual world data in the live Dinkum game, because your world generator must work in preview mode as well as live mode, and if you do it right, it will work in both modes with the exact same code. It is perfectly fine to use Dinkum data if you are only reading it, however, such as reading biome spawn tables, loot tables, tile type data, and tile object settings data. Just don't change anything.)

    Create your mod project in whatever IDE you prefer, and add a project reference to "gmishaolem.CustomWorldGenerator.dll" just like you do for the Dinkum DLLs....