Oct 3

Its been a while since I updated here, I stopped working on the planet generation part of the Untitled engine about 2 weeks ago, although I have added significant improvements over the last version, I think that is as far in that direction as I will go with it for a while.

You may notice I say ‘planet .. part’ well there is a good reason for this as I have been working for the last few weeks on more and more complicated physics engines. I have created a basic planet generation program that spins a lot of matter around a sun and creates planets from collisions. The idea being that you should be able to fly around the solar system, (i’m not going to say much beyond that at the moment) land on planets and do whatever your heart desires.

From the time I first started playing space games, I always wished that the character was more involved in the day to day running of their ship. And so inspired by games like KOTOR I aim to create a space engine that allows the player to leave the controlls of the ship at any point and walk around the ship, go for spacewalks etc. (While the ship is in motion if needs be)

I will probably release the untitled engine planet builder soon-ish in almost the state it was three weeks ago. this should include:

  • aprox 2000% increase in tree growing performance (yes it was THAT messy :s)
  • Full menu system for changing world generation parameters,
  • And much more that I can’t remember.

I may also release the 2D planet generator although at the moment it needs some collision culling before its actually ready to be used. (performance wise)

Also programming in c++ again :D

Updates soon-ish hopefully.

Sep 7

Ok new release, changes:

  • Trees added in again, now less peformance hungry and grow where they should
  • made worlds look nicer
  • trees now displaying in area view (see screens)
  • started the inventory work

screens:

A large forest world:

A nice ocean world:

The basic trees and the shadows:

Source: untitled_0.012-1.tar.gz

Sep 4

OK new release is out, new stuff:

  • Temperature
  • Land smoothing (makes much nicer looking maps)
  • Basic map editor (only raising and lowering water level)
  • Enter able map squares (hit . to enter and , to exit)
  • Basic console help system (press ‘h’ to access it)

The code has now finally been split up into different modules. In the future I aim to release modules for everything to allow for more ease of modification.

Screen shots:

Water at level -2:

Water at lvl 2:

Water at level 3:

Water at lvl 8:

Source: untitled_0.12.tar.gz

Sep 2

Ok, I got everthing fixed up a couple of days ago so I really should have released then but i’ve been fiddling :D

New things since last release:

  • Implemented z coordinate (Up down)
  • Mountains
  • Oceans (with depths)
  • Soil quality
  • grass that grows (sort of)
  • Trees & forests that grow
  • Openable map (Hit ‘m’)
  • World saving (No loading yet)
  • Cleaned and re-wrote quite a bit of the code. (More efficient now)

I have taken out ice until temp is in (hopefully soon) although the top of mountains still have ’snow’ on them :D

Screenies:

Heightmaps:

Ocean world:

Forest world:

Source: untitled_0.01.tar.gz

Aug 29

Ok, quite a large update is on the way.

Procedurally generated:

  • forests
  • oceans
  • grass
  • temperature

Here are some world map pics for you:

Release soon hopefully…

« Previous Entries