{"id":21274113,"url":"https://github.com/repod/arch-yaml","last_synced_at":"2025-03-15T12:43:33.319Z","repository":{"id":263353189,"uuid":"847077717","full_name":"RePod/arch-yaml","owner":"RePod","description":"Overcomplicating a complicated process.","archived":false,"fork":false,"pushed_at":"2025-03-12T23:13:16.000Z","size":1717,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T00:20:26.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RePod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-24T19:29:51.000Z","updated_at":"2025-03-12T23:13:19.000Z","dependencies_parsed_at":"2024-12-15T20:23:15.474Z","dependency_job_id":"e66d4e74-5ea5-470a-be15-126df1d2d904","html_url":"https://github.com/RePod/arch-yaml","commit_stats":null,"previous_names":["repod/arch-yaml"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RePod%2Farch-yaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RePod%2Farch-yaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RePod%2Farch-yaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RePod%2Farch-yaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RePod","download_url":"https://codeload.github.com/RePod/arch-yaml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243732252,"owners_count":20338831,"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-11-21T09:18:55.017Z","updated_at":"2025-03-15T12:43:33.313Z","avatar_url":"https://github.com/RePod.png","language":null,"readme":"[![CI](https://github.com/RePod/arch-yaml/actions/workflows/check.yml/badge.svg)](https://github.com/RePod/arch-yaml/actions/workflows/check.yml)\n\n### [Individual Games](games/sync)\n\nI use this repo to manage individual YAMLs and combine them all into my GigaYAML™. Doing so manually would be way too much effort and error prone.\n\nPriorities:\n - Sane management of single YAMLs and single random YAML\n - Global Async toggle, keeping async settings with their original YAML\n - Easy modification and retrieval of individual game YAMLs\n - Automatically test changes routinely and as they come in to not be the one breaking generations\n   - Including Unofficial worlds in the 50 different ways they're provided\n\n---\n\n### ~~Quick~~ HOWTO\n - I don't recommend forking with this repo as upstream.\n   - Its commit history and syncing with it are pointless for you.\n   - Grab the [current main ZIP](https://github.com/RePod/arch-yaml/archive/refs/heads/main.zip) and make a fresh repo with it.\n - Edit `games/header.yaml` and `games/triggers.yaml`\n   - Any instances of the name. Keep `{NUMBER}` everywhere as it prevents name conflicts if the same game is chosen.\n   - Note the `async` and `per_game_name` triggers, these will be global.\n - Clear out the `games/custom_worlds/` folder unless you plan on playing a Manual Hatsune Miku Project Diva Mega Mix+!\n - Clear out the `games/sync/` folder, or keep some around as a template until you're finished.\n   - The `description` property will be very important soon!\n```YAML\n# Simple YAML with triggers in place. For Official worlds, this format is all you'll need.\n# Extra properties like description and weight can be used (check example YAMLs).\nname: Name{NUMBER}\ngame: MYGAME\nasync: false\nper_game_name: true\n\nMYGAME:\n  progression_balancing: random-low\n  accessibility: random\n\ntriggers:\n  - option_category: null\n    option_name: async\n    option_result: true\n    options:\n      MYGAME:\n        progression_balancing: 0\n  - option_name: game\n    option_result: MYGAME\n    options:\n      null:\n        name: NameMYGAME{NUMBER}\n  - option_name: per_game_name\n    option_result: false\n    options:\n      null:\n        name: Name{NUMBER}\n```\n - Once published to GH, go to your repo **Settings** tab \u003e **Actions** \u003e **General**\n   - Actions permissions \u003e Allow all actions and reusable workflows\n   - Workflow permissions \u003e Read and write permissions (to update the GigaYAML at the root of the repo with a commit)\n     - May change this to a Release in the future.\n- The `.github/workflows/check.yml` Action will now run on push, PR, and weekly.\n  - The Action pulls the latest version of Archipelago and described Unofficial worlds then runs test generations.\n  - If the Action succeeds, the new GigaYAML is generated.\n- For Unofficial worlds, the Action uses the YAML's `description` property that can point to a few places: (these examples may not exist anymore)\n  - The Releases page, the Action will use the latest `.apworld` it can find. `https://github.com/ScipioWright/Archipelago-SW/releases/latest` (`/latest` optional)\n  - URLs ending in `.apworld`: `https://github.com/ScipioWright/Archipelago-SW/releases/download/0.5.2/animal_well.apworld`\n  - If there are any, refer to the original YAMLs in `games/sync/` for examples.\n  - If all else fails, you can provide apworlds by putting them in `games/custom_worlds`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepod%2Farch-yaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frepod%2Farch-yaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepod%2Farch-yaml/lists"}