Hi GIL I have few suggestions for ORK 3.
01. A structure system for all different abilities, items, etc.. Current "type" structure system is great for managing but it's still getting messy when project grow larger.
02. Some debugging features. A gi…
Hmm. I saw something on reddit. Might work. I'm not sure. I'll try it.
I have an assassin type character and he have a high "sneak" value. So I want enemies to change their detection ranges depending on how high or low the "sneak" value is. Is ther…
Question 1 - When you re using colors in tutorial Ex: Select a yellow color in the color editor (R=1, G=1, B=0, A=1). pick colors manually from the color picker. Don't copy and paste numbers. In this case simply click on color picker and choose a ye…
I had the same problem when I starting to learn ORK. But there was no any issue with the ORK document tutorials. Only issue was my laziness to read all the documents. Because I used to watch video tutorials. ORK is like a whole new game engine (But …
@foxx Thank you. But this is a custom scripted Inventory system. In my system I only use ORK features. Goal is to achieve all these features just using ORK editor.
Thank you for the tip :)
I want to create a looping animation which have 3 animations (Start, Loop, End) I'm using the animation for a Fire Breath ability. When I hold the key I have to play Start animation and then Loop animation till releasing th…
If I'm thinking right I asked the same question in this thread. http://forum.orkframework.com/discussion/6039/click-to-attack-diablo-style-realtime-battle#latest
In my case, I used Mouse Click Input key and bind it with a Control Map
Control Map S…
You can use new Unity UI system instead of using old GUI Skins. Check this tutorial. http://orkframework.com/tutorial/howto/using-the-new-ui/
Or you can use your own custom UI as well. For example check this guide. http://forum.orkframework.com/dis…
Yes both using the same ability. Issue was i had Auto damage dealers enabled in Event Settings.
I'm using ORK Navmesh Mouse controller. When Area Notification and Loot Notification pop up, I can't click through the notification to move the player. …
@gamingislove Thank you so much for the help.
I have another issue when using Base Attack Ability. I'm using event calculation for the damage calculation. (Not damage dealers) When player attacking enemies, most of the attacks not calculating dam…
Thank you @Wrofir It was Battle Event and Control Map. Thank you so much for the guide. I didn't thought about it before.
I'm using built in Camera Control > Mouse. Very useful to see in different angles for testing :)