- C# 88.1%
- ShaderLab 6.4%
- HLSL 2.8%
- Python 2.1%
- Just 0.3%
- Other 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
ci / Root hygiene (push) Successful in 8s
ci / mods code path (push) Successful in 25s
ci / Repo secret scan (push) Successful in 11s
ci / publish-bunwulf-agricultural (push) Successful in 10s
ci / publish-bunwulf-biochemical (push) Successful in 10s
ci / publish-bunwulf-educational (push) Successful in 9s
ci / publish-bunwulf-hardware-co (push) Successful in 7s
ci / publish-eco-nil (push) Successful in 11s
ci / publish-direct-carbon-capture (push) Successful in 12s
ci / publish-mines-quarries (push) Successful in 11s
ci / publish-shop-boat (push) Successful in 13s
ci / publish-world-counter (push) Successful in 8s
Kai Ase Siren is the current and correct full form, and has been the public name on LinkedIn since 2026-08-25. Attribution only: copyright lines and package author metadata, which are the places a full name belongs. Handles like coilysiren, prose that refers to Kai by first name, and frozen records are left alone. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Co-authored-by: coilyco-ops <coilysiren@gmail.com> Co-authored-by: Claude <noreply@anthropic.com> Agent-Role: advocate |
||
| .agents/skills/repo-eco-mods | ||
| .forgejo | ||
| .github | ||
| .ward | ||
| docs | ||
| mods | ||
| scripts | ||
| unity | ||
| unity-embedded | ||
| .gitattributes | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| _typos.toml | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| justfile | ||
| pyproject.toml | ||
| README.md | ||
Banner: Steam header for Eco by Strange Loop Games. Used here for attribution, not my artwork.
eco-mods
Nine public C# gameplay mods for Eco, plus the Unity assets and packaging that ship them. CI publishes each as an independent, install-ready package.
The mods
The BunWulf family extends farming and professions. Agricultural adds crop variety, Biochemical adds a plant-based Biochemist as an alternative to the petrochemical oil path, Educational adds a Librarian who can craft skill books across every discipline, and HardwareCo adds specialty hardware items.
Standalone: DirectCarbonCapture for late-game CO2 mitigation, EcoNil for weather and moisture, MinesQuarries for infinite but expensive extraction built around vertical integration, ShopBoat for a mobile shop object, and WorldCounter for world statistics.
Each mod under mods/Mods/UserCode/ carries its own
README, which is the copy that renders as its mod.io store page.
Install and build
Every push to main publishes nine Forgejo generic packages, each fetching only
its own Git LFS runtime assets and failing closed on an unmaterialized pointer.
Archive layout and the LFS boundary are in
docs/mod-packages.md.
Mods target Eco.ReferenceAssemblies 0.13.0-beta. Dev verbs are recipes in the
justfile, and mods/README.md covers layout,
code generation, and conventions.
See also
- AGENTS.md - repository boundaries and operating rules.
- docs/FEATURES.md - the shipped inventory.
- eco-app - the companion service and its server-side mods.
- .ward/ward.yaml - catalog metadata only.
