Eco in Space - A Total Conversion Mod #17
Labels
No labels
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/eco-mods#17
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Conclusion
Total convert Eco into a space setting, incrementally, one slice at a time. Not as a themed reskin, but because the setting is what grants social license for non-human first-class entities. That license is the actual deliverable. Space is the mechanism.
How this got here
This started as "pick a game for the evening" and walked through most of the space-sim genre before arriving somewhere else entirely. Recording the chain because the reasoning is the useful part, not the destination.
Pass 1, what to play. Slow space game, conceptually infinite, single persistent world, not X4. Landed on ΔV: Rings of Saturn, which was correct for the mood and got bought and downloaded. Not the point of the evening in the end.
Pass 2, the Empyrion wall. Empyrion is the one game that sits between the engineering-first wing (Space Engineers, Stationeers, From The Depths) and the world-first wing (No Man's Sky, Starfield, Astroneer). Runs consistently die around 150h at the same place: the self-sufficient fortress CV never becomes a combat CV.
Diagnosed as three RE2 rules rather than a skill gap:
The documented late game is the carrier: one hull with farming, production, storage, repair, and docking faces, launching specialized craft. The fortress never becomes the warship. It becomes the thing warships launch from. Also established that CV-to-CV docking works but does not nest, that the home CV should never land, that the CV T1 telepad does same-star transport, and that furnaces cannot be placed on a CV at all.
Pass 3, the pivot. Attention was on system design, not play. Reframed the question from "what to play" to "what to mod."
Pass 4, mod filter. No Lua, no Harmony, no BepInEx, no injection frameworks. First-party sanctioned APIs only. Java allowed with penalty. Ten candidates surveyed. Stardeus won on friction and first-party C#. Eco was already in the top tier on the strength of the official ModKit, and Kai has a published Eco modding writeup and an existing MCP over the game state.
Pass 5, the real goal. The mod is an LLM running a space empire. Filter changed again to games whose mod layer can hold a socket open. Space Engineers died here, since programmable blocks cannot make HTTP requests and the whitelist blocks network libraries. Stellaris died here, being script-only with no sanctioned external control.
Pass 6, the axis that mattered. Not empire size. Whether the agent is an optimizer or an inhabitant. Starsector and X4 both cast it as an optimizer that makes number go up, which is subtraction from games already played for hundreds of hours. Stardeus wins that axis natively, since the game already casts the player as the ship's AI.
Eco's problem was stated as having no native entity to drop an agent into. An agent in a human seat would be resented, correctly. Which is exactly what the space conversion fixes: in a space mining setting, an autonomous machine is unremarkable and needs no argument.
Why this over the alternative
The alternative was DeepSeek running Stardeus. It is cheaper, diegetically perfect, and finished the moment it works. Joy from a demo decays.
Eco has 2,660 hours of accumulated fluency behind it, roughly 50x anything else in contention, plus an existing mods repo, an MCP over game state, and a community already in the room. Every long-run engagement pattern in the library points the same way: persistent worlds with other people in them are the only thing that holds attention past 150 hours.
Sequencing
Total conversions kill people. Do not build the conversion in order to get the robot.
Agents come later and natively. A robot in a robot seat is fine where a robot in a human seat is not.
Adjacent, not blocking
Rejected
Direction: step-by-step total convert Eco into a space settingto Eco in Space - A Total Conversion Mod