{"id":16001342,"url":"https://github.com/i5ucc/melonautolaunch","last_synced_at":"2026-01-29T10:03:19.113Z","repository":{"id":38378779,"uuid":"500179645","full_name":"I5UCC/MelonAutoLaunch","owner":"I5UCC","description":"A universal melonloader mod that automatically launches and closes specified external programs with the game.","archived":false,"fork":false,"pushed_at":"2022-08-03T13:57:35.000Z","size":51,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T09:38:05.305Z","etag":null,"topics":["chilloutvr","cvr-mod","melonloader","melonloader-mod","melonloader-universal-mod"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/I5UCC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"i5ucc","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-06-05T18:29:50.000Z","updated_at":"2022-08-11T07:46:11.000Z","dependencies_parsed_at":"2022-07-16T15:30:30.493Z","dependency_job_id":null,"html_url":"https://github.com/I5UCC/MelonAutoLaunch","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/I5UCC/MelonAutoLaunch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I5UCC%2FMelonAutoLaunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I5UCC%2FMelonAutoLaunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I5UCC%2FMelonAutoLaunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I5UCC%2FMelonAutoLaunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/I5UCC","download_url":"https://codeload.github.com/I5UCC/MelonAutoLaunch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I5UCC%2FMelonAutoLaunch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["chilloutvr","cvr-mod","melonloader","melonloader-mod","melonloader-universal-mod"],"created_at":"2024-10-08T09:42:03.353Z","updated_at":"2026-01-29T10:03:19.084Z","avatar_url":"https://github.com/I5UCC.png","language":"C#","funding_links":["https://ko-fi.com/i5ucc"],"categories":[],"sub_categories":[],"readme":"# MelonAutoLaunch\nA universal melonloader mod that automatically launches and closes specified external programs with the game. \n\n# Known Issues\n\n- Programs that are not closed when quit will cause Steam to think the game is still running.\n\n# Usage\nTo add a program to your Autolaunch, you need to edit the [GameFolder]/UserData/AutoStartConfig.json file. This file is being generated right when you start the game with the mod installed for the first time. \u003cbr\u003e\nIt looks as follows: \n```\n{\n  \"ProgramList\": [\n    {\n      \"FilePath\": \"\",\n      \"Arguments\": \"\",\n      \"StartMinimized\": false,\n      \"CloseOnQuit\": false,\n      \"VROnly\": true\n    }\n  ]\n}\n```\n***\"FilePath\":*** You need to add the **full path** to executable (.exe file) \u003cbr\u003e\n***\"Arguments\":*** if you need any, can leave empty.  \u003cbr\u003e\n***\"StartMinimized\":*** determines if the program should be started minimized or normally. \u003cbr\u003e\n***\"CloseOnQuit\":*** determines if the program should close whenever the game is closed. Values are either false or true.  \u003cbr\u003e\n***\"VROnly\":*** determines if the program should be autostarted only in VR or always. Values are either false or true.\n\n### Example:\n\n```\n{\n  \"ProgramList\": [\n    {\n      \"FilePath\": \"path/to/executable1\",\n      \"Arguments\": \"\",\n      \"StartMinimized\": false,\n      \"CloseOnQuit\": false,\n      \"VROnly\": true\n    },\n    {\n      \"FilePath\": \"path/to/executable2\",\n      \"Arguments\": \"\",\n      \"StartMinimized\": true,\n      \"CloseOnQuit\": true,\n      \"VROnly\": false\n    },\n    {\n      \"FilePath\": \"path/to/executable3\",\n      \"Arguments\": \"--debug\",\n      \"StartMinimized\": false,\n      \"CloseOnQuit\": true,\n      \"VROnly\": true\n    }\n  ]\n}\n```\n\n### MelonLoader\nNeed to install MelonLoader?\u003cbr\u003e\nClick [this link](https://melonwiki.xyz/#/?id=automated-installation) to get started!\n\n### Prerequisites\nMelonLoader: v0.5.4\u003cbr\u003e\n\n### CVR Disclaimer\nMe and this modification are in no affiliation with ABI and not supported by ABI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi5ucc%2Fmelonautolaunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi5ucc%2Fmelonautolaunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi5ucc%2Fmelonautolaunch/lists"}