Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@patowen patowen released this 01 May 01:28
· 17 commits to master since this release

Gameplay Changes

  • The camera is now slightly higher, at the top of the sphere instead of the center.
  • A dot has been added to the center of the screen to allow for aiming when placing and breaking blocks.
  • The simulation rate has increased from 10 to 30 steps per second.
  • Updated the save file format to use redb 2.0 instead of redb 1.0. This is a breaking change.
  • Added a configuration option in client.toml for the location of the save file.
  • Chunk margins are now correct, allowing greater visibility during no-clip, less redundant rendering, and better ambient occlusion.

Important Breaking Change

The save format has changed, so save files produced by Hypermine 0.1.0 are incompatible with save files produced by Hypermine 0.2.0. If you get an error when opening Hypermine, you can resolve it by renaming default.save to default_old.save so that Hypermine creates a fresh save file. You can check the console logs to determine where the save file is located.

All Changes

New Contributors

Full Changelog: v0.1.0...v0.2.0