
Hello Folks,
If you've spent time in Renown, you've probably felt it. It's not any single thing that's obviously broken — more like a thousand small moments of friction that add up over a session. The building menu takes one more click than it should. Swapping weapons feels too slow. The crafting panel is hard to read until you've already clicked into it. None of these are game-killers on their own, but together they create a kind of fatigue that wears players down. We've been calling it our "1000 bugs of death" in the team.
Over the past few weeks, Moxie has been focused on de-jank, targeting the areas that matter most: building, inventory, crafting, and the HUD. Here's what we're working on:
(This blog doesn't touch on the crash fixing and other critical bug smashing, but that is also ongoing at the moment.)
The current build system is the biggest target. Right now, it's pretty generic — selection is overly sensitive (barely moving your mouse changes what's highlighted), and right-clicking doesn't consistently close the menu; sometimes it just opens another state instead.
We're looking at a new flow: a top category navbar with scroll and dropdown sub-selection, so you're not buried in nested wheels or hunting through pages. The goal is a system where pulling out your build tool and placing something takes as few clicks as possible, the menu closes cleanly when you want it to, and the last piece you selected is remembered so you're not starting from scratch every time.
We're also looking at a cull of the build pieces. Renown has close to 50 buildable elements, which we'd guess the majority of players have never used. Some of that complexity is making the UI feel overwhelming before you've even started building. That said, we're attempting to balance this against removing scope for our master builders, while making the actual day-to-day process of using the system into something cleaner to look at and smoother to use.
This effectively allows us to scrub the older building UI and its related systems for something that feels far more snappy to use, but also has better bones to work with as we re-build the major systems.
Alongside this, we're currently working on:
The gear slots and pockets are currently on opposite sides of the screen, which means a lot of unnecessary drag distance. Slot restrictions — like the bow only working in a specific slot — aren't communicated clearly, so players just feel like something is broken rather than understanding the rule.
In the short term, we're redesigning the slot icons to actually communicate what goes where (a proper bow silhouette on the bow slot, for example), and removing UI elements that exist but don't do anything. Long-term, we want to move toward a more flexible hotbar where items can go anywhere.
A few bugs worth calling out:
The crafting panel has a lot of space that isn't earning its place. There's a large description area on the right that provides a lot of text but not a lot of value, and the contrast between items and the background means things can be effectively invisible until you've already clicked on them. We're cutting the description area and reorganising the panel so crafting sits adjacent to your gear and pockets.
The compass is taking up more vertical space than it needs to and is blocking room for better things. We're shrinking it and using the freed-up space for a persistent building navbar when you're in build mode. This should help with visible hotkeys and resource info, without covering your screen the way a full wheel does.
Separately: weapon switching is being explicitly sped up. This one directly affects how you feel in combat, and it's been on the list long enough.
The party/group creation and joining process is being entirely re-done. It'll now have a dedicated UI element so players don't need to search through some 80–100 names on the leaderboard to add their mates. Parties are now persistent after players log off.
We're also adding a Rank system inside parties, which will later tie into permission options for doors and other locks. This will also manage the public name of the group, its standing on the server, and its structure in terms of size and ranks. All of which has the potential to tie together to create a type of feudal competition between groups and factions on a server.
The in-game tutorial needs a visual pass and update. It currently doesn't match the quality bar of the rest of the game, and we want new players to get a better first impression.
The research/tech tree is a known major pain point. The way it was coded is very unintuitive to work with and is basically locked in place due to this. This is why in the past we've had so many items that are just priced at 9999, as opposed to being able to cleanly remove them and adjust the tech tree.
This one will likely be another longer-term fix, but it's one of the last bottlenecks for the total overhaul of the game since we launched into early access. We've just been quietly keeping on keeping on. We'll have another dev blog coming in the next few weeks or so to update on our progress here.
As it turns out, the old code for the save system does not support Raid Mode. This answers some unanswered questions we had for our previous programmer as to why it went away in the first place.
In this case, Raid Mode has been modernised and is otherwise ready to go. But without the save system, it means that several hours of playtime could be lost if the server crashes. The process of updating and completely redoing the save system is its own can of worms and distracts from the above-mentioned UI/UX work.
As such, we're still looking to bring back Raid Mode, but we're currently checking if it's easier to shorten Raid Mode into a 1–2 hour experience (reducing lost time in crashes) or if we can fix up the save system without it draining the mainline survival work.
A huge thank you to anyone who's stopped by to give us feedback since the free-to-play period. While it was a very rough experience, it did give us a ton of the needed data to fix the crashing issues and other historical bugs. We're hoping the next free-to-play period will be a lot smoother and a lot of fun.