1. If you're looking for help-related things (for example, the key rebinding tutorial), please check the FAQ and Q&A forum! A lot of the stickies from this forum have been moved there to clean up space.
    Dismiss Notice

How to find villages

Discussion in 'Starbound Discussion' started by shuruga, Mar 27, 2015.

  1. shuruga

    shuruga Void-Bound Voyager

    Hello everyone,

    I have played something like 50h on starbound Giraf. But since this release I have only found 2 glitch village on two separate snow worlds.

    So I'm wondering, are villages spawning only on certain type of biomes ?

    If yes what biome can have villages ?
    If no, is there a way to find more villages ?
     
  2. Tamorr

    Tamorr Supernova

    The only way to find them is to explore. RNG.

    There are not specific ones far as I know, but then again I have not looked into those specific files before.

    In my experience I find them everywhere; well I will eventually stumble across them. I guess try lower tier planets... Like in eccentric or peaceful stars...(peaceful meaning the first type of star you start orbit around) Maybe even risky ones. Seem to see more in those in way of structures... so far...
     
  3. Garatgh Deloi

    Garatgh Deloi Master Astronaut

    Same as @Tamorr, from my experience villages seem to spawn in any biome (well, i havent seen any on a moon, but thats most likely caused by me not exploring moons).

    So the way to find villages would simply be to stumble upon them while exploring.
     
  4. dropdead

    dropdead Big Damn Hero

    There's at least no reason to look for villages on ANY moon atm because there is absolutely nothing but fuel and maybe some ore.
    I've found signs of life on pretty much any kind of planets. Until now I have found those Avian towers where some poor bastard is supposed to jump down to see if s/he flies - so far on some sort of desert planet. Structures from Apex seem to spawn where they bloody well please. Oh, the only Avian air ships I've found so far have been on garden worlds, as well as glitch 'wizards' which sell the syringes for health, glowing etc. With all else I agree with what the other two wrote: you'll stumble across something sooner or maybe later.
     
    Tamorr likes this.
  5. The | Suit

    The | Suit Agent S. Forum Moderator

    Majority of the time its just easier [ and faster ] to look directly at the code.
    No need for guesswork. Just pure unadulterated facts.

    Code:
    "garden" : {
          "threatRange" : [1, 1],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "garden" ],
              "dungeonCountRange" : [1, 1],
              "dungeons" : [ "naturalcave" ]
            }
          }
        },
    
        "forest" : {
          "threatRange" : [2, 2],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "forest" ],
              "secondaryRegion" : [ "spring", "mushroom" ],
              "dungeonCountRange" : [0, 1],
              "dungeons" : [ "glitchsewer", "glitchvillage", "apexresearchlab", "apextestchamber", "apextowerblock", "aviantomb", "aviantower", "avianvillage", "humanbunker", "floranhuntinggrounds", "floranvillagetower" ]
            },
            "underground1" : {
              "secondaryRegion" : [ "tarunderground", "mushroomunderground", "wildernessunderground", "minivillageunderground" ]
            },
            "underground2" : {
              "secondaryRegion" : [ "tarunderground", "mushroomunderground", "wildernessunderground", "minivillageunderground" ]
            },
            "underground3" : {
              "secondaryRegion" : [ "tarunderground", "mushroomunderground", "wildernessunderground", "minivillageunderground" ]
            },
            "underground4" : {
              "secondaryRegion" : [ "tarunderground", "mushroomunderground", "wildernessunderground", "minivillageunderground" ]
            },
            "underground5" : {
              "secondaryRegion" : [ "tarunderground", "mushroomunderground", "wildernessunderground", "minivillageunderground" ]
            },
            "underground6" : {
              "secondaryRegion" : [ "tarunderground", "mushroomunderground", "wildernessunderground", "minivillageunderground" ]
            }
          }
        },
        "desert" : {
          "threatRange" : [2, 2],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "desert" ],
              "secondaryRegion" : [ "oasis", "tar" ],
              "dungeonCountRange" : [0, 1],
              "dungeons" : [ "glitchsewer", "glitchvillage", "apexresearchlab", "apextestchamber", "apextowerblock", "aviantomb", "aviantower", "avianvillage", "humanbunker", "floranhuntinggrounds", "floranvillagetower" ]
            },
            "subsurface" : {
              "primaryRegion" : [ "desertsubsurface" ]
            },
            "underground1" : {
              "secondaryRegion" : [ "tarunderground", "mushroomunderground", "wildernessunderground", "minivillageunderground" ]
            },
            "underground2" : {
              "secondaryRegion" : [ "tarunderground", "mushroomunderground", "wildernessunderground", "minivillageunderground" ]
            },
            "underground3" : {
              "secondaryRegion" : [ "tarunderground", "mushroomunderground", "wildernessunderground", "minivillageunderground" ]
            },
            "underground4" : {
              "secondaryRegion" : [ "tarunderground", "mushroomunderground", "wildernessunderground", "minivillageunderground" ]
            },
            "underground5" : {
              "secondaryRegion" : [ "tarunderground", "mushroomunderground", "wildernessunderground", "minivillageunderground" ]
            },
            "underground6" : {
              "secondaryRegion" : [ "tarunderground", "mushroomunderground", "wildernessunderground", "minivillageunderground" ]
            }
          }
        },
    
        "ocean" : {
          "threatRange" : [3, 3],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "ocean" ]
            },
            "subsurface" : {
              "primaryRegion" : [ "oceanfloor" ]
            },
            "underground1" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground2" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground3" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground4" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground5" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground6" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            }
          }
        },
        "savannah" : {
          "threatRange" : [3, 3],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "savannah" ],
              "secondaryRegion" : [ "colourful", "bones" ],
              "dungeonCountRange" : [0, 1],
              "dungeons" : [ "glitchsewer", "glitchvillage", "apexresearchlab", "apextestchamber", "apextowerblock", "aviantomb", "aviantower", "avianvillage", "humanbunker", "floranhuntinggrounds", "floranvillagetower" ]
            },
            "underground1" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground2" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground3" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground4" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground5" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground6" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            }
          }
        },
        "snow" : {
          "threatRange" : [3, 3],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "snow" ],
              "secondaryRegion" : [ "alpine", "bioluminescence" ],
              "dungeonCountRange" : [0, 1],
              "dungeons" : [ "glitchsewer", "glitchvillage", "apexresearchlab", "apextestchamber", "apextowerblock", "aviantomb", "aviantower", "avianvillage", "humanbunker", "floranhuntinggrounds", "floranvillagetower" ]
            },
            "underground1" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground2" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground3" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground4" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground5" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            },
            "underground6" : {
              "secondaryRegion" : [ "luminouscaves", "stonecaves", "bonecaves", "icecaves" ]
            }
          }
        },
    
        "jungle" : {
          "threatRange" : [4, 4],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "jungle" ],
              "secondaryRegion" : [ "giantflowers" ],
              "dungeonCountRange" : [0, 1],
              "dungeons" : [ "glitchsewer", "apexresearchlab", "apextestchamber", "aviantomb", "aviantower", "humanbunker", "floranhuntinggrounds",  "scifidungeon", "glitchcastle", "humanprison", "aviantemple", "avianairship", "floranhell" ]
            },
            "underground1" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground2" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground3" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground4" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground5" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground6" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            }
          }
        },
        "toxic" : {
          "threatRange" : [4, 4],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "toxic" ]
            },
            "subsurface" : {
              "primaryRegion" : [ "toxicoceanfloor" ]
            },
            "underground1" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground2" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground3" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground4" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground5" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground6" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            }
          }
        },
        "alien" : {
          "threatRange" : [4, 4],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "alien" ],
              "secondaryRegion" : [ "eyepatch" ],
              "dungeonCountRange" : [0, 1],
              "dungeons" : [ "glitchsewer", "apexresearchlab", "apextestchamber", "aviantomb", "aviantower", "humanbunker", "floranhuntinggrounds",  "scifidungeon", "glitchcastle", "humanprison", "aviantemple", "avianairship", "floranhell" ]
            },
            "underground1" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground2" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground3" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground4" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground5" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            },
            "underground6" : {
              "secondaryRegion" : [ "cellcaves", "fleshcaves" ]
            }
          }
        },
    
        "arctic" : {
          "threatRange" : [5, 5],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "arctic" ]
            },
            "subsurface" : {
              "primaryRegion" : [ "arcticoceanfloor" ]
            }
          }
        },
        "tundra" : {
          "threatRange" : [5, 5],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "tundra" ],
              "secondaryRegion" : [ "ice" ],
              "dungeonCountRange" : [0, 1],
              "dungeons" : [ "glitchsewer", "apexresearchlab", "apextestchamber", "aviantomb", "aviantower", "humanbunker", "floranhuntinggrounds",  "scifidungeon", "glitchcastle", "humanprison", "aviantemple", "avianairship", "floranhell" ]
            }
          }
        },
    
        "magma" : {
          "threatRange" : [6, 6],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "magma" ]
            },
            "subsurface" : {
              "primaryRegion" : [ "magmaoceanfloor" ]
            }
          }
        },
        "volcanic" : {
          "threatRange" : [6, 6],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "volcanic" ],
              "secondaryRegion" : [ "crystalline" ],
              "dungeonCountRange" : [0, 1],
              "dungeons" : [ "glitchsewer", "apexresearchlab", "apextestchamber", "aviantomb", "aviantower", "humanbunker", "floranhuntinggrounds",  "scifidungeon", "glitchcastle", "humanprison", "aviantemple", "avianairship", "floranhell" ]
            }
          }
        },
        "scorched" : {
          "threatRange" : [6, 6],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "scorched" ],
              "secondaryRegion" : [ "rust" ],
              "dungeonCountRange" : [0, 1],
              "dungeons" : [ "glitchsewer", "apexresearchlab", "apextestchamber", "aviantomb", "aviantower", "humanbunker", "floranhuntinggrounds",  "scifidungeon", "glitchcastle", "humanprison", "aviantemple", "avianairship", "floranhell" ]
            }
          }
        },
    
        "moon" : {
          "gravityRange" : [50, 55],
          "threatRange" : [1, 1],
          "layers" : {
            "surface" : {
              "primaryRegion" : [ "moon" ]
            },
            "subsurface" : {
              "primaryRegion" : [ "moonunderground" ]
            },
            "underground1" : {
              "primaryRegion" : [ "moonunderground" ]
            },
            "underground2" : {
              "primaryRegion" : [ "moonunderground" ]
            },
            "underground3" : {
              "primaryRegion" : [ "moonunderground" ]
            },
            "underground4" : {
              "primaryRegion" : [ "moonunderground" ]
            },
            "underground5" : {
              "primaryRegion" : [ "moonunderground" ]
            },
            "underground6" : {
              "primaryRegion" : [ "moonunderground" ]
            },
            "core" : {
              "primaryRegion" : [ "mooncore" ],
              "baseHeight" : 150
            }
          }
        }
    }
     
  6. dropdead

    dropdead Big Damn Hero

    <coughsmartasscough> :love:
     
    Old_Crazy_Gamer and The | Suit like this.
  7. mega1298

    mega1298 Void-Bound Voyager

    HAHAHAH lol
     
  8. 1nfinitezer0

    1nfinitezer0 Cosmic Narwhal

    So...
    glitchcastle for example only in jungle, alien, tundra, scorched, volcanic

    Is it just me, or I've had the impression that bigger planets are generally more rich with settlements.
     
  9. Tamorr

    Tamorr Supernova

    In a way that would be I think common sense. The bigger something is, the more room it has to spawn or chance to spawn these structures. Well in the logic anyhow...
     

Share This Page