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
PuckNewsPuck: Build 202
In-game event

Puck: Build 202

Puck · published 9 Jun 2025, 10:33 UTC

All newsPlayers around this dateRead on Steam

Long awaited Puck B202 is finally here! For this update, no gameplay changes have been made, though a big effort has been made to make modding easy & streamlined both for the players & developers.

Changes & additions:

  • Switched script backend for the whole project from IL2CPP to Mono which allows for more transparency and ease of mod development
  • Added official mod support allowing mod developers to create and inject their own .dlls into the game process allowing full access to the game's internals
  • Added plugin support which essentially serves the same purpose as mods, though Plugins do not have to be obtained from the Steam Workshop which will be useful for mod development or proprietary server-sided mods
  • Added full Steam Workshop integration allowing for easy mod download an installation directly within the game or through the Steam Workshop itself
  • Added mod support for servers which allows server owners to configure:
    - Server mods: Mods that will be run by the server affecting the main game loop, physics, server commands and much more
    - Client mods: Server can configure mods that will be automatically downloaded by any connecting clients allowing for mod synchronization across all connected clients
  • Added a Mods menu (accessed via the main menu) where all installed mods & plugins can be enabled or disabled
  • Added logging support, meaning all logs produced by the game client or servers can be accessed within the local install folder of the game (Logs/Puck.log)
  • Added Steam's URL launch support allowing clients to launch the game directly from their browser. For example, running steam://run/2994020//+ipAddress 127.0.0.1 +port 7777 +password myPassword/ (+password being optional) in your browser will connect you to the specified IP and port combination. This now works also for cases when the game client is already running!
  • Refactored toast notification system & moved notifications to bottom right
  • Updated Unity's Netcode for GameObjects to version 2.3.0

For server owners:


With the introduction of Steam API support on dedicated Linux servers, this requires additional .dlls to be loaded in order for the server to have access to the Steam API. The Steam API .dll is shipped together with the Linux dedicated server, but requires the server to be launched via the start_server.sh instead of the previously used Puck.x86_64 executable. All CLI arguments passed to start_server.sh will still be taken into consideration by Puck, so no further action, other than launching a different executable is needed.

In order to add server-side or client-side mods to your server, a new mods configuration parameter was introduced. Example use case:

"mods": [
{
"id": 3493628417,
"enabled": false,
"clientRequired": true
},
{
"id": 3491056040,
"enabled": true,
"clientRequired": false
}
]

This configuration will add Toaster's Crispy Shadows (3493628417) as a client-sided mod and GAFURIX' Custom MOTD (3491056040) as a server-sided mod to your server.

For clients:


Connecting to a modded server is no different than connecting to a vanilla server. When the connection to a modded server is started, all required mods will be downloaded & installed automatically without requiring you to restart your game. After all mods are downloaded and installed, your will be connected to the server seamlessly. Upon disconnecting, the downloaded mods will be disabled, but will remain installed (cached).

More from Puck

Other announcements

All news
In-game event14 Aug 2026RewiredToday's update is all about how the game feels online. Welcome to B1235. We've reworked how objects travel across the network, so input feels tighter, connections hold up better when they get messy, and it all uses less bandwidth. There's a new Network Buffering setting to tune it to your connection, plus much smoother replays. Networking · Network smoothing for every client with no additional…In-game event10 Jul 2026Goal Celebrations, Visual Overhaul, Performance and QOLPuck B1153 is here! This one is a big visual and quality-of-life pass. Goals now get the cinematic treatment with slow-motion replays and a celebration cam, the goalie crease is finally a protected zone, and the whole arena has been rebuilt under a unified shader for a cleaner, more consistent look. On top of that there's a mountain of HUD, menu, server and backend improvements. Here's the full…Major update23 May 2026MMR, Matchmaking and PartiesPuck B897 is finally here! It's the biggest update the game has ever seen. After nearly a year of work, this release introduces matchmaking, parties, a full UI overhaul, significant security improvements, and a major wave of bug fixes and stability improvements that followed shortly after. Here's everything that's new: Matchmaking & Parties · ELO-based ranked matchmaking with a starting rating…