Helm Boy
banner
helmboy.bsky.social
Helm Boy
@helmboy.bsky.social
C++ Unreal Developer making Games + Plugins
Join Helm Boy's Bugship Enterprise https://discord.gg/e2MkzwtYUV
👉 Get Quantum Sleeper on Steam! https://store.steampowered.com/app/3147380
👇Become a member to help us make games
patreon.com/HelmBoy
Had an idea on a cleaning/power wash system that was surprisingly simple and works quite well for how quick it was to make.
Power Washing in Sweep City Maybe?🤔
#UnrealEngine #IndieGameDev #GameDev #IndieDev
October 29, 2025 at 11:18 PM
Experimenting with some GPU instancing in Unreal, ended up with a nice Dyson Swarm
#UnrealEngine #IndieGameDev #GameDev #IndieDev
September 21, 2025 at 3:58 AM
The dreaded road generation I kept putting off...
A lot of boring math later...
Solved the intersections with a generated polygon between the 2 roads, look at those clean lines.
#UnrealEngine #IndieGameDev #GameDev #IndieDev
August 11, 2025 at 9:50 PM
guess its time to use linux, sick of #microsoft bricking my drivers with steal updates while im working
August 8, 2025 at 1:18 AM
Been building a tool for Sweep City for true spline meshes that can repeat and deform the mesh in the spline while resulting in only 1 draw call, not hundreds of components+draws like the standard method.
Super useful in level design!
#UnrealEngine #IndieGameDev #GameDev #IndieDev
August 5, 2025 at 1:04 AM
Trying out some lite cel shading for Sweep City, how do you think it fits the theme and mood?
#UnrealEngine #IndieGameDev #GameDev #IndieDev
July 30, 2025 at 4:33 AM
PSA: Beware Unreals Spline system, it doesn't covert tangents to the requested coordinate space, if your using their tangents and not getting a expect result you have to convert them yourself
#UnrealEngine #IndieGameDev #GameDev #IndieDev
July 28, 2025 at 12:41 AM
Error the task completed successfully...

#UnrealEngine #IndieGameDev #GameDev #IndieDev
June 15, 2025 at 10:28 PM
Turns out spinning is a good trick, new turn table to unload your trash.
#UnrealEngine #IndieGameDev #GameDev #IndieDev
June 10, 2025 at 2:27 AM
Think i flicked too hard..
#UnrealEngine #IndieGameDev #GameDev #IndieDev
June 9, 2025 at 4:12 AM
Added sweep head colors customizable separately from the body
#UnrealEngine #IndieGameDev #GameDev #IndieDev
May 27, 2025 at 1:03 AM
First pass of Sweeper color customization is working nicely
#UnrealEngine #IndieGameDev #GameDev #IndieDev
May 25, 2025 at 11:35 PM
Anyone can cherry pick.
May 19, 2025 at 4:40 AM
POV: You just unlocked the Ben Swolo upgrade for your street sweeper 💪
New wide sweep attachment hits different when you're built different 🧹✨
#UnrealEngine #IndieGameDev #GameDev #IndieDev
May 18, 2025 at 3:18 AM
Points culled to view frustum and uploaded ]
April 15, 2025 at 6:14 AM
Finally got SVO controlled LIDAR points working, plugged it into Quantum sleepers system rather easily now it has indefinite living points that can be moved.What a nightmare to make a simple instance quad draw in unreal,unity is 60lines, 800+ W/unreal

#UnrealEngine #IndieGameDev #GameDev #IndieDev
April 15, 2025 at 6:13 AM
The wonders of #unrealEngine ... change a line in a shader, now wait half a day to recompile every permutation
April 7, 2025 at 7:22 AM
Thanks @landfall.se Now im addicted to Haste
April 3, 2025 at 12:33 AM
We got curb generation going, now to take out the trash on it
#UnrealEngine #IndieGameDev #GameDev #IndieDev
April 1, 2025 at 12:40 AM
Alright hear me out.... prototype idea for storage capacity display
Bit of Noita inspiration

#UnrealEngine #IndieGameDev #GameDev #IndieDev
March 24, 2025 at 9:14 AM
After some good feedback from Playtest 1, ive finished off the storage capacity and added a default indicator into the cabin for when its nearly full.
Have an idea for another indicator, maybe as upgrade that would be interesting...
#UnrealEngine #IndieGameDev #GameDev #IndieDev
March 23, 2025 at 4:27 AM
Always enjoyable to read peoples playthroughs in Quantum Sleeper

#UnrealEngine #IndieGameDev #GameDev #IndieDev
March 4, 2025 at 10:40 PM
Fresh design art pass on our Sweeper 🚛
The cabin gives you that perfect commanding view of the city, with all your controls neatly arranged up top. Perfect for those rainy evening shifts.Playtest sign-ups are open
store.steampowered.com/app/3394420/...
#UnrealEngine #IndieGameDev #GameDev #IndieDev
February 16, 2025 at 10:32 PM
🎮 Got tired of clunky data tables and instanced object definitions. Made a system using JSON to define game Stats and upgrades + custom property layout for UI. Now we have a clean way of referencing stats and upgrades + Runtime reloadable for tuning! ⚡️ #UnrealEngine #IndieGameDev #GameDev #IndieDev
February 6, 2025 at 12:35 AM
Are you kidding me #unrealengine you just freeze the main thread and infinitely wait for the shader compiler when saving an asset....
GWarn->ReceivedUserCancel() wont do anything since they froze any ability to take input.
Irksome engine.
#indiegamedev #gamedev #indiedev
January 26, 2025 at 11:30 PM