Page 1 of 1

Convert world gamemode

PostPosted: Mon Dec 15, 2014 06:00
by TheSuperTimelord
How can I convert a world in regular minetest to dreamworld

Re: Convert world gamemode

PostPosted: Mon Dec 15, 2014 13:36
by Don
go into the world folder and edit the world.mt file.
First line is gameid = minetest
change to gameid = dreamworld
be sure that the name is right. Also know that the mods need to be the same or you will get unknown blocks

Re: Convert world gamemode

PostPosted: Mon Dec 15, 2014 18:34
by rubenwardy
Make sure you back up - copy the world folder to somewhere else to save it in case it goes wrong.

Re: Convert world gamemode

PostPosted: Wed Dec 17, 2014 06:40
by TheSuperTimelord
Thanks :)