Commit Graph
6 Commits
Author SHA1 Message Date
mr.zeroandClaude Opus 5 049f09d0c0 Move to the store's own EmulationStation menu entry
Engine 4.0 gives a store its own carousel entry instead of scattering the
games across the box's systems, so this config switches to it: the games
land in /userdata/roms/teletypegames/ with a folder per platform, and the
sync is started from *Teletype Games -> Store -> "Update Teletype Games"*.

That makes the Ports entry redundant, so the installer stops asking for
one — the engine takes the old *Ports -> Teletype Games Store* script away
on the first sync after the upgrade, along with the old ROM folders. The
games are downloaded again into the new place rather than moved; today's
catalog is six cartridges and one native build.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-23 12:57:45 +02:00
mr.zeroandClaude Opus 5 5062e0da63 Install the native Linux builds as Ports
Cartridges were under half the catalog; the rest are native builds no
emulator can boot. Batocera runs Linux and its Ports system takes .sh
launchers, so ebitengine, bevy, godot and love now map to ports with a
per-architecture kind: linux_x64 on x86_64, linux_arm64 where a build
exists. Where it does not, the engine skips the title naming the
architecture rather than installing a binary that cannot start.

Verified end to end against the live catalog with a local roms root:
on aarch64 rabbitroller is skipped for want of a linux_arm64 asset, on
x86_64 it unpacks under ports/.data/teletypegames/ with an executable
bit and a working launcher.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-21 20:01:28 +02:00
mr.zeroandClaude Opus 5 85f45baabf Add an uninstall wrapper, and move to the stores org
uninstall.sh mirrors install.sh: it names the store and lets the engine do the
work. It passes STORE_ID rather than a config URL — taking a store away does not
need a download, and the id is what names its home.

Both wrappers are POSIX sh now, and neither pipes curl into a shell any more: a
failed download would feed an empty script to sh and look like success, so the
installer is fetched to a file and run from there.

The repository moved from the tools org to stores. The old raw URLs still
redirect, so a box installed yesterday keeps updating.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-18 08:32:46 +02:00
mr.zeroandClaude Opus 5 45c225e7e7 Note the shared core and the RetroArch sibling store
store.py no longer stands alone: warpstore.py sits next to it in the store
home. And the same catalog now has a second store — ttg-retroarch-store —
for the machines that run RetroArch rather than Batocera.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-17 18:01:11 +02:00
mr.zeroandClaude Opus 5 946c74bc66 Document the experimental Ports install
The engine can now install native builds through Batocera's Ports system,
which is the other half of our catalog — cartridges are all this store
takes today. It stays off here: nobody has run one of these games on real
hardware yet, and each is a 30-100 MB download rather than a few kilobytes.

The README says how to switch it on per platform, which platforms have an
ARM build (so a Pi or a handheld skips the rest instead of installing
something that cannot start), and what the coverage measures at today.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-17 08:37:41 +02:00
mr.zero 5cac4e3617 initial commit 2026-08-15 21:26:42 +02:00