# Turning on and off Certain monsters

**URL:** https://discourse.cataclysmdda.org/t/turning-on-and-off-certain-monsters/1748
**Category:** The Drawing Board
**Created:** [June 12, 2013, 9:45pm UTC](https://discourse.cataclysmdda.org/t/turning-on-and-off-certain-monsters/1748 "2013-06-12T21:45:51Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Keyword22](https://avatars.discourse-cdn.com/v4/letter/k/da6949/32.png) [@Keyword22](https://discourse.cataclysmdda.org/u/Keyword22)
#### Post date: [June 12, 2013, 9:45pm UTC](https://discourse.cataclysmdda.org/t/turning-on-and-off-certain-monsters/1748/1 "2013-06-12T21:45:51Z")

</div>

As the title describes, a way to turn off certain monsters would be kind of cool.  
Like having a Fungal zombie apocalypse (_cough_The last of us_Cough_) without normal zombies, mutants, or giant insects.

I don’t know if this has been planned or has been already modded into the game.

---

<div class="post-metadata">

### Author: ![Wanderer](https://avatars.discourse-cdn.com/v4/letter/w/a9a28c/32.png) [@Wanderer](https://discourse.cataclysmdda.org/u/Wanderer)
#### Post date: [June 12, 2013, 11:05pm UTC](https://discourse.cataclysmdda.org/t/turning-on-and-off-certain-monsters/1748/2 "2013-06-12T23:05:05Z")

</div>

There’s one, sort of, at the defense mode: you can choose which enemies will keep going against you. Also, at Options there’s an option to have only wildlife and the common zombie in game.

But specific selection of monsters in the main mode? Not yet.

---

<div class="post-metadata">

### Author: ![KA101](https://avatars.discourse-cdn.com/v4/letter/k/278dde/32.png) [@KA101](https://discourse.cataclysmdda.org/u/KA101)
#### Post date: [June 12, 2013, 11:18pm UTC](https://discourse.cataclysmdda.org/t/turning-on-and-off-certain-monsters/1748/3 "2013-06-12T23:18:31Z")

</div>

Except for the detail that Classic Zeds takes out a lot of buildings, etc as well. ☹

---

<div class="post-metadata">

### Author: ![Wanderer](https://avatars.discourse-cdn.com/v4/letter/w/a9a28c/32.png) [@Wanderer](https://discourse.cataclysmdda.org/u/Wanderer)
#### Post date: [June 12, 2013, 11:24pm UTC](https://discourse.cataclysmdda.org/t/turning-on-and-off-certain-monsters/1748/4 "2013-06-12T23:24:25Z")

</div>

Sorry, didn’t knew about that… 😕

I suppose you can change the monstergroups.json file, to change which monsters show up in each area then?

But yeah, options similar to the Defense mode, so you can choose which kinds of monsters, terrain, climate… essencially a “Create Your Cataclysm World” mode would be good ^^

---

<div class="post-metadata">

### Author: ![Justice](https://avatars.discourse-cdn.com/v4/letter/j/958977/32.png) [@Justice](https://discourse.cataclysmdda.org/u/Justice)
#### Post date: [June 12, 2013, 11:26pm UTC](https://discourse.cataclysmdda.org/t/turning-on-and-off-certain-monsters/1748/5 "2013-06-12T23:26:11Z")

</div>

[quote=“Keyword22, post:1, topic:1748”]As the title describes, a way to turn off certain monsters would be kind of cool.  
Like having a Fungal zombie apocalypse (_cough_The last of us_Cough_) without normal zombies, mutants, or giant insects.

I don’t know if this has been planned or has been already modded into the game.[/quote]

We can already change monster frequency by editing [tt]monstergroups.json[/tt] in Cataclysm’s [tt]\*/data/raw[/tt] folder. There are several groups for zeds, so be certain to change them all. If you don’t want specific monsters to appear in that group type, then delete an entire line. Here’s an example:

[tt] {  
“name” : “GROUP\_ZOMBIE”,  
“default” : “mon\_zombie”,  
“monsters” : [  
{ “monster” : “mon\_zombie\_cop”, “freq” : 20, “multiplier” : 3 },  
{ “monster” : “mon\_zombie\_fast”, “freq” : 70, “multiplier” : 2 },  
{ “monster” : “mon\_zombie\_grabber”, “freq” : 70, “multiplier” : 1 },  
{ “monster” : “mon\_skeleton”, “freq” : 30, “multiplier” : 2 },  
{ “monster” : “mon\_zombie\_smoker”, “freq” : 30, “multiplier” : 5 },  
{ “monster” : “mon\_zombie\_shrieker”, “freq” : 30, “multiplier” : 5 },  
{ “monster” : “mon\_zombie\_spitter”, “freq” : 30, “multiplier” : 5 },  
{ “monster” : “mon\_zombie\_electric”, “freq” : 30, “multiplier” : 5 },  
{ “monster” : “mon\_zombie\_necro”, “freq” : 1, “multiplier” : 25 },  
{ “monster” : “mon\_boomer”, “freq” : 30, “multiplier” : 7 },  
{ “monster” : “mon\_zombie\_brute”, “freq” : 10, “multiplier” : 15 },  
{ “monster” : “mon\_zombie\_hulk”, “freq” : 1, “multiplier” : 50 },  
{ “monster” : “mon\_zombie\_master”, “freq” : 1, “multiplier” : 25 },  
{ “monster” : “mon\_crow”, “freq” : 1, “multiplier” : 0 }  
]  
},  
[/tt]  
I suggest you not delete an entire group, just the specific monsters in it, or you might break something.

---

<div class="post-metadata">

### Author: ![darth\_servo](https://avatars.discourse-cdn.com/v4/letter/d/e79b87/32.png) [@darth\_servo](https://discourse.cataclysmdda.org/u/darth_servo)
#### Post date: [June 13, 2013, 12:59pm UTC](https://discourse.cataclysmdda.org/t/turning-on-and-off-certain-monsters/1748/6 "2013-06-13T12:59:56Z")

</div>

Thanks for pointing that out, Justice!

I have been looking for a way to control the frequency of Triffids and Funagloids without using “Classic Zombies” – that mode is far too restrictive in terms of what is spawned and (as has already been pointed out) removes certain buildings that I want in my game.

Editing the JSON _might_ help a little, but I haven’t had a chance to try it yet. At the very least, it sounds like I can disable Triffid Queens from there… (I hate them)

Ideally, I’d love to see a menu under Options where, as you are setting up the game, you could choose the frequency of all monsters and/or groups of monsters on a “Never / Rarely / Common / Often / Always” basis that affected their chance to spawn. For example, you could set up a game where Giant Insects never spawn, but Robots spawn all over the place. Or a world where instead of Zombies, Lovecraftian nightmare creatures populate the towns…

---

<div class="post-metadata">

### Author: ![TheGrifter](https://avatars.discourse-cdn.com/v4/letter/t/278dde/32.png) [@TheGrifter](https://discourse.cataclysmdda.org/u/TheGrifter)
#### Post date: [June 13, 2013, 1:45pm UTC](https://discourse.cataclysmdda.org/t/turning-on-and-off-certain-monsters/1748/7 "2013-06-13T13:45:45Z")

</div>

Why is it that we can edit monster spawns, but not the monsters themselves? Alas, this is good news. I’ve always wanted a round where The Thing is the dominant enemy.

---

<div class="post-metadata">

### Author: ![GlyphGryph](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/glyphgryph/32/847_2.png) [@GlyphGryph](https://discourse.cataclysmdda.org/u/GlyphGryph)
#### Post date: [June 13, 2013, 2:28pm UTC](https://discourse.cataclysmdda.org/t/turning-on-and-off-certain-monsters/1748/8 "2013-06-13T14:28:50Z")

</div>

Because we haven’t gotten that far in the Jsonization process yet. And editing monsters will be a lot more complicated.

---

<div class="post-metadata">

### Author: ![fartbutt](https://avatars.discourse-cdn.com/v4/letter/f/779978/32.png) [@fartbutt](https://discourse.cataclysmdda.org/u/fartbutt)
#### Post date: [June 13, 2013, 3:41pm UTC](https://discourse.cataclysmdda.org/t/turning-on-and-off-certain-monsters/1748/9 "2013-06-13T15:41:25Z")

</div>

[quote=“darth\_servo, post:6, topic:1748”]Thanks for pointing that out, Justice!

I have been looking for a way to control the frequency of Triffids and Funagloids without using “Classic Zombies” – that mode is far too restrictive in terms of what is spawned and (as has already been pointed out) removes certain buildings that I want in my game.

Editing the JSON _might_ help a little, but I haven’t had a chance to try it yet. At the very least, it sounds like I can disable Triffid Queens from there… (I hate them)

Ideally, I’d love to see a menu under Options where, as you are setting up the game, you could choose the frequency of all monsters and/or groups of monsters on a “Never / Rarely / Common / Often / Always” basis that affected their chance to spawn. For example, you could set up a game where Giant Insects never spawn, but Robots spawn all over the place. Or a world where instead of Zombies, Lovecraftian nightmare creatures populate the towns…[/quote]

I edit the files to remove fungaloids and giant worms. Just replace mon\_whatever with mon\_null. In the case of fungaloids it doesn’t remove them completely, there are still fungal bloom map things, but all the fungaloids stay in that “building” unless you walk on it, which is fine for my purposes.

---

<div class="post-metadata">

### Author: ![Keyword22](https://avatars.discourse-cdn.com/v4/letter/k/da6949/32.png) [@Keyword22](https://discourse.cataclysmdda.org/u/Keyword22)
#### Post date: [June 14, 2013, 1:41am UTC](https://discourse.cataclysmdda.org/t/turning-on-and-off-certain-monsters/1748/10 "2013-06-14T01:41:36Z")

</div>

Thanks Justice, I managed to make a fungal zombie apocalypse :=)

Thanks to the devs too for this wonderful game that keeps growing even more.
