Jump to content

Create a Wormhole


Recommended Posts

Hi guys,

So I found on the wiki that you can spawn in some wormholes but it doesn't seem to be working for me.

Is there a more in-depth guide to this?

The wiki states:

Quote

1.       Sadly no one line command, follow steps instead.
2.       Spawn wormhole 1 using this command: worm1 = c_spawn("wormhole")
3.       Spawn wormhole 2 using this command: worm2 = c_spawn("wormhole")
4.       Create connections forth: worm1.components.teleporter.targetTeleporter = worm2
5.       And back: worm2.components.teleporter.targetTeleporter = worm1
6.       DONE!

 
 

 

So what I do is type in "c_spawn("wormhole")" into the console for the first - then do the same for the second. Then I go to the first one and type in "worm1.components.teleporter.targetTeleporter = worm2" and then I go to the second one and type in "worm2.components.teleporter.targetTeleporter = worm1" but all I seem to get are two unusable wormholes.

Am I doing it wrong?

Link to comment
https://forums.kleientertainment.com/forums/topic/73725-create-a-wormhole/
Share on other sites

15 minutes ago, fimmatek said:

But this manual configuration means that we can create wormholes that work in a circle, like, if your wormholes are A, B, C and D then you travel A -> B -> C-> D-> A, right? Cause that would be cool! :D 

To get to D from A is 45 sanity though 

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