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.9.14.1239 - FABRIK bone stiffness, more holiday nodes, fixes & tweaks
Game update

2026.9.14.1239 - FABRIK bone stiffness, more holiday nodes, fixes & tweaks

Resonite · published 14 Sep 2026, 20:59 UTC

All newsPlayers around this dateRead on Steam

Hello 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.

Watch on YouTube

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 other goodies too! RaycastOne now has IgnoreHierarchy input!

There's a few new nodes for Black History Month & Halloween since it's coming up soon. More will come in the future!

Also a number of bugfixes for FFT and desktop sharing. Notably custom video streams *might* work on Linux now, so give it a try!

New Features:


- Added Start/End Stiffness support to FABIK chain
-- Start/End indicate the intensity of stiffness from the first iteration to the last
-- The higher the stiffness, the more will each bone move with its child bone during the solve
-- Effector driven bones inherit the effector rotation for stiffness computations
-- This is useful for the chain to maintain its shape and better distribute rotations and bending throughout
-- Chains with stiffness are somewhat more expensive to solve due to additional computations, but should generally be still quite fast

- Added "IgnoreHierarchy" to both RaycastOne and Raycaster to feature-match the RaycastDriver component (request @adreos, issue #6881, implemented by @bluecyro)
-- This allows you to filter out parts of the scene hierarchy you don't wish to test when performing raycasts.

- Added Sanitized User Username node (requested by @Art0007i, @jackthefoxotter, @shdw_x, @_deltawolf, @socksthefennec, issue #7266)
-- This provides a version of the username sanitized so if the user contains RTF tags, they won't get parsed

- Added IsBlackHistoryMonth(UK) nodes (@jeweltk, @kodufan, @reddneko, issue #7194)
-- The US/Canada/Jamaica variant is true during the month of February
-- The UK/Ireland variant is true during the month of October
- Added IsHalloween node (requested by @frooxius, issue #7218)
-- This will be true on the day of Halloween (October 31st)
-- It uses same method for AprilFools, where it stays true until Halloween is over at the US West Coast no matter your local system time - making it easier to celebrate and participate in US-events)

Tweaks:


- FFT_RealAnalyzer now has default OutputLength set to Half instead of invalid value (requested by @3x1t_5tyl3, @.fulgens, issue #7243)
-- Full length does give mirrored spectrum, which is usually not necessary

Locale:


- Merged Czech locale update by @vassterak and @rampa_3
- Merged English locale fixed by @vassterak

Fixes:


- Fixed an issue with the `/changeUsername` command that prevented previous names from being freed up for re-use in some cases. (issue #7227, implemented by @dante)
- Fixed reverse mode for (Async)ForEachWithIndex not working correctly (reported by @3x1t_5tyl3, @shisosans, issue #7242)
- Applied potential fix for MediaMTX crashing on graphical Linux client (reported by @reddneko, ssmucny, @bredo, mxjessie, @kibblestherexouium, @kyuvulpes, @fundale8845, issue #6863)
-- Fix suggested by @fundale8845
-- Resonite will try to run MediaMTX under proton by default with this
-- This means that you should be able to use custom video stream on Linux
- Fixed Desktop Screen Sharing & Custom Video Stream button not resetting when sharing fails due to permission (reported by @fundale8845, issue #7255)

More from Resonite

Other announcements

All news
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…Game update8 Sep 20262026.9.8.1092 - Fixed crash with FFT analyzerQuick hotfix for a crash. Sorry for the inconvenience! Fixes: - Fixed session crash with FFT_RealAnalyzer (reported by @3x1t_5tyl3 , issue #7197)