
You are viewing a potentially older version of this package. View Latest Version
PrecisionBuild
Visual building grid with surface snap for all pieces, custom rotation angles (90, 45, 22.5, 5 deg), and line placement.PrecisionBuild
A lightweight client-side building helper for Valheim. It projects an aligned visual grid directly onto surfaces (floors, walls, ground), lets any piece snap cleanly to grid intersections, adds quick rotation angle switching, and allows placing entire rows of items in one click.
Supports both English and Russian (automatically adapts to your game language).
Features
- Surface-Projected Grid: Renders a clean, semi-transparent white grid that conforms to terrain, wood, stone, and vertical walls.
- Universal Snapping: Snaps all building pieces, chests, crafting stations, and furniture to grid nodes.
- Smart Rotation Steps: Cycle through
90В°,45В°,22.5В°, and5В°rotation increments with a single key. Align chests flush with walls or make fine-tuned angular adjustments. - Line Placement: Hold
Left Altand scroll to place a row of 1 to 10 pieces with even spacing. Left-click places the entire line. - Surface Elevation Protection: Pieces won't sink into floors or clip into walls.
- Compact HUD Hints: Unobtrusive one-line hotkey reminder above the building HUD.
- Full Color Customization: White by default (
#FFFFFF), with support for any custom HEX color in config.
Controls
| Key | Action |
|---|---|
| B | Toggle building grid and snapping on / off |
| N | Cycle grid cell size (0.125m в†’ 0.25m в†’ 0.5m в†’ 1.0m) |
| K | Cycle rotation step (90В° в†’ 45В° в†’ 22.5В° в†’ 5В°) |
| Mouse Wheel | Rotate piece by selected angle step |
| Left Alt + Mouse Wheel | Set number of pieces in row (1 to 10) |
| Q / E | Default game snap point switching |
Note: The H key is not used and remains unbound.
Configuration
Settings are saved in BepInEx/config/com.awuushy.precisionbuild.cfg after the first launch:
| Section | Key | Default | Description |
|---|---|---|---|
| 1. General | Enabled |
true |
Enable or disable the mod |
| 2. Hotkeys | ToggleGridKey |
B |
Key to toggle grid on/off |
| 2. Hotkeys | CycleGridSizeKey |
N |
Key to cycle cell size |
| 2. Hotkeys | CycleRotationKey |
K |
Key to cycle rotation steps |
| 2. Hotkeys | LineModifierKey |
LeftAlt |
Hold key to scroll row size |
| 3. Grid | DefaultGridSize |
0.25 |
Default grid size in meters |
| 3. Grid | ShowVisualGrid |
true |
Show surface grid lines |
| 3. Grid | ShowKeyHints |
true |
Show compact HUD hint bar |
| 3. Grid | SnapAllPieces |
true |
Apply grid snap to all pieces |
| 3. Grid | GridRadiusCells |
8 |
Grid draw radius in cells |
| 4. Visuals | GridColor |
#FFFFFF45 |
Grid line color (HEX with alpha) |
| 4. Visuals | ActiveNodeColor |
#FFFFFFFF |
Snap marker color (HEX with alpha) |
| 4. Visuals | GridLineWidth |
0.014 |
Grid line thickness |
Compatibility
- Client-side only: Other players and dedicated servers do not need the mod installed.
- Safe to use on vanilla and modded servers.

