Aryandil wrote:I am unsure if this is the right place for my question, so I apologize if I have broken any rules; it was unintentional. I was trying for the first time to install a map in Minetest and the Wiki said to put it in the "worlds" folder. However, I do not have any such folder. If someone could assist me in this matter, it would be greatly appreciated. I have included a screenshot in the attachment of what the Minetest folders look like on my Mac OS X (Snow Leopard build). Thank you in advance for your assistance.
minetest/
├── bin/ (contains the executable program file)
├── builtin/
├── cache/
├── client/
├── doc/
├── fonts/
├── games/ (collection of mods tweacked or designed to work well together)
│ ├── minetest_game/
│ ├── minimal/
│ └── … (installed extra games)
├── locale/ (language files)
├── mods/
│ └── … (installed extra mods and modpacks)
├── textures/
│ ├── base/
│ │ └── pack/
│ └── … (installed extra texturepacks)
│
├── worlds/ (this folder will be created when the first local/singleplayer world is created
│ ├── "someworld" (the name given to the world by the user when it is created)
│ │ ├── players/
│ │ ├── worldmods/ (create this folder for world exclusive mods)
│ │ ├── auth.txt
│ │ ├── env_meta.txt
│ │ ├── map.sqlite
│ │ ├── map_meta.txt
│ │ └── world.mt
│ └── … (more saved worlds. Some with exclusive world mods)
├── minetest.conf (will be created with first start of Minetest)
└── minetest.conf.example (a list of all possible settings)
Users browsing this forum: Bing [Bot] and 9 guests