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
MycopunkNewsPigeons at Devlog 5/29/26: Incursion
Community

Pigeons at Devlog 5/29/26: Incursion

Mycopunk · published 29 May 2026, 23:36 UTC

All newsPlayers around this dateRead on Steam

Hello! It’s almost June, which means we’re approaching the worst season of the year. But that has nothing to do with Mycopunk, so let’s move on to what we’ve been working on this week!

Incursion

We’ve been prototyping a new mission (currently called Incursion) for the next update. Incursion rewards you for each floor of an underground facility your progress through.

I made a simple system for creating a random set of rooms for this mission. It basically goes:

  • Choose a random room from the list that has a doorway that fits the current room’s exit

  • If it overlaps any already-placed room, discard and try another

  • If we’ve tried all possible rooms and they all overlap, delete the previous room and pick another one

  • Repeat until all rooms are placed

It’s about as dumb as you can get but it works perfectly for this mission.

Enemies

Our enemy redesign continues! This week we finished updating all of the brutes. The copter brutes were in particular need of an update. The acid pisser didn’t even have a real model for its blades before:

Now the copter brutes have large turbines that look cool. But more importantly, they’re easier to hit. Their core has more health than usual, but it’s exposed at the bottom so can damage it directly.

I also made some changes to how enemy arms & lasers behave to fix that annoying issue where they would start jittering around if you got too close. Lasers in particular will be more consistent and won’t occasionally lock onto you with perfect accuracy. Yay.

-Liam

Elemental Sounds

In an ongoing effort to make upgrades in the game feel more unique and interesting, we’ve been introducing alternate firing sounds for guns depending on their element. Starting with the Cycler, 4 new firing sounds were created, with future support for any of the other element types in case the Cycler ever gets Bees or Water.

The goal for these new sounds is to eventually allow players in game to audibly hear their upgrades interacting with one another. For example, using an elemental upgrade on the Cycler, combined with the plasma bullet upgrade ‘Condensed Ejection’, would play unique firing sounds that are different from the standard plasma fire, or standard SMG element fire.

With so many upgrade combinations in the game, the goal is to create new audio for as many unique interactions as possible, starting with the most obvious ones first like the elemental firing sounds.

-Nick

More from Mycopunk

Other announcements

All news
Community11 Sep 2026Pigeons at Devlog 9/11/26Howdy Last week i spent a few hours tracking down a crash that sometimes happens when exiting to the main menu. With most crashes, I can find the cause pretty easily by having the game write to the log file at specific points so I can see exactly where it fails (or if I’m really lucky, the log will already have an error from whatever caused the crash). No such luck this time. The menu initializ…Game update2 Sep 20261.10.2Fixed a crash that sometimes occurred when returning to the main menu · Fixed an issue with how POIs and side objectives were sorted · Autocannons won’t spawn in the tutorial mission · Fixed popup info being allowed to clip off the sides of the screen · Fixed a missing face in one of the Ouroboros roomsGame update27 Aug 20261.10.1Fixed an issue where certain skins would sometimes not appear when selecting a skin at Lottery Larry (most often with Skeletal Ghost skins) · Also fixed an issue where Larry would only give Skeletal Ghost skins with Entombed, which is only supposed to come from ghost skins that drop in the world. Don’t worry, I disciplined him. · The lobby filter threat level slider was a bad boy and showed thr…