{"id":51356842,"url":"https://github.com/noahsabaj/windswept-colony","last_synced_at":"2026-07-02T20:08:14.839Z","repository":{"id":366616074,"uuid":"1137660459","full_name":"noahsabaj/windswept-colony","owner":"noahsabaj","description":"Windswept Colony RP — a hardcore, diegetic colony-survival roleplay for Garry's Mod, built on the Windswept framework.","archived":false,"fork":false,"pushed_at":"2026-06-22T15:32:44.000Z","size":1292,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-22T16:26:59.775Z","etag":null,"topics":["gamemode","garrysmod","gmod","lua","roleplay","schema","serious-roleplay"],"latest_commit_sha":null,"homepage":"https://github.com/noahsabaj/windswept","language":"Lua","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/noahsabaj.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-19T16:57:38.000Z","updated_at":"2026-06-22T15:45:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/noahsabaj/windswept-colony","commit_stats":null,"previous_names":["noahsabaj/windswept-colony"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/noahsabaj/windswept-colony","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahsabaj%2Fwindswept-colony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahsabaj%2Fwindswept-colony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahsabaj%2Fwindswept-colony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahsabaj%2Fwindswept-colony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noahsabaj","download_url":"https://codeload.github.com/noahsabaj/windswept-colony/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahsabaj%2Fwindswept-colony/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35061081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gamemode","garrysmod","gmod","lua","roleplay","schema","serious-roleplay"],"created_at":"2026-07-02T20:08:11.073Z","updated_at":"2026-07-02T20:08:14.831Z","avatar_url":"https://github.com/noahsabaj.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Windswept Colony RP\n\n**Windswept Colony RP** is the flagship roleplay schema (the game) built on the [Windswept framework](https://github.com/noahsabaj/windswept) — a hardcore, diegetic **colony-survival** RP set on the mining colony of **Redrock**.\n\n\u003e *\"A serious roleplay experience on the mining colony of Redrock.\"*\n\nIt derives from the framework and boots as its own gamemode:\n\n```lua\nDeriveGamemode(\"windswept\")   -- gamemode id: windsweptrp\n```\n\n## Setting\n\nRedrock is a mining colony worked under the **Eagle Extraction Conglomerate** and administered by the **Colonial Administration**, under the distant **Confederation of Earthly Governments**. The ore goes up the chain — 70% to the corporation, 30% to the administration — and the colonists live in what's left.\n\n## Design pillars\n\n- **Conservation of matter — nothing appears from nowhere.** Every item is found, crafted, or physically present. Money is physical cash and coins; light is battery charge; writing consumes ink. Resources *move*; they're never duplicated (enforced by the framework's atomic `ws.resource` primitives).\n- **Anti-metagaming / fog-of-war — information is physical.** The UI never shows the character something they couldn't know: a neutral, colorblind-friendly interface with faction colors off, and identity established in-character (signatures, documents) rather than printed on the HUD.\n- **Built factionless.** It leans on the framework's faction-optional design — everyone is a colonist; standing is earned and roleplayed, not handed out by a faction tag.\n\n## Requirements\n\n- The [Windswept framework](https://github.com/noahsabaj/windswept) — this schema `DeriveGamemode(\"windswept\")`s it, so the framework gamemode must be installed alongside it.\n- Steam Workshop content the schema depends on (player models, weapon bases, props, etc.) is declared via `resource.AddWorkshop` in `schema/sv_schema.lua` and the relevant item/plugin files — subscribe to / host these so clients download them.\n\n## Acknowledgements\n\nBuilt on the [Windswept framework](https://github.com/noahsabaj/windswept); see the framework repo for its lineage (a fork of Helix, itself derived from NutScript).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahsabaj%2Fwindswept-colony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoahsabaj%2Fwindswept-colony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahsabaj%2Fwindswept-colony/lists"}