How many cassettes are in No Means Nothing?
Six cassette tracks ship with the game - four 'RAVING BOBER' tracks, one track called 'huh', and one track called 'rzk โ chnsw lv โก'. The first five are wired as the startTrack or bonusTrack on the Day 1, Day 2, and Day 3 config assets. The sixth (rzk) is the only cassette not on a day config - it is the tape Radek asks the player to bring to him in the BringTape quest.
What is the difference between a startTrack and a bonusTrack?
Both fields live on the DayRulesConfig ScriptableObject under the 'Cassetes' header. startTrack is the cassette the boombox defaults to when the day scene loads. bonusTrack is an optional second cassette available on the same day. Day 1 and Day 2 each have a startTrack and a bonusTrack; Day 3 has only a startTrack (its bonusTrack is set to fileID 0 in the shipped config).
Does the CASSETTE achievement need every tape, or just playing them?
The community-sourced understanding is that the achievement fires when every cassette the boombox can play has been collected. The achievement enum value (9) is verifiable in the source, but the unlock method body is a stub in the decompiled code, so the exact trigger is best-effort community understanding, not verified fact. Use this checklist to track your run and export your own findings to refine the consensus.
Where is the rzk โ chnsw lv โก tape?
rzk is the only cassette with a story-quest hook. Radek asks the player to bring him rzk's tape through the BringTape quest. The track is referenced by GUID in five scene files (wake-up, all three workdays, and Radek's place), which is more scenes than any other cassette. Treat the exact pickup location as community-sourced - file a report below when you find it to help refine the consensus.
Why is the rzk tape the only one that does not loop?
The CassetteTrack ScriptableObject has a loop boolean field. Five of the six shipped tracks set loop to true. The rzk โ chnsw lv โก asset sets loop to false, so it plays through once and stops. This is reproduced verbatim from the shipped .asset YAML - it is a deliberate design choice, not a bug.
Where are my checklist ticks stored?
In your browser under the localStorage key cassette_checklist. The page has no backend. Clearing browser data, switching browsers, or using private mode wipes the checklist, so export a JSON backup before you switch devices.
How do I share my cassette findings with the community?
Export the BBCode format and paste it into a Steam community guide comment, or export Markdown for Discord and GitHub. The exports group reports by cassette and include day, scene, position description, and notes for each entry.
Can I edit a report after saving it?
Not directly. Delete the report and file a new one with the updated details. The export formats preserve the order you filed, so re-filing keeps everything in a clean sequence.