vlapsley / outback

A Minetest game inspired by Australia.
GNU Lesser General Public License v2.1
4 stars 1 forks source link
australia minetest minetest-subgame outback

Outback

A game for Minetest 0.5-dev. The game is under heavy development and is still missing many features.

Screenshot

Discussion on Minetest Forums

Gameplay

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.

Installation

Download

  1. Download the .zip file
  2. Extract the .zip archive with an archive manager (WinZip, 7-zip, gunzip...)
  3. Rename the directory to outback and place it in the /games directory of Minetest.

Using Git

  1. Open the terminal (in Linux) or the Git shell (in Windows), and set the working directory (the mods folder) using cd - for example cd /home/vlapsley/.minetest/games or cd C:\Users\vlapsley\minetest-0.4.16\games
  2. Clone (download) Outback game: git clone https://github.com/vlapsley/outback.git
  3. Next time, you can automatically update the Outback game with the same cdcommand, and git pull origin master

Completion status

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:

The following features are incomplete or not yet implemented:

Info for programmers

You find interesting and useful infos in API.md. This project is currently mostly a one-person project.

Legal information

License of source code

Outback is licensed under the GNU LGPL v2.1 (vlapsley, minetest developers and countless others) (see LICENSE.txt).

License of media (textures, models and sounds)

No non-free licenses are used anywhere.

See README.txt in each mod directory for detailed information about other authors.