mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-09-11 06:44:31 +00:00
Bundled plugin: per-song stars from best_accuracy (60/75/85% → 1/2/3★), cumulative stars unlock bar → club → arena (data-driven venues.json). Venue packs (UE-rendered crowd loops) download on demand to CONFIG_DIR/plugin_uploads/career/ on a background thread with sha256 + zip-slip validation, served via FileResponse. Career screen (promoted sidebar entry) shows progress and pushes the active venue's manifest into the crowd video layer (v3VenueCrowd, PR1) — degrades cleanly when either side is absent. Pack URLs land in venues.json in PR3. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
13 lines
367 B
JSON
13 lines
367 B
JSON
{
|
|
"id": "career",
|
|
"name": "Career",
|
|
"version": "0.1.0",
|
|
"bundled": true,
|
|
"private": false,
|
|
"description": "Career mode — gig your way from a local bar to the arena. Earn stars per song; the crowd reacts to how you play.",
|
|
"screen": "screen.html",
|
|
"script": "screen.js",
|
|
"styles": "assets/career.css",
|
|
"routes": "routes.py"
|
|
}
|