Changing Rallypoints to be whole side rather than solo (or nearby units) #1433
Tetlys
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
This should probably be changed to a remote exec in place of the bis_fnc_mp |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Spent quite some time on this and found not much online - Going to throw this hear incase anyone else should need it in the future.
With regards to RallyPoints - Currently they only act as a respawn point for the player who placed them, and those within 50m of its placement. Making it usefull to get back to where you died, but useless to bring in new squad members.
By adding the below code into the tagged post you can share the rally point amongst everyone on the team, it would probably also be possible to run this JIP with some modification and saving of the _objectName to a variable. You could also adjust _units to feature only units from the squad of the owner, or to specific units.
HeartsAndMinds/=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/fob/rallypointAssemble.sqf
Line 36 in 67744a8
I hope this helps someone else who would like the functionality, took me a while to figure out and has made new gameplay on large maps way more engaging :)
Beta Was this translation helpful? Give feedback.
All reactions