Skip to content
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

Shooting range targets #36

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Shooting range targets #36

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 2, 2019

Moving target that can be controlled by using the buttons (green for forward, red for reset).
The distance to the target can be seen on the screen near the buttons.
Desktop Screenshot 2019 06 03 - 01 01 32 37

@ghost ghost added the gameplay label Jun 2, 2019
@ghost ghost requested a review from UnoYakshi June 2, 2019 22:03
@ghost ghost self-assigned this Jun 2, 2019
@ghost
Copy link
Author

ghost commented Jun 2, 2019

Video demo

@UnoYakshi
Copy link
Owner

UnoYakshi commented Jun 2, 2019

@oninbo, we need both backwards and forward buttons. Also, a target should be connected to a rail, moving along it.

Also, the control panel with the target is a single BP, right?

@ghost
Copy link
Author

ghost commented Jun 2, 2019

I think rail is a problem more of level design.

@UnoYakshi
Copy link
Owner

I think rail is a problem more of level design.

Our target system should come with a rail. It later should be spline-based solution with automatic processing the range.

@UnoYakshi UnoYakshi closed this Jun 3, 2019
@UnoYakshi UnoYakshi reopened this Jun 3, 2019
Copy link
Owner

@UnoYakshi UnoYakshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make everything a single BP (AActor) instead. Also, don't put it to the root ThirdPersonCPP/BP directory, we have Interactive one.

Edit: on the second thought, it's better to have 2 BPs: one for the rail+target and another one for control panel. Would work pretty similar to a light switcher we have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants