views
64
likes
1

Comments

What do you think?
No comments yet.

A shameless Dwarf Fortress ripoff that I make because I can not afford rimworld.

This is actually being developed. #survival #strategy #basebuilding



all-ages

The splitting is done.

I am currently splitting the game's code into several DLL's/.

I managed to make the new world generator work. Now it uses Perlin Noise. It looks ugly but it works. There will still be changes tho.

Ok I'm back at the job. Sorry for being gone. Bad time allocation.

Working on the Saving and Loading Functionality. All errors in code present till now are fixed (unless there is something I do not know about).

I just wasted about a month trying to fix an error that was caused by two characters in a logical expression.

I tweaked some stuff in the code and the job system works flawlessly (now I need pathfinding for more complex stuff and add more to the game).

I you can now build walls in the game. I must stop staring at the screen right now.

Added a simple character to the game.

I tweaked the Job System a little bit, so it now runs on interfaces instead of events.