Page 1 of 1

Saving problem

PostPosted: Fri Mar 09, 2012 06:53
by Goulash
I have got a problem with saving maps, it isnt soooo complicated problem but, WHERES the save buton???

PostPosted: Fri Mar 09, 2012 07:00
by Menche
The map is saved automatically. As for switching maps, currently there is no real management of maps, so to switch maps you have to manually rename or move the world folder.

PostPosted: Fri Mar 09, 2012 07:10
by Death Dealer
this is what i do
main ALLWORLDS(folder)- and then i name folders in the subdirectory decribing the map or something ive built, this is as good as it gets for now.

so
ALLWORLDS/
(subdirectory)
mountain/world
gainthotdog/world
squidmonster/world

this is just an example.

and your "save" is of coarse your world folder.
no save button, automatically saves on exit.

PostPosted: Fri Mar 09, 2012 08:10
by kahrl
You could make different .desktop files, er, different shortcuts for the different worlds. Pass the --map-dir option:
minetest --map-dir /home/.../some/world
or on windows
minetest.exe --map-dir c:\...\some\world

PostPosted: Fri Mar 09, 2012 17:53
by Death Dealer
kahrl wrote:You could make different .desktop files, er, different shortcuts for the different worlds. Pass the --map-dir option:
minetest --map-dir /home/.../some/world
or on windows
minetest.exe --map-dir c:\...\some\world

shortcuts would'nt work, there has to be one "world" file inside of the game, you would still have to go back to the folder, this would only really help if you didnt have your worlds folder in the mineteset folder. it would be like either choosing to click on the actual file or a shortcutXD

PostPosted: Fri Mar 09, 2012 18:35
by Menche
Death Dealer wrote:
kahrl wrote:You could make different .desktop files, er, different shortcuts for the different worlds. Pass the --map-dir option:
minetest --map-dir /home/.../some/world
or on windows
minetest.exe --map-dir c:\...\some\world

shortcuts would'nt work, there has to be one "world" file inside of the game, you would still have to go back to the folder, this would only really help if you didnt have your worlds folder in the mineteset folder. it would be like either choosing to click on the actual file or a shortcutXD

That should work, its not shortcuts to the world folder, its shortcuts that launch the game with an option selecting the different world folder.

PostPosted: Fri Mar 09, 2012 18:47
by Death Dealer
Menche wrote:
Death Dealer wrote:
kahrl wrote:You could make different .desktop files, er, different shortcuts for the different worlds. Pass the --map-dir option:
minetest --map-dir /home/.../some/world
or on windows
minetest.exe --map-dir c:\...\some\world

shortcuts would'nt work, there has to be one "world" file inside of the game, you would still have to go back to the folder, this would only really help if you didnt have your worlds folder in the mineteset folder. it would be like either choosing to click on the actual file or a shortcutXD

That should work, its not shortcuts to the world folder, its shortcuts that launch the game with an option selecting the different world folder.

oh ok, its not that big of a game i could see having a couple copys of it.

PostPosted: Fri Mar 09, 2012 19:22
by kahrl
The executable can be the same, only the world dirs have to be different.