Jump to content

How to make a donut biome ?


Recommended Posts

I'm learning how to create biomes. But I can't create the shape I want to have:

image.png.de0ffbf70b8d15098fdeb7423f55db5e.png

I always get two biomes side by side

image.thumb.png.8628862d4873c5f40ca24514fc428055.png

Here the code:

AddTask("mytask", {
    locks = {},
    keys_given = {},
    region_id = "farisland",
    room_tags = { "RoadPoison", "fararea", "not_mainland" },
    room_choices = {
        ["Plain"] = 10,
        ["Forest"] = 6,
    },
    room_bg = GROUND.GRASS,
    background_room = "Empty_Cove",
    cove_room_name = "Empty_Cove",
    make_loop = true,
    crosslink_factor = 2,
    colour = { r = 0, g = 0, b = 0, a = 0 },
})

Is this possible by adjusting the options, or do I have to do it in another way, for example by placing the plain and attaching the forest several times?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...