Category Archives: Technology
Today I mostly struggled with a bug on my editor. I’ve added a shader to one of the voxel materials, to give it a special effect to the end zone, but when I tried to add some alpha to it, it wouldn’t display anything… After an hour or so of searching the wrong place, I […]
Today I worked a bit more on the last area of the game… Deliberately blurry so I don’t spoil anything… Anyway, because of the transition and the fight going on in the previous area, I found a silly bug, which is quite recurrent in all systems I built: references. Basically, the Lua threads that are […]
Finally finished the tentacle, including the death state! This is the last time I go beyond the “design document”… This was way more work than it was worth! Now I can start scripting again (and since I’m in the last scene of the game, it’s classified! Got to save something for the players!) Now listening […]
Next time I have the brilliant idea of adding a new enemy to the game, because “it’s simple, it’s just an extrusion of a Bezier”, shoot me… I had no idea that there isn’t a simple way to determine the distance between a point and a bezier (or the closest point on a ray and […]
The effect part of the tentacle attack is now done… I’ll probably revisit some of it during polish stage (drool on the tentacles, etc), but for now it’s good enough for my purposes… The fiery column of particles will deal damage to the player if he flies overhead… That’s my next stop: damage system for […]
Finished the hit/drip effect on the tentacle. When the tentacle hits, it will do a small explosion effect, and then a drip will stay in the ground, which will damage the player… The damage part isn’t done yet, since I’m still missing the “column of light” effect necessary (to avoid the player using he jetpack […]
The tentacle now attacks correctly (finally!)… I changed the gameplay mechanic (because this one was too easy if you kept moving), so now the tentacle leaves a patch on the ground which damages the player when stepped on: Not the final visuals, though… I also want to add a “column” to it, so that if […]
Not much going on, DayJob has been taking its toll and I haven’t had much time to work on the game… Tomorrow, I’m flying for the IBC in the Netherlands, so I won’t have any time to work on the game (I have some posts to cover that time, so you’ll have fresh updates, even […]
Still working on the tentacle animation… There are so many things that can wrong on planning the path, I’m getting really frustrated with it! Every time I think I’m close to a solution, I find some new fringe state which screws everything up! About 15% of the time, the tentacle overshoots the target position, and […]
Today I finished the tentacle animation… It took me a long time to get right, and it’s not exactly bullet proof, but I think that for the game it’s good enough: You can see it in movement here: Basically, for every control point in the bezier, I choose a random plane, and move the control […]