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
CelariaNewsCelaria 1.4.0
Major update

Celaria 1.4.0

Celaria · published 17 Oct 2021, 15:30 UTC

All newsPlayers around this dateRead on Steam

Update 1.4.0 added some under the-hood changes to the codebase to implement support for skin/helmet variations of the player character. With that the source code of the standalone multiplayer server software was also released.

Player helmets

Two new Helmet variations are introduced: the "Collector" and "Runner" helmet both of which can be unlocked ingame:

Runner


The runner helmet can be unlocked by playing and finishing one of the speedrun playlists in the game. (Either the Any%- and/or the "All Spheres" category.) You don't have to beat a specific time/medal to recieve this helmet. Simply finishing a run is enough to unlock it.

Collector

The collector helmet will be unlocked once the player collects all collectable spheres on all singleplayer/campaign maps in the game. (The same requirement as the "Collector" achievement.)

The multiplayer server as well as the replay formats for the leaderboards were all updated to support the new helmet/skin variants.

The helmet can be changed under options > profile > skin under the color adjustement options:

More variations might be added in the future.

Multiplayer server source code

With the 1.4 version of the game client the source code of the (standalone) multiplayer server software was also released on GitHub. This was done mostly for those who want to check out how a game server is written and for the purposes of modding so those with a programming background can experiment and/or modify the server functionality.
The server software is entirely written in the Java programming language.

Link:
The link to the github can be found here:
https://github.com/DevLewa/Celaria-Server

Feel free to check it out and/or experiment with it.

From now on this will be the main repository of the server source code so fixes/adjustements (bugfixes,modifications, feature additions) will also be pushed onto this public github repository.

See you in the next update.

Changelog:
- minor UI tweaks
- fixed bug where a map reset wouldn't correctly reset camera orientation
- fixed bug where edge coloring would occur in the freecam mode
- adjusted outline rendering on collectable spheres to increase visibility from the distance
- fixed bug where Speedrun UI could under specific circumstances appear in multiplayer mode
- fixed bug where tabbing out/loosing focus during multiplayer end screen would cause the pause menu to be overlayed over existing ui elements.
- fixed bug where tabbing out/loosing focus in the map-editor playtest mode would initialise the wrong pause menu.
- adjusted character shading
- adjustements to profile save format
- added 2 new character model variations
- updated replay format
- updated server to support the newly introduced skins/helmet variations (v1.0.8) Note: existing servers need to be updated as they will be incompatible with the 1.4.0 version of the game client!
- adjusted SSAO effect to reduce performance impact when camera is placed close to geometry
- added warning/error-message if a server listed in the serverbrowser is incompatible with the game client version.

More from Celaria

Other announcements

All news
Game update29 Sep 2023Celaria 1.4.2- fixed bug which caused the distance traveled statistic to not be tracked correctly - removed the experimental "ambience track" feature/option from the game and sound-menu. (It was used to break-up the playback of ingame soundtracks with a silent/windy atmosphere but it was often confused with the music playback to be broken.) - fixed one spelling mistake in the tutorial In case any issues ari…Game update16 Jan 2023Celaria 1.4.1 [hotfix]- Fixed missing/incorrectly rendered floor geometry on some AMD / Nvidia GPUs and settings configurations.Game update30 May 2021Celaria 1.3.2Changelog: - lighting & post-processing adjustements - replaced old SSAO shader with a newer higher quality one (SSAO with normal oriented hemisphere). - fixed minor UI bugs - fixed crash in the map-editor related to the recoloring tool - fixed crash related to generated lightmaps of custom maps (due to lightmap corruption on cached lightmaps) The game now automatically detects potentially corr…