{"id":18029274,"url":"https://github.com/std-microblock/cvruimodloader","last_synced_at":"2025-03-27T03:31:03.172Z","repository":{"id":50652937,"uuid":"519729064","full_name":"std-microblock/CVRUIModLoader","owner":"std-microblock","description":"A tempory loader for UI Mods of ChilloutVR","archived":false,"fork":false,"pushed_at":"2022-09-04T05:52:19.000Z","size":44,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T00:31:55.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/std-microblock.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}},"created_at":"2022-07-31T09:15:54.000Z","updated_at":"2023-11-19T22:59:25.000Z","dependencies_parsed_at":"2023-01-17T19:47:41.300Z","dependency_job_id":null,"html_url":"https://github.com/std-microblock/CVRUIModLoader","commit_stats":null,"previous_names":["std-microblock/cvruimodloader"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/std-microblock%2FCVRUIModLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/std-microblock%2FCVRUIModLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/std-microblock%2FCVRUIModLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/std-microblock%2FCVRUIModLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/std-microblock","download_url":"https://codeload.github.com/std-microblock/CVRUIModLoader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245778430,"owners_count":20670682,"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":[],"created_at":"2024-10-30T09:08:42.086Z","updated_at":"2025-03-27T03:31:02.871Z","avatar_url":"https://github.com/std-microblock.png","language":"JavaScript","readme":"# CVRUIModLoader\n\nA tempory loader for UI Mods of ChilloutVR\n\nChilloutVR UI Mods 的加载器\n\n[Mod List | Mod列表](https://github.com/MicroCBer/CVRUIMods)\n\n![image](https://user-images.githubusercontent.com/66859419/182022797-65f99eee-13be-4822-bd59-3cbb38b45a85.png)\n![image](https://user-images.githubusercontent.com/66859419/182022831-2eb5a8e6-9f56-4451-aef2-b1eed9fcaee7.png)\n\n# Usage\n\nFirst, install [MelonLoader](https://melonwiki.xyz/)\n\nYou can either use [CVRMelonAssistant](https://github.com/knah/CVRMelonAssistant/releases/latest/download/CVRMelonAssistant.exe) to install it or use ways mentioned in [MelonLoader Wiki](https://melonwiki.xyz/#/?id=automated-installation)\n\nThen, download the .dll file of CVRUIModLoader, put it in the `ChilloutVR\\Mods` folder\n\nPut the ui mods you want to install to the `ChilloutVR\\UIMods` folder:\n![image](https://user-images.githubusercontent.com/66859419/182023503-04095177-ac37-44cb-9d7b-c2af4e9471f0.png)\n\nRestart the game and enjoy!\n\n# Develop\n\n\u003e Tip: You can open the tiny debugger of CVRUIModLoader by clicking rapidly for several times\n\nEvery mod is a folder in `ChilloutVR\\ChilloutVR_Data\\StreamingAssets\\Cohtml\\UIResources\\UIMods`\n\nTo create a mod, you need to create a folder there and add the name of your folder to `ChilloutVR\\ChilloutVR_Data\\StreamingAssets\\Cohtml\\UIResources\\UIMods\\mods.json` \n\nThe next step is to create `mod.json` inside the folder.\n\nThe main file of a UI Mod is the json, here's an example of it.\n```json\n{\n    \"name\":\"CyanTheme\",\n    \"version\":\"0.1.0\",\n    \"author\":\"MicroBlock\",\n    \"injects\":{\n        \"MainMenu\":{\n            \"files\":[\"mainmenu.css\",\"mainmenu.js\"],\n            \"liveReload\":false\n        }\n    }\n}\n```\nIt defines the version, name, author and injects of the mod.\n\nThe key of `injects` defines where to inject the files.(Now supported: `MainMenu`)\n\nThe value of `injects` defines the files to inject and whether live reload or not.\n\nThe method to inject depends on the suffix of the file.(Now supported `.js`,`.css`)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstd-microblock%2Fcvruimodloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstd-microblock%2Fcvruimodloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstd-microblock%2Fcvruimodloader/lists"}