Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.
/ fnf-presets Public archive

Friday Night Fight Arma 3 Launcher presets

Notifications You must be signed in to change notification settings

a-sync/fnf-presets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This idea was abandoned in favor of arma3pregen.

Friday Night Fight Arma 3 Launcher presets

Why?

  • changes tracked via VCS
  • based on standard Arma 3 Launcher preset files
  • downloads generated on the fly with selected optional mods

Sources

The servers-and-mods folder is considered the single source of truth.

The currently used presets are defined in the presets.json file.

All preset information (name, included DLCs, required and optional mods) are parsed from the preset files.

Runing locally

Fetch API requires the content to be served via http(s).
Eg.:

  • nodejs: npx serve .
  • php: php -S 0.0.0.0:3000
  • python: python -m http.server 3000