The Cathedral of Attnam

Changes

Jump to navigation Jump to search
m
no edit summary
== A worked example ==
By following these three easy steps you can create and add new dungeons to your local copy of IVAN, without needing to know how to code! === Step 1: A Dungeon basic dungeon data file ===
Copypaste this into your favorite text editor and save under <code>Script/dungeons</code> as "House.dat":
<code> /* * * Iter Vehemens ad Necem (IVAN) * Copyright (C) Timo Kiviluoto * Released under the GNU General * Public License * * See LICENSING which should be included * along with this file for more details * */
/* * NOTICE!!! * * This file contains SPOILERS, which might ruin your IVAN experience * totally. Also, editing anything can DESTROY GAME BALANCE or CAUSE * OBSCURE BUGS if you don't know what you're doing. So from here on, * proceed at your own risk! */
Dungeon HOUSE_ON_THE_STEPPE;
</code>
=== In Step 2: Add the new dungeon definition to define.dat ===
{| class="wikitable"
|}
=== In Step 3: Add the new location to the worldmap with owterra.dat ===
{| class="wikitable"
Population distribution of terrain types collected by the sampling algorithm.
 
[[Category:Modding]]
Moderator
1,400

edits

Navigation menu