-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c++ gameplay tags #3
Comments
Hey @Starkium! Sorry, I might have missed that one … You should find everything you need at https://docs.unrealengine.com/en-US/Gameplay/Tags/index.html. More specifically, there's an DefaultGameplayTags.ini file in your project Config folder which is writable from the Unreal Editor (or any text editor you like, that's the way we're doing it). Hope that helps! Best regards, |
@npruehs you wouldn't by chance have a list of the tags being used would you? |
@Starkium Not related to the Daedalic guys, but I've been meaning to upload my basic implementation of the system. It has quite a few code changes (and the code is in a mess) but most of the basic combat works. The config file you're looking for is here: https://github.com/fpwong/ue4-orders-abilities/blob/fpwong/Config/DefaultGameplayTags.ini There are many bugs and some issues with using abilities atm but I'll hopefully fix those in a few days. |
I'm trying to get this up and running, but honestly I'm like missing something here. A working example work be amazing. |
What part did you fail on, building the project or running it? The project should run without needing any changes as of the latest commit. If you failed on building, check the build instructions in the readme (also you need to be running 4.24): https://github.com/fpwong/ue4-orders-abilities/tree/fpwong |
|
seems a lot of the issues are around montage proxy |
Can you try to do a fresh pull of the project? I believe I've removed all the unrelated files which may cause issues in the last update. Also might be better if you make another issue in my branch of the project. |
@fpwong Sorry to bug you, but I couldn't find any other way of contacting you. Your fork doesn't have an issues tab and I wanted to say that the get position under mouse function isn't working correctly as it is colliding with volumes in my scene and I haven't been able to find where in the code I can change the trace channel. Not sure if it's colliding with a nav volume, dungeon architect negation volumes, etc. But changing everything to no collision wasn't helping. |
I have moved OrdersAbilities into my own project as a module and everything compiles fine. I have not implemented any of the system. I went to do a test package and compilation fails saying that it can't find the gameplay tags that are being searched for.
Scanning through the code here I don't see any declaration of a tag table and in the examples I don't see any .ini files that include the tags so I'm wondering what it is I'm missing here?
Error:
The text was updated successfully, but these errors were encountered: