Skip to content

Terrarum 0.3.0

Compare
Choose a tag to compare
@curioustorvald curioustorvald released this 24 Jan 04:33
· 1844 commits to master since this release

After exactly 9 years of development and 2 complete rewrites of the codebase, I humbly announce the first public release of my game.

Right now the game does work: you can move around exploring mountains or spelunking the caves, building something with a limited set of blocks and save your progress, but that's pretty much all the fun you can get for now.

First Time Installation

Common

  • Make sure your system is capable of running OpenGL 4.3 or higher. For macOS running system, you need to have mesa installed; see below for instructions.

Installing Mesa on macOS

  1. Locate the Launchpad icon on the Dock and click it.
  2. Type terminal on the search bar and launch it.
  3. On the terminal, copy-paste the following command and hit Return; this installs the Homebrew package manager:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  4. After the Homebrew installation, type and run the following command again; this installs the Mesa:
    brew install mesa

Actually Installing the Game

  • Unzip the zip file to wherever you want to install the game. That's all!

Launching the Game

  • Run (or double-click) start_game_your-operation-system; e.g., start_game_windows for Windows.

System Requirements

  • CPU: A lot
  • RAM: Just a few gigs
  • Disk Space: Less than a gig for installation
  • Graphics: OpenGL 4.3+
  • If you have an Xbox controller, unplug it: the game only has partial support for the game pad, and it may not work properly on this release

Known Bugs

  • On Windows 10 with nVidia Graphics, minimising the game window may crash the game.