# bq_standard.cfg — companion notes

Source: ported from 1.7.10 server (`industrial-server/legacy-reference/config/bq_standard.cfg`) on 2026-04-25.

## Mod identity

`bq_standard` is BetterQuesting **Standard Expansion** — separate from BetterQuesting core (`betterquesting.cfg`, which is all client UI prefs and was skipped — see README).

The 1.12.2 BQ Standard Expansion is the **Funwayguy/BQ port** (modid `bq_standard`); config keys match 1.7.10 schema.

## Ported fields

| Field | Legacy | Default | Reason |
|---|---|---|---|
| `Disable Command` | `true` | `true` | Already default in 1.12.2 — kept for explicitness. |
| `Disable Craft Size Recheck (DANGER)` | `true` | `false` | Performance — large quest pack means craft tasks recheck on every inventory event. |
| `Disable FakePlayers` | `true` | `true` | Anti-cheese — already default but kept explicit. |
| `Disable Reward Command` | `true` | `false` | Security — quest editor must not be a command-execution vector. |
| `Hide Updates` | `true` | `false` | Don't spam chat with mod-update notices on a server. |

## Dropped (defaults preserved)

| Field | Legacy | Default | Why dropped |
|---|---|---|---|
| `Disable Reward Choice` | `false` | `false` | Default. |
| `Disable Reward Item` | `false` | `false` | Default. |
| `Disable Reward Scoreboard` | `false` | `false` | Default. |
| `Disable Reward XP` | `false` | `false` | Default. |

## Risk note on `Disable Craft Size Recheck`

This flag is labelled "(DANGER)" by the mod author for a reason: certain quest UX edge cases (player partial-completes a craft task, breaks the bench, picks up items) can leave the task in a stuck state. If players report broken craft quests, flip this to `false` and accept the perf hit.
