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 LocalNewsModded v1.2.0 - Workshop Support
In-game event

Modded v1.2.0 - Workshop Support

The Local · published 14 Jun 2025, 04:05 UTC · build 18864714

All newsPlayers around this dateRead on Steam

The modded branch is now up to date with the main branch, including today's changes. This means that the level editor is now included.

Workshop Uploads


Modded uploads will have a "" prefix, and will recieve the "Modded' tag. Modded levels will not appear in non-modded clients.

Development Tips


Here are some potential starting points for adding modded assets to the editor:

  1. All assets need a unique ID. These IDs are defined in the AssetID enum, found in the Asset.cs script
  2. Scenes are serialized into a SceneDescription object, that contains lists of SceneAssets. While you can define your own SceneAsset type, I'd recommened just using the SceneModel type. This is used for most assets, including things like launch pads. You should instead add extra properties to the SceneModel type by adding extra components to it. Doing this should prevent any issues with features like undoing, redoing, and duplication
  3. Only certain file extensions are allowed to be uploaded. If you need to extend this, you can modify the CheckValidityOfPublicFiles method in the SceneDescriptionDirectory.cs script

https://store.steampowered.com/app/2560140/The_Local__Supporter_Package/

More from The Local

Other announcements

All news
Community24 Aug 2026FYI: In-game Discord invite link is brokenThe Discord invite link on the titlescreen is broken. Whoops. I'll put a patch out to fix this... eventually. But if you do click it and wonder why it's not working, there you go. In the mean time, you can use the new link here: .Game update4 Jul 2026v04.07.2026This week's Aim course used a broken spawn point, which has now been removed. This means that both the Aim and Points course for this week have been entirely regenerated. Both leaderboards have been reset.Game update28 Jun 2026v28.06.2026Optimization · Replaced the particles of both launcher types with much lower poly versions. This should help improve performance in launcher dense areas, particularly in custom levels · Fixed an oversight where flat launcher particles would never be culled in custom levels · Decreased the LOD transition time from 0.5 to 0.2 DEMO Player · Up to 30 laps (points / balloons) are now supported by th…