Go to file
vlapsley 9cbf1bd531 Replace background image with overlay 2017-08-17 13:18:44 +10:00
menu Replace background image with overlay 2017-08-17 13:18:44 +10:00
mods Change distribution of lemon eucalyptus 2017-02-06 11:14:08 +11:00
.gitignore Replace background image with overlay 2017-08-17 13:18:44 +10:00
LICENSE Initial commit 2016-11-08 13:39:04 +11:00
README.md Remove to-do list. Secrets :) 2016-12-05 17:04:56 +11:00
game.conf Initial commit. 2016-11-09 12:33:09 +11:00
minetest.conf Move remaining valleys mapgen paramters from minetest.conf to init.lua 2016-12-05 13:41:39 +11:00
screenshot.png Add screenshot 2016-11-19 15:53:14 +11:00

README.md

Outback

A game for Minetest 0.4.14. Work in progress.

Screenshot

Discussion on Minetest Forums

Inspiration

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.

Features

  • 21 biomes
  • 49 trees and 16 plants native to Australia
  • Sea grass, kelp, coral and shipwrecks.
  • A new ore, the Opal.

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.14\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 cd command, and git pull origin master.