Jump to content

Creating spawners via console?


Recommended Posts

So I'm 100 days into a DST world with a couple friends, I'm curious if there is a way to create spawners for things? Specifically meteors and the Ancient Guardian in the caves.

Our world did not generate either of these at all, I've searched google and the forums and nothing has come up but I've seen plenty of threads with people stating (it's possible, but I don't know how)

Thx in advance!

Link to comment
Share on other sites

9 hours ago, poomop said:

So I'm 100 days into a DST world with a couple friends, I'm curious if there is a way to create spawners for things? Specifically meteors and the Ancient Guardian in the caves.

Our world did not generate either of these at all, I've searched google and the forums and nothing has come up but I've seen plenty of threads with people stating (it's possible, but I don't know how)

Thx in advance!

are you playing on the beta? because its very new so its known to have its issues with map generation and visual bugs

Link to comment
Share on other sites

For Guardian, just do c_spawn("minotaur") wherever you wish to fight him. You can use the following commands to see if there already is a Guardian in your world:

ThePlayer.components.talker:Say(tostring(c_countprefabs("minotaur")))

or

c_countprefabs("minotaur")

 

As for the meteor showers: DST is nice and it will try to autofill whatever you're trying to spawn. Assuming they work like tumbleweeds, c_spawn("meteor_spawner") may work (I would advise spawning one and seeing what happens, it is possible that only one is necessary to start the shower). It's also possible that the shower is an ingame "event" (such as choosing a crop to disease or a full moon), in which case TheWorld:PushEvent("meteor_shower") may work. Note that the bold prefabs are just educated guesses.

 

I think I'll ask the data mining thread about this, will update the post when I get an answer.

Link to comment
Share on other sites

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...