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
OnsetNewsOnset 1.5.4
In-game event

Onset 1.5.4

Onset · published 5 Feb 2022, 09:16 UTC

All newsPlayers around this dateRead on Steam

Onset 1.5.4 (Protocol Compatibility 5)

This update removes the old server query mechanism & master server system. It is being replaced with the solution that the Steamworks library offers.

Server operators must update their servers to be shown in the game main menu.

Game

  • You can view a list of servers (outside of Onset) in Steam. Go to View -> Servers -> Change Filter to Onset.
  • The main menu will now display the branch name and buildid if you're running on a beta branch.
  • Temporary fix: Setting audio master volume to 0 will no mute the audio completely to prevent the annoying stuttering.
  • Updated background image and adjusted colors.
  • Steam library has been updated.
  • Fix event OnSteamOverlayActivated.

New list of servers (outside of Onset). In Steam go to View -> Servers -> Change Filter to Onset.

Server

  • All servers can now make use of bbcodes and UTF8 icons in hostnames. https://dev.playonset.com/wiki/DedicatedServer#Hostname_customization
  • server_config.json: Added "vac" setting. If enabled, VAC banned players won't be able to connect to your server. false by default.
  • Linux: steamclient.so should be loaded from "linux64" folder. Update will change the start_linux.sh to reflect this change.
  • Steam library has been updated. Linux console will no longer be spammed with Steam library messages when being loaded from the corrent folder.
  • Added a log message when a dev-mode enabled player is being kicked because he is not on the developer whitelist.
  • Printing a warn message when steam_appid.txt is not present at server startup.
More from Onset

Other announcements

All news
In-game event9 Mar 2022Onset 1.5.5Onset 1.5.5 (Protocol Compatibility 5) 3D sound for 3D Web UIs There is a new parameter for the function CreateWebUI3D and CreateRemoteWebUI3D to set the sound falloff distance. New Lua functions SetWebVolume(web, volume) SetWebPitch(web, pitch) New Lua events The following events allow you to block certain input when you return false . OnActionKey(EventType, ActionName, KeyName) OnAxisKey(Even…Game update7 Jan 2022Onset 1.5.3 Patch 1Update WebUI library. · Update object images. · Update copyright year.In-game event14 Dec 2021Winter Update 1.5.3Onset 1.5.3 (Protocol Compatibility 5) Client update Add function EnableSnowParticles(bEnable) Add function SetLandscapeSnowAlpha(Val) Example usage: AddEvent("OnPackageStart", function() EnableSnowParticles(true) SetLandscapeSnowAlpha(1.0) end) The loadstring function now has a 2nd optional parameter for the package name. You can specify a different package where the code will be executed in.…