GRAD Spectator is a mod for Arma Reforger that enables a spectator mode via respawn or manually.
Warning
Use at your own risk. This mod is only for testing and still under development.
- custom action to enable spectator (GRAD_SpectatorUserAction)
- 6 flag poles (2x US, 2x USSR, 2x FIA) with spectator action attached for World Editor
- 3 flag poles (US, USSR, FIA) with spectator action attached for Game Master
- custom spectator spawn logic (enter spectator after first death)
- custom keybind to leave spectator (END - can be configured in keybinds)
// enable/disable spectator no matter if executed on server or client
SCR_PlayerController playerController;
playerController = SCR_PlayerController.Cast(GetGame().GetPlayerManager().GetPlayerController(playerId));
playerController.EnableSpectator();
playerController.DisableSpectator();
- Add a loadout to every faction in your gamemode that can be assigned to spectators (In LoadoutManager)
- Change the MenuSpawnLogic settings in the SCR_RespawnSystemComponent of your GameMode (configure the spectator loadout assignments and enter the name of the spectator spawn point)
- Place a spawn point without faction in your world and sets its name like in the SpawnLogic
- Workshop: https://reforger.armaplatform.com/workshop/5E6EE1F29BD43311-GRADSpectator
- GitHub: https://github.com/gruppe-adler/GRAD-Spectator
- Discord: https://discord.com/invite/ZDqp45q
- Website: https://gruppe-adler.de/home
- Forum: https://forum.gruppe-adler.de
GRAD Undead is licensed under the (APL).