Notifications
Clear all

[Solved] How to add the crows to our level

3 Posts
2 Users
1 Reactions
75 Views
Chris
(@chris)
Trusted Member
Joined: 4 months ago
Posts: 35
Topic starter   [#61]

hey all 

so i am trying to add enemies to the scene and well i tried specifically to add the crows and i have no idea how they work can you please explain to me how i get them to work like they do in the demo map

regards


This topic was modified 2 months ago by Hosna

   
Quote
Hosna
(@hosna)
DEVELOPER Admin
Joined: 6 months ago
Posts: 372
 

Posted by: @chris

hey all 

so i am trying to add enemies to the scene and well i tried specifically to add the crows and i have no idea how they work can you please explain to me how i get them to work like they do in the demo map

regards

The crows behavior work like this: if the player gets close to them for the first time, they’ll just fly along the spline path, then return to their original position.

If the player gets close to them again, they will start attacking the player until the player leaves the room.

The easiest way to add them to your new level is to just copy crows from the demo map and paste it into your new level.

Of course, you can also go and grab the crow BP class directly in your level instead, but the method I mentioned is a bit quicker so you dont need to make splines from scratch🙂 After that, you can modify the splines as needed.

Then make sure to click on the door in your level and assign the crows to it (it uses an array). This way, when the player leaves through the door, the crows will return to their original position.

Check out this video, and if you still run into any issues, feel free to ask, I’ll be happy to help!

 


This post was modified 2 months ago 2 times by Hosna

   
ReplyQuote
Chris
(@chris)
Trusted Member
Joined: 4 months ago
Posts: 35
Topic starter  

@hosna aaah ok thank you i think i got it will give it a go

regards

it works great thank you


This post was modified 2 months ago by Chris

   
Hosna reacted
ReplyQuote
Share: