Files
gregWiki/docs/guides/mod-developers/overview.md
2026-04-10 04:26:06 +02:00

19 lines
1.1 KiB
Markdown

---
title: Mod developers
sidebar_label: Mod developers (hub)
description: Getting started, mod config, debugging — curated docs for FMF mod authors.
---
# Mod developers
**Mod authors** — build your own mods (hooks, configuration, debugging). **Players** → [/players](/players).
- [Greg hooks showcase](/wiki/guides/mod-developers/greg-hooks-showcase) — sample mod (`GregShowcaseMod`) and `GregPayload` usage
- [System architecture & documentation principles](/wiki/meta/system-architecture-principles) — layer model **ModManager → Framework → Plugins → Mods**, priorities, wiki rules
- [Getting started](/wiki/getting-started) and [Documentation hub](/wiki/developers)
- [Framework overview](/wiki/mods/framework) — runtime capabilities and repo layout
- [FMF hooks](/wiki/framework/fmf-hooks) — hook surface (generated article)
- [FMF hook naming](/wiki/reference/fmf-hook-naming) and [hooks catalog](/wiki/reference/fmf-hooks-catalog)
- [Contributor workshop](/wiki/guides/contributors/contributor-workshop) — builds, CI, and PRs
- [Mods](/wiki/mods/) — gameplay mods (`FMF.*`) and release pages