gruppe-adler / GRAD-Spectator

GRAD Spectator is a mod for Arma Reforger that enables a spectator mode via respawn or manually.

Home Page:https://www.gruppe-adler.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GRAD Spectator Version GRAD Spectator License

GRAD-Spectator

Summary

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.

Features

  • 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)

How to enable/disable spectator via script

// 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();

How to configure MenuSpawnLogic (ignore that the screenshots say "SpectatorSpawnLogic")

  1. Add a loadout to every faction in your gamemode that can be assigned to spectators (In LoadoutManager)
  2. 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)
  3. Place a spawn point without faction in your world and sets its name like in the SpawnLogic
Screenshot 2023-10-14 170308 Screenshot 2023-10-14 170208 Screenshot 2023-10-14 165704

Links

License

GRAD Undead is licensed under the (APL).

About

GRAD Spectator is a mod for Arma Reforger that enables a spectator mode via respawn or manually.

https://www.gruppe-adler.de/

License:Other


Languages

Language:C 100.0%