{"id":25916813,"url":"https://github.com/jasmindreasond/sm64coopdx-tiny-utils","last_synced_at":"2025-08-22T23:22:09.251Z","repository":{"id":251946973,"uuid":"838515981","full_name":"JasminDreasond/Sm64CoopDX-Tiny-Utils","owner":"JasminDreasond","description":"Tiny lib of useful API codes to start moding Sm64CoopDX.","archived":false,"fork":false,"pushed_at":"2024-08-06T15:12:57.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T17:49:03.851Z","etag":null,"topics":["api","lua","mario","mod","music","sm64ex-coop"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JasminDreasond.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-05T19:55:49.000Z","updated_at":"2024-08-06T15:14:22.000Z","dependencies_parsed_at":"2024-08-06T19:15:20.720Z","dependency_job_id":"6abe4654-8578-4fdf-8da4-c882ad58848c","html_url":"https://github.com/JasminDreasond/Sm64CoopDX-Tiny-Utils","commit_stats":null,"previous_names":["jasmindreasond/sm64coopdx-tiny-utils"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasminDreasond%2FSm64CoopDX-Tiny-Utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasminDreasond%2FSm64CoopDX-Tiny-Utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasminDreasond%2FSm64CoopDX-Tiny-Utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasminDreasond%2FSm64CoopDX-Tiny-Utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JasminDreasond","download_url":"https://codeload.github.com/JasminDreasond/Sm64CoopDX-Tiny-Utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241670151,"owners_count":20000327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","lua","mario","mod","music","sm64ex-coop"],"created_at":"2025-03-03T13:18:33.600Z","updated_at":"2025-03-03T13:18:34.076Z","avatar_url":"https://github.com/JasminDreasond.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sm64CoopDX Tiny Utils\nTiny lib of useful API codes to start moding Sm64CoopDX.\n\nhttps://github.com/coop-deluxe/sm64coopdx\n\n## Song API\nThis API controls which songs you want to play in the game stages.\n\n```lua\n-- Force game stop the all default songs\n_G.tsjSongs.setForceStopGameSongs(true)\n\n-- Stop custom songs in the star selector\n_G.tsjSongs.setStopSongOnStarSelector(true)\n\n-- Add custom song into power up\n_G.tsjSongs.addSong(-2, audio_stream_load('prototype.ogg'),\n\t{ loopEnd = 441144, loopStart = 0.5, volume = 1.25, name = \"Prototype\" })\n\n-- Add custom sound into the select star sound effect\n_G.tsjSongs.addSelectStarSound('SAMPLE_STAR_SELECT_SIMS', audio_sample_load('star_select_sims.ogg'))\n_G.tsjSongs.setSelectStarSound('SAMPLE_STAR_SELECT_SIMS')\n\n-- Add custom sound into the mario lose sound effect (Beta)\n_G.tsjSongs.addLoseSound('SAMPLE_LOSE', audio_sample_load('lose.ogg'))\n_G.tsjSongs.setLoseSound('SAMPLE_LOSE')\n\n-- Editing the inside castle theme\n\n-- Add custom song (id)\n_G.tsjSongs.addSong(6, audio_stream_load('strange_day.ogg'),\n\t{ loopEnd = 5096766, loopStart = 0.5, volume = 1.25, name = \"stange_day\" })\n\n_G.tsjSongs.disableDefaultSong(SEQ_LEVEL_INSIDE_CASTLE)\n\n-- Add custom song (id, areaIndex, actNum, courseNum)\n_G.tsjSongs.addSubSong(6, 3, 0, 0, audio_stream_load('strangetown_beta.ogg'),\n\t{ loopEnd = 3175430, loopStart = 0.5, volume = 1, name = \"Strangetown Prototype\" })\n\n```\n\n### Coming Soon\nSongs for each type of power up.\n\nThe song calms down when the mario sleeps.\n\nTest the plant sleep theme moment.\n\nTest in boss battle.\n\nDetect infinity stairs song.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasmindreasond%2Fsm64coopdx-tiny-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasmindreasond%2Fsm64coopdx-tiny-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasmindreasond%2Fsm64coopdx-tiny-utils/lists"}