PlaceholderGames / 2016-VnD_Game

2nd year computer games development group project
2 stars 0 forks source link

Tools #20

Closed napiorek closed 7 years ago

napiorek commented 8 years ago

The aim is to create a pickaxe and shovel for mining/digging animation and attached it to character.

napiorek commented 8 years ago

I was working on my branch, trying to attach the tool to character, and it turns out that original ThirdPersonBP has been turn into Third Person Character ( then one with integrated camera ) and second copy has the AI attached to it, hence working with it is kind of impossible as when added to scene it imminently following the node.

I tried to export clean copy of ThirdPersonCharacter from a new 3rd person project, and place it in Content folder of my project, but that didn't work.

So the question is, can I just duplicate AI_Ant and then remove any extra blue prints from it ?

napiorek commented 7 years ago

This branch is no longer needed and it will not be updated or used. The work will continue on the branch I20_new_tool_branch

napiorek commented 7 years ago

This branch include animation for ant and tools like shovel or pickaxe. The socket for the tool also has been added so the tool can be attached to the ant model.

BojanStankovic commented 7 years ago

This was merged to the develop branch so @napiorek can have work done by @rbakerusw in order to continue with the tool implementation