PlaceholderGames / 2016-VnD_Game

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

Tutorial_digging #53

Closed napiorek closed 7 years ago

napiorek commented 7 years ago

The aim is to create a single game level where we can introduce digging(using shovel) feature to user as part of the game/tutorial.

napiorek commented 7 years ago

I will create the branch as soon as my previous issue (#41 )will be merge with develop. @BojanStankovic

napiorek commented 7 years ago

While creating the tutorial map for digging I realize that ant is bouncing off the cube that it should dig through. So this is preventing the ant form stepping over the cube so the Ant currently can't dig vertically ( down ) if it can't climb on that cube first ?

napiorek commented 7 years ago

Anyone have any suggestion how or if we can implement digging if the Ants are bouncing of the digging box ?

napiorek commented 7 years ago

I know that you guys were working on digging (@rbakerusw) and Ant IA (@ScaryEme). I know that the Ant should collide with the DiggingBP box, but can we create separate material so the Ant would not to collide with ?

napiorek commented 7 years ago

I cloned the Cube_BP from DiggingBP folder and just break the links to disable collisions. image

It works, but do we need to have a separate trigger box as well ?

elliotnaylor commented 7 years ago

Could you explain this to me when I see you next? I think it'll be easier to sort in person

napiorek commented 7 years ago

The trouble is that we need the Tutorial lvl for next game demo ...

napiorek commented 7 years ago

After intensive testing I conclude that now Ants falling through the box :(

elliotnaylor commented 7 years ago

You need to set the block collision to custom and select to block type ant. This is fixed in one of my unmerged builds

BojanStankovic commented 7 years ago

Is this one solved than @napiorek and @ScaryEme. Looks to me like it is but don't want to close it because I'm not sure. If it is sorted and merged from somewhere else just reference it to that issue and close this one

napiorek commented 7 years ago

Maps done I'v introduce digging to the player on two occasions, first where there is no real lost if player will missed the ant or misused the digging feature(ants will just go past the digging cube and bounce off the wall and comeback) and the aim here is to give the player some experience of digging feature. On the second occasions the player is require to be more precise, if not, then he might loose some ants by not acting quickly or precisely enough.

BojanStankovic commented 7 years ago

The map was mistakenly done inside of the ThirdPersonExampleMap and the DiggingTutorial_map was just a copy of the example map. I duplicated the example map in the branch #53 with the correct name and place it in the develop branch instead of the non-modified digging tutorial map.

Additionally I have discovered a bug with the ant spawner that doesn't direct the ants as it was supposed to do. I'll make a separate bug report for this.

This issue is solved and the branch was merged. Closing