Category Archives: Development
Just working on the cave temple at the moment… Had to add some scripts to get some effects I wanted, and added fake lighting to the editor… The area will be all dark, but the crystals and the players flashlight… It will also have a new gameplay element (falling rocks), and I still need to […]
Started working on the sub-areas… One of the problems with building tools is that you then want to use them everywhere… Some weeks ago, I was content in generating all the maps with procedures (with the exception of the ship, so I did a XML-based system for that): But it’s boring generating content this way, […]
I’ve made some more cutscenes in the game and advanced the major storyline a bit… Had to fix one million of small bugs (mostly because they were annoying me). While I’m playing the game this way, I keep balancing small details… Some details I’ve found by playing is that with just the single-shot gun (the […]
Worked today on the new cutscene for the second temple in the game… This one was a whole lot of trouble (in the previous days) due to the immense amount of work required to get custom maps in. The cutscene itself was pretty simple… Added some sweet 4-point bezier traversal for the camera movement, which […]
Today I finally added the props into the custom voxel scene, which finally composed the scene. Also added the action nodes and in the case of the temple, makes a carving spawn there (if you haven’t picked it up yet). Also fixed a bug that was nagging me for ages in the game sometimes… Sometimes, […]
Added the custom voxel object to the game today, which solves the problem I explained yesterday. The custom voxel object takes care of heightmap and of inserting the voxel map into the game. I’m still missing the props and the action nodes, but that’s easy to add at this point. Also added some functionality to […]
Started work on merging the procedurally generated map with the custom stuff I make in the editor… and only when I started I saw the error of my ways! The way I’m building the procedural world is that I build a heightmap for the world, and then convert that heightmap into voxels, with special cases […]
Today I wasn’t feeling like tackling something big, so I decided to work on small stuff… After fixing some minor bugs, I looked at my task list and I saw something that shouldn’t be hard, but I was curious about: target prediction. Up until now, the enemies would shot at the players current position, so […]
Today I added some more functionality on the editor… Some tools are just workflow tools (for example, a “voxel picker”, which allow me to just click on a voxel and the system will set that as a brush, which is much better than cycling through all the materials… it also takes the color from the […]
For the second temple in the game, I decided to just start voxel doodling and see where it got me… I got some nice ideas, and I combined that with the ideas I had regarding the combat itself (an open area where the player could run and hide from the enemies, since there will be […]