Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Customize.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Customize.StudioHeading = 180.0
Customize.WaitAfterApply = 500 -- ms
Customize.WaitAfterCapture = 300 -- ms
Customize.TextureLoadWait = 600 -- ms
Customize.ScreenshotTimeout = 15000 -- ms to wait for screenshot-basic before skipping a shot
Customize.UploadAckTimeout = 45000 -- ms to wait for the server to save/process each shot
Customize.CaptureAllTextures = false -- true = all textures, false = texture 0 only

-- Batch / Performance
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ All settings live in [`Customize.lua`](Customize.lua). Common knobs:
| `Customize.TransparentBg` | `true` | Chroma key removal (PNG only) |
| `Customize.ScreenshotWidth` | `512` | Output image width |
| `Customize.ScreenshotHeight` | `512` | Output image height |
| `Customize.ScreenshotTimeout` | `15000` | Milliseconds to wait for `screenshot-basic` before skipping a shot |
| `Customize.UploadAckTimeout` | `45000` | Milliseconds to wait for server processing/save acknowledgement |
| `Customize.CaptureAllTextures` | `false` | Capture all texture variants (not just default) |
| `Customize.ChromaKeyColor` | `'magenta'` | Background color: `'green'` or `'magenta'` |
| `Customize.BatchSize` | `10` | Captures per batch before cooldown |
Expand Down
Loading