I wanted to reach out to the community for a bit of guidance. The steam app called "Server Transfer System" claims to be a mod or script that can transfer players from one server to another within Arma 3. I have a few servers up and running and this would be a really welcomed option for my community. However I am at a complete loss as to how to implement it within the server files and how the players would activate it.
Some questions to ponder. Were would this code be placed within the Dedicated Server files?
How would this be interfaced with the player? AI place holder? Some sort of Prop piece? Scroll menu?
How would the player choose which of my servers to port to?
I know this is a really open ended set of questions, I apologize in advance. Has anyone tinkered with this script before? The sample video on https://forums.bohemia.net/forums/topic/210052-server-transfer-system/ only shows him TP from one VR instance to another. Would it be possible to use this on a dedicated server?
The only code I see is ["IP","PORT",TIMEOUT,"PASSWORD",AUTOJOIN] remoteExec ["STS_fnc_Transfer",-2];
Where:-2 is the target to transfer.TIMEOUT is the timeout in secondsAUTOJOIN is true/false (automatically load into the server)