News

New demo and main theme

Eppo worked on the main theme a bit and expanded on the (pretty crude) draft. The music you hear in this trailer comes much closer to what we envision, but knowing Eppo, he will still tweak some buttons before the final version is done (is a version ever final anyway)?...
Continue Reading

New equipment window

Finding items is nice. Actually being able to equip them is even nicer. Here you see the very first outline of our Persona window. It's still static and only has two slots. The next step will be making it dynamic, by enabling the player to drag and drop equippable items...
Continue Reading

We can swim!

Ladies and gentlemen, we can swim! These are five different animations combined in a blend tree, linked to programming logic that detects when the player is under water. We have also implemented some optimalizations, as the game was suffering from 15 FPS lag spikes on Ultra settings. These have now...
Continue Reading

New NPC behavior

Welcome in Dyllan’s bandit camp. NPC’s shouldn’t just stand and idle in the game. To make things more realistic, they should do stuff: watch the horizon, pick something up, scratch their heads, wander around. But programming this for every single NPC in the game is a huge task, so it’s...
Continue Reading

Dialogue system linked to code

Under the hood, many things are happening too. Today we established a link between our Inventory (C+) and Dialogue System (LUA), so that we can display certain dialogues only when you have a certain item with you.
Continue Reading