Skills 2

posted in Jygle's Journal
Published June 25, 2015
Advertisement
Hello !

So, I'm back after a little week of work on the skills. As a reminder, my last entry was also talking about the skills of my RPG character. Some very simple skills were already done, but the most interesting was to be done.
So, this time, I made some progress on the core-skill of my gameplay : a system of knife-lauching. My idea is to allow the player to choose the knife he wants to throw at the enemy, and then, dash on this enemy to activate the related effect. The problem is, that....I have never been so good to make a good statemachine, but it's what I need here, most of all. So, I'm currently building this part of the gameplay.

Besides this, I discovered a really nice animation to play when the character use a buff (The picture is the entry Image).

The todolist is rather simple, now : work on the knife/dash skill to have something I can show. And work on the appearance and the skin of the "game".

That's all for now, thanks for reading, and have a good day !

[color=rgb(40,40,40)][font=arial]

(You can see my entire progress on

[/font][/color]this game here[color=rgb(40,40,40)][font=arial]

, or follow me on my

[/font][/color]facebook page here[color=rgb(40,40,40)][font=arial]

)

[/font][/color]
Previous Entry Skills
2 likes 4 comments

Comments

tnovelli

"A good state machine", wouldn't that be nice... all you can do is slog through it and maybe you'll think of something semi-elegant!

June 26, 2015 04:41 PM
Jygle

Yep, it's exactly what I'm trying to do, but....it's quiet difficult to do it in one step.

Doing an efficient statemachine in advance, without modifying it later is something I can't do, and I always end up changing a lot of steps. This is npt yet troubling, however, I wonder if this will not matter later in the development.

June 27, 2015 01:36 PM
Eck

Unity 5 has some built in state machine stuff. I haven't started using it yet so I don't know how useful it is yet. This video makes me think that it has promise:

https://www.youtube.com/watch?v=nfV45mpskRI

June 29, 2015 04:37 AM
Jygle

Oh, I already use this tool :)

It's very useful, and quiet simple, but to include this into to character's working can be tricky.

I've currently achieved the skills (at least the minimum), and I shortly will write something about it.

June 29, 2015 07:15 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement