unlike them New member Nov 28, 2018 #1 Can I change bird nests spawn in Navezgane? Or it is not possible for pregenerated maps, and only for RWG?
Can I change bird nests spawn in Navezgane? Or it is not possible for pregenerated maps, and only for RWG?
Buggi New member Nov 28, 2018 #2 Absolutely possible. Only the heightmap and POI's are pregened for navesgane, all the ores and decorations are randomly generated. Code: <set xpath="/worldgeneration/biomes/biome/decorations/decoration[@blockname='cntBirdnest']/@prob">0.100</set> <set xpath="/worldgeneration/biomes/biome/subbiome/decorations/decoration[@blockname='cntBirdnest']/@prob">0.100</set> Obviously the probability you want to set to your desired value. The one I used above would create a HUGE number of them.
Absolutely possible. Only the heightmap and POI's are pregened for navesgane, all the ores and decorations are randomly generated. Code: <set xpath="/worldgeneration/biomes/biome/decorations/decoration[@blockname='cntBirdnest']/@prob">0.100</set> <set xpath="/worldgeneration/biomes/biome/subbiome/decorations/decoration[@blockname='cntBirdnest']/@prob">0.100</set> Obviously the probability you want to set to your desired value. The one I used above would create a HUGE number of them.