Spellcaster Studios

Make it happen…

Monthly Archives: July 2014

Playthrough, Part IV

Today I advanced a bit more in the storyline… It’s going well, almost no actual code written today, just writing text and scripting the cutscenes… Took another first person screenshot… They look cool, think the next game in this series will be first person! Now listening to “Le Roi Est Mort, Vive Le Roi” by […]

Balancing

Today I didn’t have much development time, so I just decided to play the game a bit and balance some stuff, mainly costs of equipment… The thing that’s been bugging me the most about the costs is that I feel the fuel cells (which allow me to travel to another planet) are too expensive… I […]

First person mode

Today I wasn’t feeling like working on storyline stuff (need to grind for some alloy to get to the next planet in the story)… As I was talking this afternoon with my colleagues, I playfully said that I had to try the game in first person mode one of these days… And “one of these […]

Bats!

Just added the second feature of the caves: the bats! These are small, low-health enemies meant to annoy the player and distract him from the real danger of the rockfalls! I don’t have the art for it yet, so I’m using the player sprites to do the gameplay logic! So, I’m done with the cave […]

Rockfall

Just added another game entity/enemy: the rockfall! In certain places (currently only on the cave temple), there’s falling rocks, which damage the player and knock him back (which may cause him to fall down and splat!). It was surprisingly easy to put in, which is pretty good (and unexpected, most new entities give me some […]

Custom areas

Got the custom areas working in game! Still have some work to do in transitioning from custom areas to the normal planet areas, and vice-versa, but the base code is done… I still have a lot of work to do on the temple: introduction cutscene, a new type of enemy, a special hazard and random […]

More options on the editor

Today I didn’t have much time for development… I just added a new UI element (that is useful for the editor and for the options screen the game will eventually have): a checkbox. Also added the possibility to change the voxel material without affecting the color or the emissive. I needed that to replace the […]

The cave temple

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 […]

Sub-areas

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, […]