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
ResoniteNews2026.6.1.1293 - Rainbow logo, Pronouns, Pride Flags, Wiki links & Rig tool fixes
In-game event

2026.6.1.1293 - Rainbow logo, Pronouns, Pride Flags, Wiki links & Rig tool fixes

Resonite · published 1 Jun 2026, 21:49 UTC · build 23515364

All newsPlayers around this dateRead on Steam

Hello everyone and happy pride month!

We've got a bunch of related updates for you to get us started with this month!

First or all, as is the tradition for each company each year... we changed our logo to have rainbows! It's totally different now! :3

Resonite now also lets you set your pronouns! We don't have nice UI for editing profile just yet though, so you have to do it through the bot, but the changes will show on default nameplates and are accessible through the CloudUserInfo component as well.

In other news, we merged in a whole new set of pride flags in our repo from our community, which are now assignable. Full list below! The graphics are also fully CC0 in case you'd like to contribute or use them in your own projects: <https://github.com/Yellow-Dog-Man/PrideFlags>

You can also automatically integrate pride month events to your own content thanks to a new node that indicates if PrideMonth is active or not.

In non-pride news (though we are still proud of those), Components & ProtoFlux now link directly to Wiki pages thanks to @Gawdl3y! This should make accessing documentation much easier from within the game.

The Rig Tool has also received a few improvements, notably ability to easily delete selected bones.

New Features:


- Changed the default logo to a new rainbow logo for the Pride Month! (graphics made by @ryuvi)
-- It's full of colors now!
-- It's only for a month, so enjoy while it lasts!

- Added pronouns (requested by @www.sizemo.re, Pinkyyyy, AmriaLeiah, TheFurfOfJuly, @nytra, @zyzylian, @zilepo, @rockstarraccoon, issue #213)
-- When set, will display below the username on default name plates
-- Currently they need to be set via Resonite bot command using `/setPronouns <pronouns>` until we have better profile management UI
-- You can clear them by sending the same command with no argument
-- They're also exposed on CloudUserInfo component
-- They need to follow "<nominative> / <objective>" formatting unless set to "any", but otherwise can be anything (max 16 characters length, only letters or apostrophe)
-- They will be reformatted for consistency
-- If you feel the validation rules need to be changed, make an issue with some examples please!

- New Pride Flags!
-- `Disability`, `Altersex`, `RelationshipAnarchy` by brecert
-- `Femboy` and `Tomboy` by @charizmare
-- `Sapphic` by Naia-love
-- `Abrosexual` by @epiceaston197
-- `Demiboy` and `Demigirl` by @purpzie
-- `BearBrotherhood` by @zenuru

- Added IsAprilFools & IsPrideMonth nodes (under Time/Events)
-- You can use these to programmatically trigger effects and changes for these events!

- Added a button to component headers in inspectors to open the wiki page for that component (requested by @zangooseoo and @JewelTK, issue #2882, implemented by @Gawdl3y)
- Added a context menu button to the ProtoFlux tool to open the wiki page for the node currently being pointed at or the currently selected node (implemented by @Gawdl3y)

- Added "Destroy Bone" to RigTool
-- This will destroy currently selected bone
-- Children bones and slots are preserved and will be remapped to the current bone's parent bone
-- Active FABIK IK chain will also be updated

Tweaks:


- Automatically pick up existing FABRIK_Chain instance when selecting a rig with the rig tool

Locale:


- Merged Chinese (Traditional, Taiwan) update by @meowwei
- Merged Chinese (Simplified, Mainland China) by @modimobeikete
- Merged German locale update by @muppeq
- Merged Spanish locale update by rad4angel
- Merged Japanese locale update by @.aesc

More from Resonite

Other announcements

All news
Game update14 Sep 20262026.9.14.1239 - FABRIK bone stiffness, more holiday nodes, fixes & tweaksHello everyone! I've got another tidbit of StrikePose for you, our new in-house IK - FABRIK chain now supports bone stiffness! This is a new mechanism that allows to prevent weird kinks and bends when solving bones, making them look much nicer. This was implemented to make spine behave well for the Biped IK, I'll be integrating this soonish and continuing work the full body IK. There's a few ot…Community12 Sep 2026Resonite Beta Patch notes 2026.08Hello! We've had a ton of updates for the past month, and there's lots of content to go over. So - we made a short video to do just that! And if you are interested in seeing what we did over the past month, we've also uploaded our monthly Recap stream for August, which is where we take an hour to go over and showcase the highlights of August! This is also available on our YouTube channel, here:…Game update9 Sep 20262026.9.9.1136 - FFT improvements, Video Stream opt-out, asset cleanup optimizeHello everyone! Just a small update, addressing some issues with the FFT analyzer. There was some confusion with how the library we use handles real values, where they're not the real parts, but actually complex numbers interweaved. This address this, this update adds several new modes. The output by default now is magnitudes of the complex numbers, which should be easier to work with for visua…