I really like to have some help with UEFN / creative on Fortnite
Im no pro and learning alot with this
What i like to do, if this is possible, is to set up 4 objectives to win the round
hack 1 Controle panel ( could be some kind of activate )
Or
activate 3 valves on pipes
So the assault team can try 2 ways to win the round
hack 1 Controle panel
Or
activate 3 valves (all 3 needs to be activated for winning the round)
The defend team needs to defend the Controle Panel
And the 3 valves and be sure to eliminate the assault team to win the round
That means if the assault team only activate 2 valves but get the opportunity to hack the controle panel , they will win
And if they only activate the controle panel but no valves they win to
Is there a way to do this?
Sorry for my poor English
Make variable for the valves to see if they are activated, it will be a boolean variable.
Count how many valves have been activated.
If 3, they win turn win condition to true.
Simpler for the hack, because it’s one. So if it’s hacked, they win.
Basically you need to start with the hack panel and designate 2 teams and determine what players are on what team. You can watch videos on that.
according to the team you need to check the team (home/offender)
if offender you need to allow them to click a key so you have to set that key and map it to an action.
if the action key is pressed in a trigger box around the hack device, it will start a interaction that takes time (ie, bomb). If it succeeds they win.
If it’s a valve its a bit more complicated. You need to play a valve animation and every time ONE is activated, you need to add that to a list of booleans to make sure that all 3 are enabled.
Watch a video on making a basic team game, watch a video on making a basic interaction, watch a video on making a door (playing animation when interacting).
Then watch a video on a basic puzzle system (pick up 3 balls to open door)
Apply the same concepts to these devices.
I suggest playing an animation on the hacking device too, or changing the texture on the screen to red or orange while hacking and if it succeeds play a light particle electric spark effect.