If you have any problems, bugs or other comments, you can simply create a ticket in our Discord or write an e-mail or contact form.
- Place north point
- Set character
- Key assignment
Insert Compass Blueprint and select socket
Insert the Compass Blueprint into your character. (You can find this in the plugins content folder of the SimpleCompass plugin)
Now click on the BP_Compass in your character and insert “hand_r” as the parent socket.
North point
Now create a blueprint with the Northpoint C++ as parent, once you have done this you can now set this in the “Set Compass” function.
Use compass and set replicate
Create an input event to pick up the compass and an event to open it.
Without replicate
Now pull out the function for opening the compass “Open Close Compass” from the Compass Ref and connect it to the input event for opening.
To pick up the compass at all, add Play Anim Montage and add the Montage that contains the animation for picking up the compass.
With Replicate
The following pictures show what it must look like to replicate the whole thing.
- SRV PlayAnimMontage (Replicates: Run on Server)
- Client PlayAnimMontage (Replicates: Multicast)
- SRV OpenClose (Replicates: Run on Server)
- Client OpenClose (Replicates: Multicast)