Server-side addon for the Freedom Fighters Arma Reforger game mode. Bundles custom faction loadouts, base-building tweaks, arsenal / pricing overrides, and vehicle integrations for the Modpack. Integrates with the JWK addon framework rather than editing the base FF mod directly.
This document describes the gameplay changes the Nobheads Freedom Fighters
modpack applies on top of the base Freedom Fighters game mode. It is intended
as a human-readable summary for players and admins - not a technical or
developer reference.
Base Building
- Large Supply Depot (StorageLarge) can now be built at MOB (Main Operating
Base) locations in addition to Factories. The one-per-area limit is
unchanged.
FOB Loadout Changes
- FOB Removals: certain default items are removed from the FOB arsenal /
build menu to streamline the loadout.
- Chungus FOB Additions: additional items are added to the FOB build and
arsenal options.
Arsenal & Economy
- Price Overrides: adjusted arsenal prices for selected items to better
fit the server's economy balance.
- RHS US / ION Mob Armory: RHS US and ION gear is made available at the
MOB armory.
Faction & Vehicle Additions
- FIA Vehicles at MOB: FIA rebel vehicles are added to the MOB vehicle
options.
- WCS Mi-24V for AFRF: the WCS Mi-24V helicopter is integrated into the
AFRF faction.
Integration Notes
- All gameplay content is delivered as JWK addon configs; the two modded components are the only script-level hooks into the game.
- Adding a new
.confrequires both dropping the file intoConfigs/Addons/and appending aJWK_AddonConfigblock inNBH_JWK_AddonManagerComponent.cwith the correct resource GUID. - Faction / arsenal edits follow the SAFE pattern — a single
m_aFactionAddons+m_aAddItemsblock per config — to avoid the quickslot UI NULL crashes seen with per-rulem_AddToFactions.
Notes
This modpack is tried and tested on Nobheads private ArmA Reforger server with configuration for the Nobheads community.
MAY support further development for outside of Nobheads community servers as well.
