# Broken bandit camp spawn? (Couldn't find bandit\_camp\_1)

**URL:** https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441
**Category:** The Garage
**Created:** [August 31, 2015, 11:21am UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441 "2015-08-31T11:21:18Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![BeerBeer](https://avatars.discourse-cdn.com/v4/letter/b/c67d28/32.png) [@BeerBeer](https://discourse.cataclysmdda.org/u/BeerBeer)
#### Post date: [August 31, 2015, 11:21am UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/1 "2015-08-31T11:21:18Z")

</div>

Version 3580, Windows graphical

I get the mentioned debug message when I get a new mission from the refugee center rep, wherein he/she tasks me to assault a raider outpost, and swears me in as a marshal. After taking the marshal oath, the debug message appears, and a hostile bandit (presumably the camp leader) is spawned in the same room. Killing him/her completes the mission.

Here’s the thing though - I have uncovered quite a lot of world map, at least way more than ever before, and only now I realized I hadn’t spotted a single bandit camp, which leads me to believe the random bandit camps can’t spawn at all as locations, for whatever reason.

I have dynamic NPC spawns set to false. Could that be the cause?

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [August 31, 2015, 3:12pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/2 "2015-08-31T15:12:13Z")

</div>

Oh shit. Do you have tanks mod on?

---

<div class="post-metadata">

### Author: ![BeerBeer](https://avatars.discourse-cdn.com/v4/letter/b/c67d28/32.png) [@BeerBeer](https://discourse.cataclysmdda.org/u/BeerBeer)
#### Post date: [August 31, 2015, 6:30pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/3 "2015-08-31T18:30:09Z")

</div>

Y… yes. W… why? 😑

---

<div class="post-metadata">

### Author: ![Thwap](https://avatars.discourse-cdn.com/v4/letter/t/4af34b/32.png) [@Thwap](https://discourse.cataclysmdda.org/u/Thwap)
#### Post date: [August 31, 2015, 7:44pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/4 "2015-08-31T19:44:03Z")

</div>

Aiee, if it’s broken with tank mod on then it’s broken period. Tank mod is love.

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [August 31, 2015, 9:40pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/5 "2015-08-31T21:40:36Z")

</div>

I should’ve known the mapgen hax would break SOMETHING. Removing that part and dummying out the mapgen stuff (and forklifts) in a PR: [https://github.com/CleverRaven/Cataclysm-DDA/pull/13463](https://github.com/CleverRaven/Cataclysm-DDA/pull/13463)

---

<div class="post-metadata">

### Author: ![Thwap](https://avatars.discourse-cdn.com/v4/letter/t/4af34b/32.png) [@Thwap](https://discourse.cataclysmdda.org/u/Thwap)
#### Post date: [August 31, 2015, 9:58pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/6 "2015-08-31T21:58:24Z")

</div>

What are these mapgen hacks exactly?

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [August 31, 2015, 10:16pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/7 "2015-08-31T22:16:03Z")

</div>

Overwrites for mapgen made to allow special vehicle spawns, which as you can tell borks quests that reference them.

The reason for these is, well…normally if you have multiple mapgen files of the same name, it will pick one at random instead of allowing overwriting.

Wait…I COULD use the weight entry to make the modded version massively more likely to be picked. This would be awkward for multi-map-tile items, like the bandit camp. Less hassle to just dummy it out, as forklifts are the only vehicles TOTALLY depend on mapgen to exist.

---

<div class="post-metadata">

### Author: ![JazzGuru](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/jazzguru/32/2587_2.png) [@JazzGuru](https://discourse.cataclysmdda.org/u/JazzGuru)
#### Post date: [August 31, 2015, 11:19pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/8 "2015-08-31T23:19:36Z")

</div>

Hey Dragon, stop breaking our game man… 😃 😃 😃

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [August 31, 2015, 11:23pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/9 "2015-08-31T23:23:11Z")

</div>

In Soviet Russia, game breaks you!

;A;

---

<div class="post-metadata">

### Author: ![Thwap](https://avatars.discourse-cdn.com/v4/letter/t/4af34b/32.png) [@Thwap](https://discourse.cataclysmdda.org/u/Thwap)
#### Post date: [September 1, 2015, 4:33am UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/10 "2015-09-01T04:33:19Z")

</div>

> [@Random\_dragon](#):
>
> Overwrites for mapgen made to allow special vehicle spawns, which as you can tell borks quests that reference them.

Like what? Does this mean we won’t find tanks in the street? But my mini reactors!

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [September 1, 2015, 4:42am UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/11 "2015-09-01T04:42:58Z")

</div>

Tanks spawn in the streets just fine, that uses vehicle groups.

In any case, found another solution to make the modded mapgen entries EFFECTIVELY override the norm, in a way that doesn’t break quests.

EDIT: I’m dreading the moment when SilverDragon discovers this bug’ll royally fuck up the bandit-hunting quest chain in his playthrough. ;A;

---

<div class="post-metadata">

### Author: ![sticks2681](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/sticks2681/32/12740_2.png) [@sticks2681](https://discourse.cataclysmdda.org/u/sticks2681)
#### Post date: [September 3, 2015, 11:20pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/12 "2015-09-03T23:20:05Z")

</div>

This just happened to me as well. Is there any way to fix it or does it mean anything to do with bandits or bandit camps is bugged for the entire playthrough?

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [September 3, 2015, 11:26pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/13 "2015-09-03T23:26:28Z")

</div>

> [@sticks2681](#):
>
> This just happened to me as well. Is there any way to fix it or does it mean anything to do with bandits or bandit camps is bugged for the entire playthrough?

Sadly, they’re fucked. With those mapgens spawned, just removing the overwrite for them will create loads errors, hence why my present PR is dummying out the overwrites in favor of adding a less broken way of getting the new vehicles to spawn there.

And…oh wait, Silver’s still using Series 2, now that I think about it…

---

<div class="post-metadata">

### Author: ![sticks2681](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/sticks2681/32/12740_2.png) [@sticks2681](https://discourse.cataclysmdda.org/u/sticks2681)
#### Post date: [September 3, 2015, 11:30pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/14 "2015-09-03T23:30:10Z")

</div>

_sigh_ I was doing really well on this playthrough too. Oh well, unless I’m misreading things, there hasn’t been an actual fix pushed through yet, is that right? If so, if I start a new game, should I leave the tank mod off for now or what?

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [September 3, 2015, 11:35pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/15 "2015-09-03T23:35:01Z")

</div>

It’s not merged yet, sadly. Sorry. x.x

You can copy-and-replace via getting it off Dropbox though, as it should be updated with the version I have PR’d. Link is on the first post of the mod thread ([http://smf.cataclysmdda.com/index.php?topic=10771.0](http://smf.cataclysmdda.com/index.php?topic=10771.0)), or I can link it here. [https://dl.dropboxusercontent.com/u/89427928/Tanks.zip](https://dl.dropboxusercontent.com/u/89427928/Tanks.zip)

---

<div class="post-metadata">

### Author: ![sticks2681](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/sticks2681/32/12740_2.png) [@sticks2681](https://discourse.cataclysmdda.org/u/sticks2681)
#### Post date: [September 3, 2015, 11:41pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/16 "2015-09-03T23:41:29Z")

</div>

Ok, thanks! 🙂

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [September 3, 2015, 11:52pm UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/17 "2015-09-03T23:52:52Z")

</div>

And should even worked if dropped into an older save due to retaining the old mapgen files as dummied-out content, but I’ll want to test and further ensure it works as intended.

EDIT: Tested, seems to do so as intended.

---

<div class="post-metadata">

### Author: ![sticks2681](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/sticks2681/32/12740_2.png) [@sticks2681](https://discourse.cataclysmdda.org/u/sticks2681)
#### Post date: [September 4, 2015, 12:45am UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/18 "2015-09-04T00:45:15Z")

</div>

Sorry, I’m a bit brain-dead today so I’m not sure I understand. Do you mean if I update the files, and then go back to that save before given the bandit camp mission, it should work properly?

---

<div class="post-metadata">

### Author: ![Random\_dragon](https://avatars.discourse-cdn.com/v4/letter/r/4da419/32.png) [@Random\_dragon](https://discourse.cataclysmdda.org/u/Random_dragon)
#### Post date: [September 4, 2015, 12:51am UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/19 "2015-09-04T00:51:50Z")

</div>

In the sense that it’ll still load, yes. It won’t unbreak the already-broken quest though, because the modded mapgen has already spawned. ;A;

---

<div class="post-metadata">

### Author: ![sticks2681](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/sticks2681/32/12740_2.png) [@sticks2681](https://discourse.cataclysmdda.org/u/sticks2681)
#### Post date: [September 4, 2015, 12:59am UTC](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441/20 "2015-09-04T00:59:36Z")

</div>

Got it. Thanks again. I’ve only been playing for a couple weeks and I have very little knowledge of programming so I’m trying to learn more about the inner workings as I go along.

[Next page](https://discourse.cataclysmdda.org/t/broken-bandit-camp-spawn-couldnt-find-bandit-camp-1/10441.md?page=2)
