Jump to content

Why Glommer's Statue still missing in some world ?


Recommended Posts

I'm wondering this cause the Glommer's Statue setpiece is not supposed to be missing, and I'll show it with the worldgen files.

And yeah, I can guarantise that in some worlds the Statue is missing, I had this yesterday and my reaction was pretty much the same as my profile picture.

Some of you may already had this too I guess ?

 

Well first, the Glommer's Statue setpiece is called the "decidious_pond", it appear in the "MagicalDeciduous" room in the Decidious Forest biome, which is always generated in your world with the Pig King (the entire biome is called "Speak to the king")

But now you may ask : Why is always the Pig King appearing but not Glommer's Statue, huh?

Cause of this : required_prefabs = {"pigking"}, that is in the room of the Pig Village in the same biome, so, as the rooms of this biome never change :

AddTask("Speak to the king", {
	locks={LOCKS.PIGKING,LOCKS.TIER2},
	keys_given={KEYS.PIGS,KEYS.GOLD,KEYS.TIER3},
	room_choices={
		["PigKingdom"] = 1,
		["MagicalDeciduous"] = 1,
		["DeepDeciduous"] = function() return 3 + math.random(SIZE_VARIATION) end, 
	}, 
	room_bg=GROUND.GRASS,
	background_room="BGDeciduous",
	colour={r=1,g=1,b=0,a=1}
}) 

the only thing that can be different is the forest with no specific content itself, for world size variation, but the room with the Glommer's Statue IS always supposed to be generated, but, for some reasons, the decidious_pond setpiece is not requised in the scripts unlike the Pig King one.

Adding required_prefabs = {"statue_glommer"}, will fix the entire problem so why is that not the done already ? I don't think it's something intended since optionnal setpieces have many ways to be added with random chances in selected rooms.

Also, missings things in worldgen is not that rare, sometimes things are missing when the rooms can't find enough space but there is few things that are that usefull as a setpiece like Glommer's Statue.

Spoiler

For curious readers, the only things that are guaranted to appear in your world is the :

- Ancient Guardian

- Atrium Gate

- Pig King

- For RoT players, all the things needed to build the altars (rocks and fissure) are requised in worldgen

- The "Sculptures_1" & "Maxwell5" setpieces, that provide you the statues for sketch and shadow pieces

- Florid Postern... obviously

 

So if you're unlucky (or lucky, depend of your point of view) you may have the chance to have the Antlion missing for exemple, but since Deserts are only made of rocks and cactus, it could be extremely rare that the room is missing of space unlike the Glommer's Statue.

So yeah Klei fix plz :wilson_love:

5 minutes ago, -Variant said:

I've uh...

I've never seen this happen.

Ever.

Show me some pictures, maybe?

That one was a Klei Official Server:
image.thumb.png.4fbcb8953ecf5e09157852c6c7688c35.png

And this is where the Glommer's Statue is located:
image.thumb.png.fe64aee1d9623b7cff4840b4e15d7fa8.png

Do you see it? Let's zoom in closer:image.thumb.png.da04f87a154e4b772ce641c1dab689f2.png

Where's the Glommer's Statue? It didn't spawn!

There was no Glommer's Statue in that world and it was unmodded!

I once had a world where i rushed the moonstone event at day 11. After successfuly did it, i was quite happy and started exploring the world only to notice that there was no glommer statue in the said world. I decided to abandon that world cause of it. Such a shame....

52 minutes ago, -Variant said:

I've uh...

I've never seen this happen.

Ever.

Show me some pictures, maybe?

About the one I had the last day, I've deleted it right after seing that, so sorry I have no pic but Viktor234 showed one that is pretty much the same thing.

This bug is so disturbing, I've opened this thread so hopefully devs may change it to a requised prefab... It's nothing big to do and It'll fix it one for all, after 4000h of playing DST I had this so many times on random games I do for tests, or even by playing with friends, but for sure it's something rare, but when it happens...

16 minutes ago, JDiceArt777 said:

Hey, I've had worlds where the Florid Postern didn't even spawn in....LOL. 

When happened then ? O___O

I actually had a similar problem. Once upon a time myself and a few friends did a world and we found glommer to be a no-show. Now this was before Winona was even released and despite having no glommer on a server without mods that would potentially interfere we brushed it aside. That world is gone now but I would assume from this mention of a similar issue that it's likely a rare bug with world-gen... Not that I would know anything about how DST runs. I just felt compelled to say something out of similar experience.

On 6/26/2019 at 3:55 PM, ADM said:

About the one I had the last day, I've deleted it right after seing that, so sorry I have no pic but Viktor234 showed one that is pretty much the same thing.

This bug is so disturbing, I've opened this thread so hopefully devs may change it to a requised prefab... It's nothing big to do and It'll fix it one for all, after 4000h of playing DST I had this so many times on random games I do for tests, or even by playing with friends, but for sure it's something rare, but when it happens...

When happened then ? O___O

LOL....I didn't even bother with the world. I just restarted. 

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...