S&Box Terrain Generator

Paint a heightmap, preview it in 3D, and export as .r16 for s&box. Ctrl+Z undo, Ctrl+Y redo. Scroll on canvas to resize brush.

Map Settings
Brush
S&Box Editor Config

Use these settings for s&box terrain relativity.

Export
Terrain Wizard
3D Preview Click & drag to orbit
0m
100m
Heightmap

API & integration

Generate terrain heightmaps programmatically via POST /api/tools/terrain (plain form fields, returns a temporary download URL).

curl -X POST https://api.sboxcool.com/tools/terrain \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "resolution=1024" -F "hills=8" -F "island=true"