Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gruppe-adler/grad-spectator

GRAD Spectator is a mod for Arma Reforger that enables a spectator mode via respawn or manually.
https://github.com/gruppe-adler/grad-spectator

arma arma-reforger enforce-script enfusion mod reforger

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

        





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
```c#
// 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
- 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

## License
GRAD Undead is licensed under the ([APL](https://www.bohemia.net/community/licenses/arma-public-license)).