You are viewing a potentially older version of this package. View all versions.
pwelty-PlanetaryAnomalies-0.2.0 icon

PlanetaryAnomalies

Most planets have an industrial anomaly: one ordinary recipe produces ten times its normal output there. Derived from your galaxy seed, so every galaxy differs and always regenerates the same.

Date uploaded 3 weeks ago
Version 0.2.0
Download link pwelty-PlanetaryAnomalies-0.2.0.zip
Downloads 24
Dependency string pwelty-PlanetaryAnomalies-0.2.0

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.17 icon
xiaoye97-BepInEx

BepInEx5.4.17 mod plugin framework, Mod框架

Preferred version: 5.4.17

README

Planetary Anomalies

Most planets in your galaxy have an industrial anomaly: one ordinary recipe produces ten times its normal output, but only there.

A world where sorters come out ten at a time. A world that turns coal into energetic graphite by the stack. A world that assembles mini fusion power plants almost for free. Which world does what is drawn from your galaxy seed, so every galaxy is different — and the same galaxy always produces the same anomalies.

The point is to make exploration industrially interesting. A planet stops being "does it have titanium?" and starts being "what is this place unreasonably good at, and is that worth building around?"

What's new in 0.2

You can see anomalies from the star map now. Previously you had to select a planet and open its description tab, one planet at a time — which meant the screen you actually explore from told you nothing. Now a scanned anomalous planet is labelled with what it makes, and its star lists what the system contains. You can read a region at a glance instead of clicking through it.

Why: several people said the same thing after the first release — that exploration goes quiet once you've found the resources you need, partly because the star map shows so little. Putting the anomalies there is the smallest thing that helps, and it turns out to be the difference between a mechanic you remember and one you forget you installed.

Gas giants no longer get anomalies. They can't host assemblers, so an anomaly there could never be used — it just advertised something impossible. If a gas giant in your galaxy had one, it doesn't now; nothing else changes.

Oil refinery and particle collider recipes can be anomalous. Previously only smelters, assemblers and chemical plants were eligible, which quietly ruled out Strange Matter, Deuterium and refined oil entirely — no galaxy could ever have them. That was an oversight, not a decision.

Effect on an existing save: this adds three recipes to the pool, so a small number of planets change what they produce — around four out of a hundred and fifty in testing. Everything else stays exactly as it was. Anomalies are still derived from your galaxy seed, so nothing is random and nothing is lost.

Also: the machine window now marks a machine running its planet's anomalous recipe, so the panel no longer shows the normal recipe while the machine visibly does something else.

A note on updates

Anomalies are generated from your galaxy seed, which means a mod update could in principle rewrite your galaxy. It shouldn't, and from this release the build refuses to ship if the generator changes without a deliberate version bump — so your worlds stay your worlds across updates. The exceptions are called out above, and both are corrections rather than reshuffles.

Why this exists

I wanted more to do.

Dyson Sphere Program already rewards optimisation beautifully, but by the mid-game exploration flattens out: you go looking for resources you already know you need, and one temperate world is much like another. I wanted a reason to be curious about a system beyond what ore it has.

So: give planets industrial personalities, and let that ripple outward. Finding an anomaly is a small reward for exploring. Working out whether it is worth using is a reward for thinking. And actually using it means moving production somewhere inconvenient and hauling the results home, which puts a new wrinkle in logistics — the part of the game I enjoy most anyway.

It is meant to add a decision, not a difficulty.

How you find them

Scan or visit a planet and the star map tells you. An anomalous planet is labelled with what it makes, and its star lists what the system contains, so you can read a region without clicking into it. Selecting a planet and opening its description tab gives the full detail:

ANOMALY
Sorter Mk.III: 2 → 20

That is the whole discovery mechanic — no hunting, no guessing. Knowing the planet means knowing its anomaly. A machine actually running an anomalous recipe also marks itself in its own window, so you are never left wondering why a number looks wrong.

Your home planet never has an anomaly. The starting world stays ordinary, deliberately: anomalies are a reason to look outward.

What this means in practice

An anomaly does nothing until you build the affected recipe on that planet. Most of them will sit unused — that is the point. The interesting decision is whether a particular world is worth reorganising production around, not whether you can be bothered to find it.

Anomalies are not balanced, on purpose. A ×10 on iron ingots is a convenience. A ×10 on something late-game and expensive is a windfall. Finding one of those should feel like a discovery, not like a reward that has been carefully measured out for you.

Configuration

Settings live in BepInEx/config/com.planetaryanomalies.dsp.cfg after the first run.

Setting Default What it does
AnomalyChancePercent -1 How many non-home planets are anomalous. -1 derives it from the galaxy seed, between 25% and 75%, so galaxies differ from one another. Any value from 0 to 100 forces that density instead.
OutputMultiplier 10 How much more an anomalous recipe produces.
StarmapLabel Detail What star map labels show. Detail names the affected items, Marker shows counts and a symbol, Off hides them. Unscanned planets show nothing either way.
LogEveryAnomaly false Writes every anomaly in the galaxy to the log, including planets you have never scanned. Spoils discovery on purpose; for troubleshooting.

Changes take effect when a save is next loaded.

Compatibility

  • Built and tested against DSP 0.10.34.
  • No mod dependencies beyond BepInEx.
  • Nothing is written to your saves. Anomalies are recomputed from the galaxy seed every time you load, so removing this mod leaves a completely ordinary save behind. Recipe prototypes are never modified, so other mods reading them see vanilla values.
  • Mods that add recipes may shift the anomalies on a small number of planets, since new recipes join the pool that anomalies are drawn from. The rest of your galaxy is unaffected.
  • Multiplayer is untested.

Known limitations

  • Only one kind of anomaly exists so far: increased output.
  • Only recipes with a single output item are eligible, so nothing that produces two different things at once — which still rules out plasma refining and antimatter, since both produce hydrogen alongside their main output.
  • Proliferator interaction is untested beyond not crashing.
  • English only.

Roadmap

Rough intentions, not promises, roughly in the order they are being thought about.

More kinds of anomaly. Output multipliers are the simplest possible effect and the only one implemented. The interesting ones are different in kind: a recipe that needs half as much of an ingredient, one that runs several times faster, one that swaps an ingredient for something cheaper, one that produces an unexpected byproduct. A galaxy where every anomaly is "more stuff" is a thinner galaxy than one where planets are strange in different ways.

Anomalies worth remembering. Most should be useful; a few should be absurd. Rarity tiers, so that occasionally you find a world that genuinely changes your plans rather than mildly improving them.

Softer descriptions. Right now the panel tells you exactly what an anomaly does. There is an argument for saying only what is affected — "improved sorter output" — and letting you find out how much by building it. Existence stays free; magnitude becomes something you discover.

Version pinning. The build now refuses to ship if the generator changes by accident, so updates do not quietly rewrite your galaxy. What is still missing is recording which generator version a galaxy was created under, which would let existing galaxies keep their anomalies even through a deliberate change. That single number is the one thing that genuinely needs saving.

Multi-output recipes, and a considered answer to proliferator, rather than the current "does not crash".

If you have opinions about any of this, or a galaxy that produced something memorable, the GitHub issues page is open.

CHANGELOG

Changelog

0.4.0

  • Anomalies stay hidden until you have researched the recipe they affect -- on the planet panel, on planet and star labels, and in the system counts. An unresearched recipe is already unavailable to you, so an anomaly on it named something you could not build and might not recognise. "Particle Broadband x10" twenty hours before particle broadband exists is noise, and noise teaches you to stop reading the labels. Now the star map fills in as your research opens up, and anything on it is something you can act on. Set HideUnresearchedAnomalies = false for the old behaviour. Display only: no planet changes what it produces.

  • Fixed: anomalies were labelled by the item they produce rather than by the recipe. Where DSP has two recipes for the same item -- "Space Warper" from Graviton Lens and "Space Warper (advanced)" from Gravity Matrix, and nine other pairs -- the label named the item, so building the recipe you already knew produced no boost and looked like a broken mod. Labels now name the recipe, which is how the game itself distinguishes them. Affects roughly one anomaly in fifteen.

    Display only: no planet changes what it produces, and no galaxy is regenerated. If a planet seemed to have a broken anomaly, it was correct all along and now says so.

  • Fixed: star map labels never updated. They were written once, when the star map was built, and nothing rewrote them afterwards -- so scanning a planet or finishing a technology did not make its anomaly appear until you reloaded the save. Reopening the map did not help. This was mostly invisible before now, but combined with hiding unresearched anomalies it meant the mod could hide something and then never un-hide it, which is the worst failure that feature could have. Labels now re-examine themselves about twice a second and rewrite only when the answer changed.

  • Fixed: a stray dash in one label. DSP's own English name for the Thruster recipe is literally "- Thruster", so naming anomalies by recipe in this release exposed it and one planet advertised "- Thruster x10". Leading punctuation is now stripped from recipe names; hyphens inside a name are left alone, so EM-Rail Ejector and High-purity Silicon still read correctly.

  • The log now says when an anomaly is being withheld, which technology would reveal it, and the galaxy survey reports both gates per planet -- whether you have scanned it, whether you have researched the recipe, and which way that came out. A feature that hides things has to be able to say what it hid, or every question about a missing label turns into guesswork.

0.3.0

  • New ExcludedRecipes setting: name recipes that should never receive an anomaly, comma separated, by item name as shown in game or by numeric id. Useful if your galaxy keeps handing you anomalies on things you never mass-produce. Empty by default, because which recipes are worth having depends entirely on how you play -- one player's useless anomaly is what another builds by the thousand. Excluding a recipe only moves the planets that currently carry it.

0.2.0

  • Anomalies are shown in the star map. A star lists the affected items in its system, and each planet names its item and multiplier, marked with a compact "Å", so a system can be read without opening every planet's description tab. StarmapLabel chooses between that (Detail), bare counts and markers (Marker), or nothing (Off).
  • Refine and Particle recipes are now eligible for anomalies, alongside Smelt, Assemble and Chemical. Particle recipes were excluded on an unexamined assumption, which meant Strange Matter and other collider outputs could never be anomalous in any galaxy. This adds recipes to the pool, so a small number of planets change which recipe they carry; most are unaffected.
  • Fixed: gas giants could receive an anomaly. They cannot host assemblers, so the anomaly could never be used and the star map advertised something unusable. Gas giants are now skipped. This removes anomalies from gas giants in existing galaxies; every other planet is unchanged.

0.1.0

First release.

  • Most non-home planets carry an anomaly: one ordinary recipe produces ten times its normal output there.
  • Which planets are anomalous, and which recipe each one affects, is derived from the galaxy seed. The same galaxy always produces the same anomalies, and nothing is written to saves.
  • Anomaly density is itself drawn from the seed, between 25% and 75%, so galaxies differ from one another.
  • Home planets never have an anomaly.
  • Anomalies are shown in a planet's description tab once it has been scanned or visited, and machines running an anomalous recipe are marked in their own window.
  • Configurable anomaly density and output multiplier.

Listing notes (not part of the changelog)

Thunderstore community: Dyson Sphere Program.

Categories chosen for 0.1.0: Assembling Machines, Logistics, Resources.

Resources is the loosest of the three -- in DSP it usually signals ore and veins (PlanetFinder is tagged that way for vein search), so browsers there are often after extraction tooling. Kept because the mod does change what a planet is worth travelling to, which is the same question. Categories are editable after publishing, so this is cheap to revisit.

Deliberately not chosen:

  • Nebula Compatible -- multiplayer is untested and the README says so; claiming it would invite bug reports that cannot be answered.
  • Libraries -- that is for APIs other mods depend on.
  • Quality of Life -- the busiest category and tempting for reach, but this adds a mechanic rather than smoothing friction, and QoL users are not necessarily looking for a gameplay change.

The category list is not fully discoverable from cached package data; "Assembling Machines" does not appear in any installed mod's metadata but exists on the upload page. Check the page rather than inferring the list.