Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
The Ignition ProtocolNewsOn variety and cat-shaped asteroids
Community

On variety and cat-shaped asteroids

The Ignition Protocol · published 7 Sep 2026, 08:37 UTC

All newsPlayers around this dateRead on Steam

Asteroid mining is THE thing you do in this game, so I wanted to ensure there is a variety of rocks that you can encounter.

I ended up creating an addon for the Godot editor where I can generate random polygons and fill them with Voronoi cells. Each cell is destructible, so that's how I handle the asteroids' modularity.The downside is that it takes a long time to generate the cells for huge rocks, but considering it's a one-time cost, I can live with that :)I also added an option to hand-draw the shapes because it's fun :D

Follow me for more updates