Cestal Posted August 20, 2020 Share Posted August 20, 2020 I'm learning how to create biomes. But I can't create the shape I want to have: I always get two biomes side by side 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 https://forums.kleientertainment.com/forums/topic/121077-how-to-make-a-donut-biome/ Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now