Files
DramaticShapeVoxelMod/tests
DramaticShape 120f9716b6 capture drivers: real 1x, one window at a time
A POKEPORT_DRIVER run is deliberately unpaced -- main.lua's pacingEnabled()
returns false whenever the variable is set, so love.run spins as fast as the
machine allows and takes one Game:update(1/60) per turn of the loop. Right
for a screenshot script, wrong for a recording: "wait 180 frames" is three
seconds only by coincidence of hardware.

No engine change needed. The loop is blocked while the driver coroutine is
running, so sleeping inside it before each yield paces the whole thing -- one
logic step per one sixtieth of real time, 1x by construction. Measured with
DS_AUTOCLOSE: asked for 6.0s, took 6.31s, and it errs slow rather than fast.

shiny_one.lua does ONE encounter and then never finishes, which is how the
window stays up: main.lua quits the moment a driver coroutine goes dead. So
closing the window by hand is what ends the take. shiny_run.sh launches the
five in turn and blocks on each, so the next never opens over the top of one
still being recorded, and a bad take can just be closed and re-run.

It also puts options.lua back afterwards. The game persists the whole options
table mid-run, so every capture leaves its display settings on disk.
2026-08-08 13:22:52 -04:00
..
2026-08-01 16:41:03 -04:00
2026-08-05 20:36:46 -04:00
2026-08-05 20:36:46 -04:00
2026-07-28 13:01:38 -04:00
2026-08-02 00:14:13 -04:00
2026-08-02 00:14:13 -04:00
2026-08-02 00:14:13 -04:00
2026-08-06 19:57:11 -04:00
2026-08-08 12:27:19 -04:00
2026-08-02 01:16:42 -04:00
2026-08-02 00:14:13 -04:00
2026-08-02 00:14:13 -04:00
2026-08-08 10:42:28 -04:00
2026-08-08 09:06:51 -04:00
2026-08-08 09:44:47 -04:00
2026-08-02 00:14:13 -04:00
2026-07-31 23:05:54 -04:00
2026-07-31 23:05:54 -04:00
2026-08-02 00:14:13 -04:00
2026-08-02 00:14:13 -04:00
2026-08-02 00:14:13 -04:00
2026-08-02 00:14:13 -04:00
2026-08-02 00:14:13 -04:00
2026-08-08 12:12:25 -04:00
2026-08-02 00:14:13 -04:00
2026-08-04 14:18:11 -04:00
2026-08-04 10:43:35 -04:00
2026-08-04 12:32:23 -04:00
2026-08-04 10:43:35 -04:00
2026-08-03 16:52:22 -04:00
2026-08-02 00:14:13 -04:00
2026-07-26 16:53:00 -04:00
2026-07-26 16:53:00 -04:00
2026-07-26 16:53:00 -04:00
2026-07-26 16:53:00 -04:00
2026-07-26 16:53:00 -04:00
2026-07-26 16:53:00 -04:00
2026-07-26 16:53:00 -04:00
2026-07-26 16:53:00 -04:00
2026-08-02 02:42:31 -04:00
2026-08-02 00:14:13 -04:00