Tryng to do a kill count cause my plan is to create Multy Player game but since the simpliest of things cannot be accomplished i doubt it will ever happen.
Well this is the Flow Graph and I used Actor:LocalPlayer but it won't work.
Re: What is wrong with my Flow Graph
#2As this is related to Crysis and not CRYENGINE 5, i'm moving this to Off Topic Discussion.
/Moved to Off-Topic Discussion.
/Moved to Off-Topic Discussion.
Re: What is wrong with my Flow Graph
#3Is in CryEngine 5 where i was trying to do it. That was the example from the book this is mine:
This is what should happen:
It doesn't work and I don't know what is wrong to me it looks that is correct but again is not working bro.
This is what should happen:
It doesn't work and I don't know what is wrong to me it looks that is correct but again is not working bro.
Re: What is wrong with my Flow Graph
#4Well, it should work fine if you delete second local playerIs in CryEngine 5 where i was trying to do it. That was the example from the book this is mine:
S.png
This is what should happen:
V.png
It doesn't work and I don't know what is wrong to me it looks that is correct but again is not working bro.


GorbashGaming - Beginner Tutorials for CE https://www.youtube.com/channel/UCIjN10 ... Img/videos
Re: What is wrong with my Flow Graph
#5Should it not be from target to the 4x entity:Human entity port?
Re: What is wrong with my Flow Graph
#6Creating1, yes, I thought so too. But works like on my pic properly.
GorbashGaming - Beginner Tutorials for CE https://www.youtube.com/channel/UCIjN10 ... Img/videos
Re: What is wrong with my Flow Graph
#7If you want a kill counter, use the Nodes "KillInfo" or "OnDeath"
example:
example:
Re: What is wrong with my Flow Graph
#8Manuk, you're right, it looks way better. I was wondering about it as in previous method all the entities must be added which is imho overkill. Thanks, it's useful. BTW you think it could be used for levelling system?If you want a kill counter, use the Nodes "KillInfo" or "OnDeath"
example:
Untitled-1.jpg
Also, when you guys plan to release your game


GorbashGaming - Beginner Tutorials for CE https://www.youtube.com/channel/UCIjN10 ... Img/videos
Re: What is wrong with my Flow Graph
#9There is only one problem with manuk flowgraph is when you kill multiple of enemies e.g quad kill. Sometimes it only notes some, not all killed in the event.
For exp system use game tokens. but victim id will come in handy. As each character has different exp values. plus you can track it through the map and save it out.
For exp system use game tokens. but victim id will come in handy. As each character has different exp values. plus you can track it through the map and save it out.
Re: What is wrong with my Flow Graph
#10Thanks. Makes sense. Didn't think of that actually. Need to learn more about game tokens though, as I'm not sure I get this yetThere is only one problem with manuk flowgraph is when you kill multiple of enemies e.g quad kill. Sometimes it only notes some, not all killed in the event.
For exp system use game tokens. but victim id will come in handy. As each character has different exp values. plus you can track it through the map and save it out.

GorbashGaming - Beginner Tutorials for CE https://www.youtube.com/channel/UCIjN10 ... Img/videos