Hytale Update 5 Part 8: Movement Rework, Sculpt Tool Overhaul, and the Best Creative Upgrades Yet

Part 8 of Hytale Update 5 is a quieter patch on the surface. No controller support announcement. No massive new feature with a flashy name. But dig into the actual changes and there is a lot here that matters, especially for builders, modders, and server owners running some of the best hytale servers out there.
The headline is player movement being rebuilt from the ground up using a Hierarchical Finite State Machine. The Sculpt Brush Tool got a complete overhaul. Mask systems for brush tools were expanded significantly. And a solid list of bug fixes cleans up issues that have been sitting around for too long.
Let's go through it.
Player Movement Got Rebuilt, and That Is a Bigger Deal Than It Sounds
No new movement abilities arrived in Part 8. The patch notes are upfront about that.
But the entire movement system was rewritten to use a Hierarchical Finite State Machine, which is a much more structured and maintainable architecture than what was there before. The old system was described by the team as difficult to maintain. That kind of technical debt slows everything down.
Why does this matter for players on hytale servers? Because future movement features, things like climbing, vaulting, swimming improvements, or whatever the team has planned, can now actually be built and added without fighting the existing code. The foundation is solid now.
Think of it like a server owner rewriting their plugin infrastructure. Players do not notice the rewrite directly, but every new feature that comes after it is faster to build, more stable, and less likely to break other things.
For the hytale server list community, this patch signals that movement depth is coming. It just needs the right foundation first, and Part 8 delivers that.
Data Storage Changes: What Server Owners Need to Know
This one is practical and worth paying attention to if you run or manage a server.
Game data storage has been restructured. Previously everything lived under %HYTALE%/UserData. Going forward, the Release patchline keeps that path, but non-release patchlines like the current pre-release now use their own separate directories under %HYTALE%/data/.
Pre-release files specifically move to %HYTALE%/data/pre-release/.
Existing installations will automatically duplicate worlds, mods, and settings to the new location. Once that migration happens, patchlines no longer share data with each other.
For players testing on pre-release builds before jumping onto hytale servers on the main release patchline, this separation prevents accidental data conflicts. For server owners, understanding where data lives matters for backups, migrations, and troubleshooting. New installations get this structure by default, so there is nothing to configure manually if you are starting fresh.
The Sculpt Brush Tool Just Got a Major Upgrade
This is the creative tools highlight of Part 8.
The Smooth Brush Tool has been removed entirely. Its functionality has been absorbed into the Sculpt Brush Tool, which now handles both sculpting and smoothing in one unified interface. The combined tool lives in the Basic Tools section of the Creative Inventory with an updated UI, new defaults, and improved localization.
Here is what changed specifically:
Smoothing performance improved by approximately 6x. That is not incremental. If you have been working with smoothing on large terrain builds and dealing with lag, this is a real quality of life improvement.
Sculpt Mode now has three options. Full3D, Heightmap, and Flat. Each serves a different use case. Full3D is for freeform organic work. Heightmap keeps sculpting locked to vertical manipulation. Flat works on a fixed plane. Having all three in one tool with easy switching makes the workflow significantly faster.
Sampling has five modes. Normal, Uniform, Gaussian, Neighbour, and Square. Different sampling methods produce different surface results when smoothing, and now you can choose the right one for the material and shape you are working with.
Erosion Strength is now adjustable. This gives you fine control over how aggressively the tool wears down terrain. Natural looking erosion requires subtlety, and now you have it.
Set material from nearby blocks. You can now pick up the material of existing nearby blocks and use it as the brush material. Matching terrain seamlessly just got easier.
Fluid handling. Fluids in the sculpted area can now be set to fixed, cleared, or ignored. This prevents accidental water or lava displacement during terrain work, which has caused headaches on water-heavy builds.
Non-full blocks are treated as invalid smoothing samples and cleared. Smoothing no longer gets confused by partial blocks in the area.
For anyone building large custom maps on hytale servers, especially world-building focused creative communities, this Sculpt Tool overhaul is the most impactful change in Part 8.
Brush Tool Masks Got Seriously Expanded
The UI panel for creating masks with Brush Tools received a substantial update. This is a system that lets you restrict brush effects to specific block types or conditions, and it got a lot more powerful.
Here is the full rundown:
Brush filters are now accessible by clicking empty slots in the mask block selector. The workflow for adding filters is more intuitive.
Mask presets can now be saved and loaded. Build a complex mask once, save it, and reload it whenever you need it. This is huge for repetitive large-scale terrain work.
Mask types can be negated and inverted. More precise control over which blocks are affected.
Masking commands like >Rock_Stone work directly in the UI panel. No need to use the command line separately. The panel and command systems are now unified.
Mask information can be previewed before applying. See what the mask will affect before committing.
Masks saved with /gmask can now be used in the UI panel. Commands and UI are connected properly.
Fluid masking is now supported with a dedicated brush filter for fluids.
Brush filters skip unparseable blocks instead of breaking entirely. More resilient behavior overall.
These improvements might feel niche, but for serious terrain builders running creative hytale servers, mask control is fundamental. Being able to save presets alone is worth a lot.
New Creative Mode Features and Commands
A few additions worth highlighting:
Fog toggle in Quick Settings. A new Fog checkbox in the Creative Mode Quick Settings Menu lets you hide the fog that generates at the edge of your view distance. For screenshot work, cinematic shots, or just building without a foggy horizon, this is useful.
Trigger Volume Showcase prefab. A new prefab called Trigger_Volume_Showcase was added to demonstrate practical uses of the Trigger Volume Tool. Load it from the Prefab List and paste it into any world. For server owners who have been curious about Trigger Volumes but unsure where to start, this is a hands-on tutorial you can walk through in your own world.
/shrink command. Shrinks the selected area to fit non-air blocks. Useful for tightening selections around complex builds without manually adjusting boundaries.
Warp protection for Teleporter blocks. Warps created by Teleporter blocks are now protected from accidental modification via /warp set and /warp remove. You can override this with a --force flag when you actually mean it.
Prefab preview in /prefab load. You can now preview prefabs before loading them through the command, consistent with the prefab list preview added in Part 7.
Hold keys to adjust Creative Mode movement speed. Instead of tapping repeatedly, you can now hold the speed adjustment keys down for continuous speed changes. Much smoother for navigating large build areas.
Explosion Config and Falling Block Impact
This one is more technical but opens interesting possibilities for server creators and modders.
A new ExplodeFallingBlockImpact type has been added. Configure a falling block with this type and it will explode on impact with a solid block. Think boulders that detonate, falling rubble that blasts craters, or trap mechanics that trigger on landing.
The new ExplosionConfig on BlockType defines explosion parameters including model particles and sound events. This config will feed into other systems in future updates too, so it is a data point that will keep becoming more relevant as new mechanics are added.
For hytale servers building custom adventure experiences or trap-heavy dungeon maps, this is a creative tool worth experimenting with now.
Quality of Life Updates Worth Mentioning
Memory restoration counter in inventory. The number of discovered Memories that still need restoring now displays when viewing your inventory. A small but useful tracker for players working through that content.
Gamepad dead zone now adjustable between 5% and 95%. Following the controller support introduction in Part 7, this gives players precise control over stick sensitivity. Important for players with older or worn controllers where stick drift can be an issue.
Dance Boogie animation update. The emote got a visual refresh. Small, but consistent with the attention to social expression features across Update 5.
Test_Motion_Charge NPCs added. These are developer testing entities for motion charge behavior. Not directly player-facing but signals movement-related mechanics being tested internally.
Bug Fixes That Matter
Players can now climb onto blocks like Simple Wooden Beds and Farmer's Workbenches. Collision geometry on certain blocks was preventing expected movement. Fixed.
Workbenches can now be upgraded multiple times without closing and reopening the UI. This was a frustrating loop that broke the upgrade flow. Fixed cleanly.
Teleporters no longer hijack or delete unrelated Warps. A significant bug for hytale servers using complex warp networks. Teleporter blocks were interfering with warps they had no connection to.
Bed claim error message now shows when a bed is already claimed. Players were getting no feedback when trying to claim a taken bed. Now they get a proper error.
Backpack and upgrades can no longer become permanently locked. A serious inventory bug that made backpack upgrades inaccessible. Fixed.
Rotating blocks now preserve UV rotation. Textures were rendering incorrectly after block rotation. Fixed, which matters for detailed custom builds.
Block entities can now be pitched and rolled. Previously limited. Now fully adjustable.
Grass plants no longer render with dark shading at their base from a distance. A visual artifact that made terrain look inconsistent. Fixed.
/submerge command can now also unsubmerge blocks. It was one-directional before. Now it works both ways.
Void maps should experience improved performance this update. Specifically called out in the patch notes. If you run a void world server, this patch should feel noticeably smoother.
Backend performance and localization improvements are also included, continuing the pattern from earlier Update 5 parts.
What Part 8 Means for Hytale Servers Going Forward
Part 8 is a builder and modder patch at its core. The movement rework is future-facing infrastructure. The Sculpt Tool overhaul directly improves the quality of custom worlds. The mask system improvements give terrain artists more precision. The explosion config opens new trap and encounter mechanics.
All of that feeds back into what players experience on hytale servers. Better terrain means more interesting worlds to explore. More creative tools means more ambitious custom maps. More stable movement infrastructure means better gameplay as new mechanics arrive.
The best hytale servers are always the ones that use the available tools to their fullest, and Part 8 adds a lot of tools worth using.
If you are building a server and want to get it visible to players looking for exactly what you are making, HytaleServerList.me is the right place to be listed. The hytale server list is where players go to find communities worth joining, and getting your server on there early means you are building an audience while the game is still growing. Browse the modded server category to see what creative and modding focused communities are already doing with tools like these.
Looking for hytale servers already building with Update 5 Part 8's creative tools? Find active communities and discover your next world at HytaleServerList.me.