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
Solace CraftingNewsMajor Update v1.2 Now Live!
Major update

Major Update v1.2 Now Live!

Solace Crafting · published 29 Jun 2026, 16:05 UTC · build 23968585

All newsPlayers around this dateRead on Steam

Believe it or not, I've been working on this game for 10 years now! What started as a dream from someone with no prior experience coding or working with Unity, certainly not in the gaming industry, has grown considerably with this latest patch.

In all honesty, parts of Solace Crafting prior to this patch were still running on spaghetti I had written back in 2017. This isn't a complete overhaul fixing every last shortcoming of what I started so long ago, but it's a huge step forward, and I'm so thankful to everyone that has helped me make it this far. I hope to continue to make improvements to Solace Crafting until the end of my days, regardless of whether I am able to release other games or embark on other adventures.

Huge shoutout to the beta testers in Discord that have kept me busy the past week ironing out all the little bugs in a game with so many different systems and locations.

Major changes

NEW TERRAIN ENGINE — The world now runs on a custom mesh-based terrain system (replacing Unity's built-in terrain). Faster streaming, seamless LOD, and the groundwork for a much larger visible world, better post-processing, and improved performance.

GPU-DRIVEN VEGETATION — Trees, plants, rocks, and grass are now placed and rendered on the GPU. Far more vegetation on screen with far fewer hitches.

REWRITTEN WORLD MAP — The map is now drawn in a single GPU pass instead of hundreds of CPU tiles. Smoother panning, no more black tiles, correct coordinate labels.

STEAM NETWORKING OVERHAUL — Player-hosted multiplayer now uses Steam's Datagram Relay for better connectivity, and Steam Workshop support is undergoing a revamp.

World generation & terrain

IMPROVEMENTS

- Mesh-based terrain engine integrated and live, with quadtree LOD and runtime streaming
- Reworking height composition for more varied terrain
- New ocean shaders

Vegetation

IMPROVEMENTS

- Trees and all static flora (rocks, herbs, decorations) now placed and rendered through the GPU pipeline
- GPU-instanced grass
- Vegetation now streams past the collider radius using far-LOD billboards, so distant hillsides are no longer bare (further improvements WIP)
- Big rocks now part of a new 'landmark' system with further content incoming

Resources & procedural spawning

IMPROVEMENTS

- Rewritten procedural area spawning system for smoother, throttled object streaming
- Moved silver to caves, moved copper to the swamps

Multiplayer

IMPROVEMENTS

- Player-hosted games now use FizzySteamworks (Steam Datagram Relay) for quick and easy connecting

BUG FIXES

- Lots of legacy problems with Host mode (client playing as a server)
- A variety of problems where non-server clients wouldn't receive encounter or shrine rewards fixed

Combat, skills & entities

IMPROVEMENTS

- Familiars now despawn when their owner dies or when the server stops
- Familiar leashing and target validation improved

BUG FIXES

- Equipped weapons and tools now display correctly through character rebuilds and during networked attack swings
- Monster debuffs are now identified reliably, fixing cases where the wrong debuff was tracked
- Entity debuffs now clear correctly when leaving an area-of-effect
- Skill-effect comparisons now guarded against errors

Farming

BUG FIXES

- Fixed watering, crop maturing, and harvesting bugs in both tilled ground and planters

Inventory

BUG FIXES

- Fixed an item duplication exploit

Localization

IMPROVEMENTS

- Filled thousands of missing translations across all 30+ supported languages
- Repaired structural errors and text placeholder mismatches throughout the language files

User Interface

IMPROVEMENTS

- World map fully rewritten — single GPU texture render
- Map coordinate ruler labels re-enabled and fixed
- Settings: added Field of View and Render Scale options
- Settings: camera and grass options now driven by in-game settings
- Settings: quality presets reworked, with automatic detection on a fresh install
- Settings: more to come
- Character creation warm-up is now asynchronous for a smoother startup

Known Issues

- Grass shader problems on some hardware (please let me know if you have any problems!)
- Biome, heightmap, and flora spawn math is still being tuned


Join us in Discord!

What You Can Do To Help

- Keep up the kind words on our Steam posts and the Likes
- You can get and support the builder here:  itch,io
- Drop by our IndieDB page to help make it visible: indiedb.com

 You may need to restart Steam for the update to begin, or you can verify file integrity to trigger it.

More from Solace Crafting

Other announcements

All news
In-game event10 Sep 2026v 1.2.3.1 Now Live - Stability & PeformanceI was planning to release this patch on the beta branch before sending it live, but there was a couple of bugs, already fixed in this build, that ended up causing problems in the 1.2.2 branch that was released earlier in the week. So! I went ahead and pushed this branch live as well and things in general should be running smoother all around now. v 1.2.3.1 Multiplayer · Joining dedicated server…In-game event6 Sep 2026NPC Towns & Merchants - now live in v1.2.2.2Merchants have been re-enabled in this build along with procedural NPC towns! They're still pretty basic, but it opens up a lot of opportunities for creating different kinds of NPCs. I've been crazy busy! This patch was ready days ago, but I kept finding little bugs the more I was able to playtest it. Hopefully there is nothing serious left. THOUGH, I do have a second patch ready to go up on be…In-game event23 Jul 2026Patch v1.2.1.3 + new C++ buildsThank you to everyone that has posted a bug report or sent one in from the in-game console. I have tracked down and corrected around two dozen bugs for this patch, as well as added in a number of safety fallbacks for things that could otherwise cause a server disconnect, or in-game error. I've also worked on adding a lot of automated tests under the hood over these past few months. There are no…