Summary
Server-side, JSON-configurable faction availability control for Conflict scenarios.
Description
Faction Availability Lock is a lightweight server-side mod for Arma Reforger Conflict-style scenarios.
It lets server administrators make selected factions unavailable to players through a JSON configuration file. Disabled factions remain available to the scenario and AI, but players cannot select or respawn as them.
The mod has no RHS, Silence PvE, or third-party mod dependency. It uses only the base-game Conflict faction API.
Configuration file:
$profile:FactionAvailabilityLock/settings.json
Example:
{
"disabledFactions": [
"FactionKeyToDisable"
]
}
Leave disabledFactions empty to make no changes.
Source code and documentation:
https://github.com/eduvhc/rhs-silence-pve-faction-lockLicense
Arma Public License (APL)