A game for Minetest 0.5-dev. The game is under heavy development and is still missing many features.
The inspiration for this game is my home country, Australia. I've tried to bring the landscape and flora into the game of Minetest. Enjoy and think of visiting Australia next time you travel abroad.
You can choose to play in a “survival mode” in which you have to fight monsters and hunger for survival and slowly progress through the various other aspects of the game, such as mining, farming, building machines, and so on. Or you can play in “creative mode” in which you can build almost anything instantly.
- Download the .zip file
- Extract the .zip archive with an archive manager (WinZip, 7-zip, gunzip...)
- Rename the directory to outback and place it in the
/games
directory of Minetest.
- Open the terminal (in Linux) or the Git shell (in Windows), and set the working directory (the mods folder) using
cd
- for examplecd /home/vlapsley/.minetest/games
orcd C:\Users\vlapsley\minetest-0.4.16\games
- Clone (download) Outback game:
git clone https://github.com/vlapsley/outback.git
- Next time, you can automatically update the Outback game with the same
cd
command, andgit pull origin master
This game is currently in alpha stage. It is playable, but very unfinished, many bugs are to be expected. Backwards-compability is not guaranteed, updating your world might cause small and big bugs (such as “missing node” errors or even crashes).
The following main features are available:
- Plenty of biomes to explore. Some are rich in resources, others barren and harsh.
- Trees, plants, bushes all native to Australia
- Saplings
- New stone - basalt, diorite, granite, limestone, shale, slate and red sandstone.
- Coral
- Chests
- Boats
- Fire
- Minecarts
- Torches
- Beds
- Books and bookshelves
- Dyes
- TNT
The following features are incomplete or not yet implemented:
- Buidling blocks: Stairs, slabs, doors, trapdoors, fences, fence gates, and walls.
- New ores - silver, nickel, zinc, lead, uranium and a reuse of mese.
- Precious stones - Agate, Amethyst, Citrine, Emerald, Jade, Opal, Ruby, Sapphire, Smoky Quartz, and Thunder Eggs.
- New fuel - crude oil
- Basic tools
- Technic mod (machines, nuclear reactor)
- Pipeworks
- Mesecons
- Mobs - Great White Shark, Tiger Shark, Saltwater Crocodile, Brown Snake, Tiger Snake, Emu, Kangaroo, and Wombat.
- Combat: weapons (bows, pistol, rifle) and armor (kevlar)
- Weather and seasons
- Ambient sounds
- Farming and crops
- Fishing
- Food recipies
- Potentially add renewable fruit on trees
- Wine and brewing
- Villages - Pub, cattle station, sheep station, simple crop farmhouse (apple, banana, sugar cane, pineapple, grapes/vineyard), general store.
- Hunger
- Thirst and drinking water
- Stamina, exhaustion.
- Additions to survival mode - poison (snake bite), medikits / first aid and Indigenous remedies.
- Shipwrecks - extend items stored in the wrecks chest.
- Sea grass and kelp
- Subterrane monsters - just enough to keep you on your toes. Probably zombies.
- Explore the skybox mod and potentially add some beautiful skylines.
- Crafting guide
- In-game help system
- Licenses and credits
- Readme files and API documentation
You find interesting and useful infos in API.md
.
This project is currently mostly a one-person project.
Outback is licensed under the GNU LGPL v2.1 (vlapsley, minetest developers and countless others)
(see LICENSE.txt
).
No non-free licenses are used anywhere.
See README.txt in each mod directory for detailed information about other authors.