Jump to content

How do I spawn in fountains of knowledge without them crashing the game?


Recommended Posts

My world spawned without any fountains in the archives. I tried to spawn them in with commands, but whenever I open a distilled knowledge from one of them, it crashes the game. Is there any way to spawn them in and have them work, or will I just have to spawn in the blueprints for each item?

44 minutes ago, Sustenance said:

My world spawned without any fountains in the archives. I tried to spawn them in with commands, but whenever I open a distilled knowledge from one of them, it crashes the game. Is there any way to spawn them in and have them work, or will I just have to spawn in the blueprints for each item?

Check if your game is updated to the latest version, Klei fixed this bug recently

2 minutes ago, Duck986 said:

Check if your game is updated to the latest version, Klei fixed this bug recently

I saw that. Does it retrofit onto old worlds? I don't want to restart this one if possible.

c_spawn("archive_lockbox_dispencer") v.product_orchestrina="turfcraftingstation"

c_spawn("archive_lockbox_dispencer") v.product_orchestrina="archive_resonator_item"

c_spawn("archive_lockbox_dispencer") v.product_orchestrina="refined_dust"

I'm not sure but I remember there was also v= at the beginning (before c_spawn) but I don't remember if it was actually needed

9 hours ago, BezKa said:

c_spawn("archive_lockbox_dispencer") v.product_orchestrina="turfcraftingstation"

c_spawn("archive_lockbox_dispencer") v.product_orchestrina="archive_resonator_item"

c_spawn("archive_lockbox_dispencer") v.product_orchestrina="refined_dust"

I'm not sure but I remember there was also v= at the beginning (before c_spawn) but I don't remember if it was actually needed

yeah, i found a comment on the wiki which works. seems its:

-- Yellow - Terra Firma Tamper:

v=c_spawn("archive_lockbox_dispencer") v.product_orchestrina="turfcraftingstation"

-- Blue - Astral Detector:

v=c_spawn("archive_lockbox_dispencer") v.product_orchestrina="archive_resonator_item"

-- Red - Collected Dust:

v=c_spawn("archive_lockbox_dispencer") v.product_orchestrina="refined_dust"

 

thanks for the help!

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