2f107db...5202af9

This commit is contained in:
Joonas Rikkonen
2019-03-18 21:42:26 +02:00
parent 58c92888b7
commit 044fd3344b
395 changed files with 27417 additions and 19754 deletions
+4 -2
View File
@@ -32,7 +32,7 @@ Example:
A very simple content package could be configured as follows:
<contentpackage name="BestModEver" path="Data/ContentPackages/BestModEver">
<contentpackage name="BestModEver" path="Data/ContentPackages/BestModEver.xml" gameversion="0.9.0.0">
<Item file="Mods/BestModEver/items.xml" />
<Character file="Mods/BestModEver/Human/Human.xml" />
<Character file="Mods/BestModEver/Cthulhu/cthulhu.xml" />
@@ -48,7 +48,9 @@ Example:
version of the human characters and have all the monsters in the game replaced with
crawlers and Cthulhus. The random events have also been changed - perhaps by adding
a new event that spawns Cthulhu and removing the events that spawn monsters/items
which aren't included in the mod.
which aren't included in the mod.
It is also set to be used with the version 0.9.0.0 of the game.
----------------------------------
Creature modding: