Is it possible to duplicate a world?

Is it possible to duplicate a world? If not via the UI could I copy a word locally, rename it and then import it into forge? Or is the name of the world directory used in internal references somewhere?

Thanks.

Hey there

In the future there would be a tool for this on The Forge, but until then, you can export your world, change the world.json idenfitiers to be different from the original and then use the import wizard to bring it back in.
So you’re on the right track.

The fields I change are these:

  "name": "vardhifold",
  "title": "Vardhifold",
  ...
  "id": "vardhifold",

I don’t think you have to change all of these, but that’s basically it.

1 Like

Thanks for guidance.