Hello,
First of all, I’m thankful for this kit as I’ve never had the energy nor motivation nor knowledge to make a full RPG system myself.
Secondly, I’m having a blast modifying it and making new content with this system.
Sadly, I have one issue - or - rather two.
First being adding an inventory, but for that I got a friend working on it so no problem for me.
Second issue is the UI, I’ve made an UI (rather simplistic) like Path Of Exile’s, players can hold only 3 items in there + all menu icons up to there, it’s fine, but for Health and Mana…
Health is properly working, or at least, as it should be with your default UI health, mine doesn’t go down but rather go to the left overtime as the player takes damage, still haven’t figured out how I could fix this.
Mana… well, I don’t really know how to make use of your system which count only mana in numbers to transfer it into a mana pool slowly going down as they deplete it… might copy the health system and modify it for mana tho
Some help or pointers on getting the health to go down rather than moving to the left would be much appreciated as even while trying to look for it thro the ‘Find result’ feature in studio, I can’t find anything 'bout it
I got the place from the YouTube video. I inserted all the animations. I enabled API access and all of that. I published the game as well. There is an error I tired looking for a way to fix it up it does not work. How can one fix this?
If this is the problem, then make sure that the IdleAnimation value is set on the enemy. I’m not sure how this could become nil if you just installed the kit though.
Modifying the kit isn’t something I can really help you with, but good luck on your additions. I wouldn’t add a custom inventory system myself due to the fact that it doesn’t really add anything new that the default backpack doesn’t have.
Thanks for releasing this kit, it came highly recommended. Like others, I had trouble getting this kit to function properly, but for me it boiled down to saving the uncopylocked game, saving animations, turning on API services. Only then, I ran into an issue that others reported.:
Problem: The player weapons would not animate, but the same animation worked for an R15 enemy. It turns out, that at launch of the game, the animation references in the Items’ “UseAnimation” ObjectValues are disappearing (before cloning). The cloned weapon therefor has no animation.
Solution:
Since I knew the animations worked, I just changed the variable type.
I changed every Items’ “UseAnimation” ObjectValue linked to an animation to a StringValue with the Animation’s name.
In “ItemFunctions” changed the usage of UseAnimation slightly:
I’m having an issue with the kit if anyone could help me out. Players do not all spawn in the default spawn location that is set. Sometimes they will randomly spawn in different areas, how do I fix this?
I don’t know if anyone else is having this issue but when I press “Begin” on the installer, it comes up with this and doesn’t actually install the RPG. I have uninstalled it and reinstalled it and still did the same thing.
Hey hi none of the animations are working for me after full setup. It seems I may be alone in this problem so I figure why not ask the person that made it what to do