2014/07/31

Swordfighting!

Hi, Lussy here.

We’re progressing with the game, even if it seems like we’re just lazing around not doing anything. I’m working on weapon scripts at the moment, while Geril is creating the 3rd player character’s model and working on Eslie and the bobcat too. The bobcat has lots of placeholder combat animations, so I started working on a more serious combat system (until now it was very simple). I’m going to talk about these scripts now, in hope of either helping out someone, or someone telling me why they suck. Remember, I’m not an experienced scripter, I just get an idea and then try to make it work. So with that said, let’s begin.

The current combat system consists of 3 possible combat animations being played. The first one simply plays when you push the attack button, and the second and third ones appear if you successfully maintain a combo. Until now, all this was simply based on timers in the script, but right now I’m experimenting with AnimNotifies. It works like this:

-Player presses the attack button. The combat animation starts.

-When the animation gets to the point where it should start dealing damage, an animnotify calls the function for tracing the swing, and when it shouldn’t deal any more damage, another animnotify stops the tracing process. This way if the animation has a part where the sword is held stationery, it won't hurt anyone.

-There are also two animnotifies for doing combos. They mark the two points in between which the player can push the attack button to continue the combo.

-The last animnotify marks where the second animation should play, if the player wants to continue the attacking combo. If there wasn’t any input, the current animation simply finishes and the player gets back to the idle state.


I needed to do lots of planning to make this work, and I’m still not sure if it’s going to stay (there are lots and lots of ways it can make the weapon stop working altogether, as of now.). If any of you know any better, please don’t hesitate to comment.

Players can have two weapons with them (and some more in their bags, which can only be accessed while out of combat), though only one can be equipped at a time, the other one will be sheathed. Right now, only the sword has the combo system mentioned before, the axe is still very primitive, but functional. Obviously, the axe will be slower but stronger.


The sword only has these really slow animations for debugging purposes. It will be a quick weapon in the final game, with great mobility.

Planned combat speed

That's about it, for now. See you next time!

2014/06/27

Some plans

Hi!

A lot of you (..the few people who sometimes read this blog) don't understand what the game is going to be like. So we'd like to make this clear: we're making a sidescrolling cooperative game in which you explore huge dungeons in groups of 4 or less, fight monsters and enemies and do quests. We'll leave the rest for later. For now, here are some of our most recent plans and ideas:


(don't tell anyone! ;) )

2014/05/27

Bobcat

Hi! Today we're showing you the second playable character, a bobcat named Jagger (not sure if the name will stay).

He's the eldest of the playable characters. He's masculine, self-confident, agressive and short-fused. He likes gambling, curse words and being in control. He trusts a few people, but only respects his dad, and tries to follow in his footsteps. In the beginning of the game, he's trying to find a job because he's indebted to the wrong people.

The 3D model and the textures are not finished, but you get the idea.

(We designed his clothes with Mad Max / Han Solo in mind)





We tested what his facial expressions would be like (in Blender):

The Boulder is conflicted

Update:



2014/04/23

Maps and control

Hi!

We're constantly working on the game's controls, and also on a map so that we can test the controls. We drew a sketch for a map structure, and we already made it functional in the UDK. So, here you go: enjoy the sight of the player character jumping around in a sketch, in a textbook, within a wonderful, low-FPS gif. If it loads.


(Next time the quality's going to be better, I promise.)

Apart from the sketch, we made another simple map, without a real structure, to see how the environment would work with the control mechanics. The design is very basic. We only have a few world objects, that's why it doesn't have any detail and looks kind of boring. We'll be working on those later.

Here are some pictures of the map:









2014/03/23

Shapekey Test

We've been planning to post info about the gameplay for a long time now, but we'd rather not discuss it just yet. Instead, we're going to show some interesting stuff.

One of the playable characters in the game is going to be Eslie. I'm going to write about her technical properties today but her story and personality will be covered in another post.

Her lip-syncing is kind of difficult to create and adjust with her being part wolf. Morph targets - or shape keys - deform her base mesh into a given position (for example, her mouth making different sounds). It can be adjusted, how much (a gaping mouth-morph target can be adjusted to become a slightly-open-mouth morph target by changing the values) and when (they are made into keyframes) the mesh deforms. With some effort, these morph targets can be adjusted so Eslie can (almost) perfectly lipsync any given speech.

A demonstration of this:



I (Geril) used a free software called Papagayo that creates lip-sync using sound and text. It's not very accurate, and it doesn't adjust the jaw movement unfortunately, so there's still a lot of adjustments to make after it finishes. It's better than creating it all from scratch, though.

The importing didn't go very well, but I managed to put it all together in Blender ver. 2.63. I also added some very basic facial mimicry to see how it would look.

And the character can now sing. Not in perfect sync, of course, and without any animation on her body... in T-pose. But it's working. (Makes a great imitation of the decapitated robot in the first Alien movie.)

2014/02/15

Hi!

Sorry for the long silence. There have been major changes in our team: there are only two of us working now. So for this reason, we needed to pause working on our current project, and instead focus on another project we planned to make sometime later. This other project is set in the same world, so the already introduced elements will be implemented in this project as well.

This project is a side-scrolling platform adventure co-op game (really hard to describe it). It has a single player mode and a co-op mode of up to 4 players either locally or online.
We're still using the Unreal Engine 3, so we can use the content we already have.




Main aspects of the game:

fast-paced gameplay
teamwork
advanced crafting
detailed story
puzzles
dungeons
exploring

2014/01/01

Happy New Year!

We wanted to post a drawing this time, but we are working on the first gameplay video, so we'll just show you a screenshot of the level as it is right now.