That was too interesting to pass up, so I tested it in a sandbox. World was already generated, but I hadn't really explored much at all. A couple of teleports to POIs and then quit.In biomes.xml, you will see this line in many of the codes blocks
<decoration type="block" blockname="cntBirdnest" prob="0.001"/>
I assume increasing this probability will increase the number of nests.
I have a feeling this does not occur on map generation, but when an area is loaded in for the first time. Could be wrong on that.
<lootgroup name="groupBirdNest" count="1,2">
<item name="foodEgg" prob="0.25"/>
<item name="resourceFeather" count="1,5" prob="0.75"/>
</lootgroup>
lol.I recommend making a copy of the original first.
You should probably watch some tutorials on how to mod 7 Days to Die game. Editing the original game files is not necessary, it's much safer to put your own adjustments in form of modlets into the Mods folder in the game's main folder. It may sound more complex than it really is, so it'd be best if you went through couple of tutorials that would explain this better, possibly with visual examples to make it easier for you to understand what you're working with.Paige said:Well, okay. I found how to get into the XML files and edit them. I upped nest frequency and egg frequency in loot.xml.
Aaaand then I increased vehicle speeds in another XML.
Aaaand then I increased vehicle fuel efficiency in that same XML.
Like, look, I'm a 49 year old marine biologist. I do math for a living. But I don't code. I am scaring myself with this kind of power.
If I completely $@#!*#! up the XML files... where would I go to re-download the original unmodified files?
Paige
I was like you when I first started. I wanted to do some tweaking but was afraid of screwing up my game. Now I regularly add mods (at one time up in the 70'sPaige said:Well, okay. I found how to get into the XML files and edit them. I upped nest frequency and egg frequency in loot.xml.
Aaaand then I increased vehicle speeds in another XML.
Aaaand then I increased vehicle fuel efficiency in that same XML.
Like, look, I'm a 49 year old marine biologist. I do math for a living. But I don't code. I am scaring myself with this kind of power.
If I completely $@#!*#! up the XML files... where would I go to re-download the original unmodified files?
Paige