Colonists Joining At Random

Started by Skorvold, September 03, 2015, 07:48:36 PM

Previous topic - Next topic

Skorvold

What file do I need to edit to remove the event of random Colonists joining my colony? I really can't stand it when they just pop in out of the blue, and are usually useless.

Coolpey

Lol, they are pretty useless most of the time, hate the ones that cannot clean or haul.

Florius

Seems I've always been lucky so far!

But in stead of not having the event, just get the guy killed?

Ectoplasm

Quote from: Skorvold on September 03, 2015, 07:48:36 PM
What file do I need to edit to remove the event of random Colonists joining my colony? I really can't stand it when they just pop in out of the blue, and are usually useless.

RimWorld\Mods\Core\Defs\IncidentDefs

  <IncidentDef>
    <defName>WandererJoin</defName>
    <workerClass>IncidentWorker_WandererJoin</workerClass>
    <chance>0.4</chance>
    <populationEffect>Increase</populationEffect>
  </IncidentDef>

Set the value to zero.