Originally posted by Pirate
View Post
Announcement
Collapse
No announcement yet.
Action RPG Inventory System
Collapse
X
-
Last edited by angelhodar; 03-30-2017, 08:47 AM.
-
Hello All,
Just wanted to let you know the price for the ARPGIS has been lowered by $5 permanently.
So if you have been on the fence about buying it because of the price and missed the last sale I hope this helps you make up your mind\\VANGUARD INTERACTIVE
Marketplace - Action RPG Inventory System | Multiplayer TopDown Kit | Advanced Social System
Multiplayer TopDown Kit Tutorials - Merging The Action RPG Inventory System | Removing the Fog of War
Action RPG Inventory Tutorials - Merging Into Your Project | Adding New Items | FPS Controls w/ UI Mode Toggle
Comment
-
Hi! I am using this for my project at it is awesome! Thank you! ^_^
I have an issue I just can't fix. I've replaced the mannequin model with my own one from Mixamo. Everything works fine with the RPG system's skeleton except the hood model has an offset down or something. So it is inside the character's head. The carton box looks just fine on his head.
Could someone please help me with that? Thank you!
Comment
-
I have a problem, I added 3 attributes in the file "InventoryItem", I managed to put the attributes to work in the equipment normally, but now the information has stopped appearing when I am playing and I hover over the items, Modify to reappear?
Follow the image as an example, the mouse is on top of the boot, but the information does not appear.Attached Files
Comment
-
Originally posted by Giovanelli View PostI have a problem, I added 3 attributes in the file "InventoryItem", I managed to put the attributes to work in the equipment normally, but now the information has stopped appearing when I am playing and I hover over the items, Modify to reappear?
Follow the image as an example, the mouse is on top of the boot, but the information does not appear.\\VANGUARD INTERACTIVE
Marketplace - Action RPG Inventory System | Multiplayer TopDown Kit | Advanced Social System
Multiplayer TopDown Kit Tutorials - Merging The Action RPG Inventory System | Removing the Fog of War
Action RPG Inventory Tutorials - Merging Into Your Project | Adding New Items | FPS Controls w/ UI Mode Toggle
Comment
-
I just wanted to share my little project using your awesome inventory system.
So far Im having no problem customizing the way I need it, except I noticed when I changed the quality colors that certain items aren't changing but others did.. Is there a second place the colors need to be changed?
Any feedback, thoughts, constructive criticism welcome!Last edited by Old-Crow; 04-27-2017, 03:34 AM.
Comment
-
Hey,
So currently I am having a client-side issue with the inventory system being initialized. At the moment, everything works server side for the host, but the clients are unable to interact with the environment, but the objects do get highlighted when viewed. I receive the errors in the screenshot attached, which leads me to believe that the inventory is not being initialized properly on the client. I followed the youtube tutorial on migrating the project and believe I did everything you mentioned, however I still receive the errors. Any thoughts or suggestions would be greatly appreciated!
Comment
-
I can't click to use the item dropped in the hotbar, am I missing something or is it exepected? If so, does anyone knows how to add this? I tryied to add the code from the inventory_slot to the hotbar_slot but it doesn't work. Looks like the "InventorySlot" integer variable is my problem. Any help is welcome
Comment
-
I got this working with my mounts, and have parented my char to equipment character, and all armor is updating visually but disapears when I get on my mount. I have the rider mesh set to the same mesh as my character, but was wondering if I'll need to parent the main mesh to the equipment character or add logic to update the view while mounted?
Comment
-
Hey bro, I just bought the system but I'm strugglinh with smething quite simple, i think, I can't understand how to make a damage system using the weapon as a ref, if someone could help me I would be really grateful
Comment
-
Originally posted by Old-CrowApparently this is no longer a support thread.
This thread is still supported but please understand Pirate is currently away because of family health reasons, please try to explain your issue in more detail and ill try to help best i can.
Comment
-
Im very sorry to hear Pirate is having troubles and hope things improve. I am just a little confused by the Weapon Actor and Assault rifle example, and why they are a category in the Item list.
In all of the videos, including how to import a weapon, and the other one about importing the wizard hat, say nothing about "Actor Type" and the drop down isn't even in the item list on those videos. It simply says select Equipment type as Weapon, but there is now a separate Weapon Actor Class that isn't referenced anywhere (from what I could find) in any of the documentation.
This isn't to complain, as Im sure it was put there, like many other things, just to be kind and provide examples, but I am not sure if I should be choosing the Actor Class as "Weapon" when I add a new sword or whatnot, or my sneaking suspicion that this was added to correct the orientation of the gun, and is just an example in case someone wants to add an item with different default orientation to socket?
Sorry if that's not very clear.. but basically what I need to know is if I add a sword of my own (skeletal mesh) to the item list, according to the tutorial vid, do I need to use this dropdown and select "Weapon Actor Class" as "weapon"? If so, and or, if not, what is this for and why is it in there? Thanks for your time and for creating such an awesome product.
Comment
-
Originally posted by Old-Crow View PostIm very sorry to hear Pirate is having troubles and hope things improve. I am just a little confused by the Weapon Actor and Assault rifle example, and why they are a category in the Item list.
In all of the videos, including how to import a weapon, and the other one about importing the wizard hat, say nothing about "Actor Type" and the drop down isn't even in the item list on those videos. It simply says select Equipment type as Weapon, but there is now a separate Weapon Actor Class that isn't referenced anywhere (from what I could find) in any of the documentation.
This isn't to complain, as Im sure it was put there, like many other things, just to be kind and provide examples, but I am not sure if I should be choosing the Actor Class as "Weapon" when I add a new sword or whatnot, or my sneaking suspicion that this was added to correct the orientation of the gun, and is just an example in case someone wants to add an item with different default orientation to socket?
Sorry if that's not very clear.. but basically what I need to know is if I add a sword of my own (skeletal mesh) to the item list, according to the tutorial vid, do I need to use this dropdown and select "Weapon Actor Class" as "weapon"? If so, and or, if not, what is this for and why is it in there? Thanks for your time and for creating such an awesome product., it was adding in a few updates ago which is why the videos don't cover it, depending on your game you can use ether a lot of people rather use a weapon actor as it offers a blueprint to handle weapon logic and you can also add components easier to your weapons, it also reduces clutter from your character blueprint because without a actor all your weapon logic would have to be added there, i hope this helps.
Comment
-
Comment