Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Creature biome spawn driving me crazy!  (Read 838 times)

Raphite1

  • Bay Watcher
    • View Profile
    • Beards and Brimstone
Creature biome spawn driving me crazy!
« on: October 27, 2009, 09:27:15 pm »

I'm trying to replace all creatures will custom dinosaurs, but they seem to be spawning in random biomes without rhyme or reason.

Latest example: I just carefully chose a 2x2 joyous wilds map with only one biome, and so far it's spawned two creature groups.

The first:
   [BIOME:ANY_FOREST]
   [BIOME:ANY_WETLAND]
   [BIOME:NOT_FREEZING]
The second:
   [BIOME:MOUNTAIN]
   [BIOME:ANY_DESERT]
   [BIOME:NOT_FREEZING]

     How is is possible that these creatures could be on the same map?

Edit:

I just had a creature with
        [BIOME:ANY_GRASSLAND]
   [BIOME:ANY_SHRUBLAND]
   [BIOME:NOT_FREEZING]
show up on a 100% forest map! No clue what's going on with these biome tags.
« Last Edit: October 27, 2009, 10:24:15 pm by Raphite1 »
Logged

Footkerchief

  • Bay Watcher
  • The Juffo-Wup is strong in this place.
    • View Profile
Re: Creature biome spawn driving me crazy!
« Reply #1 on: October 27, 2009, 11:06:16 pm »

Despite their names, the "NOT" biome groups don't negate other biomes -- rather they add every single not-freezing (or whatever) biome to the creature's biome list.  The game just goes through the biome list and says "Is this biome permitted by at least one of the biome tags?  If so, the creature can spawn there!"  NOT_FREEZING means your creatures are in every single NOT_FREEZING biome.
Logged

Raphite1

  • Bay Watcher
    • View Profile
    • Beards and Brimstone
Re: Creature biome spawn driving me crazy!
« Reply #2 on: October 28, 2009, 12:04:02 am »

Thanks! That clears up much.