<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Blog - Brickadia]]></title><description><![CDATA[Development Blog]]></description><link>https://brickadia.com/blog/</link><image><url>https://brickadia.com/blog/favicon.png</url><title>Blog - Brickadia</title><link>https://brickadia.com/blog/</link></image><generator>Ghost 5.84</generator><lastBuildDate>Sun, 19 Jul 2026 11:59:08 GMT</lastBuildDate><atom:link href="https://brickadia.com/blog/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Changelog CL14731 (EA3 Release)]]></title><description><![CDATA[Early Access Update 3 is OUT NOW!]]></description><link>https://brickadia.com/blog/ea3-release/</link><guid isPermaLink="false">6a4855a8b0808500072a6393</guid><category><![CDATA[Releases]]></category><category><![CDATA[News]]></category><dc:creator><![CDATA[Zeblote]]></dc:creator><pubDate>Sat, 04 Jul 2026 00:40:25 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2026/07/splashScreen.png" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2026/07/splashScreen.png" alt="Changelog CL14731 (EA3 Release)"><p>This is our third major update to Brickadia Early Access, greatly increasing the amount of interactive game modes you can create, along with more random improvements than we can count. Check it out and let us know what you think! Read on for what&apos;s new...</p><h2 id="big-major-stuff">Big Major Stuff</h2><h3 id="microchips">Microchips</h3><p>You have too many logic gates taking up space in your world? That&apos;s a problem of the past, as you can now easily organize your wire contraptions inside hidden, nestable microchips. Place a chip anywhere, build logic gates (or other bricks!) on the virtual grid inside, then collapse the whole thing to hide it away. Copying a microchip brings along a copy of the whole circuit inside. You can also a microchip inside your microchip. And then put that in a microchip again. Oh no.</p><h3 id="text-decals">Text Decals</h3><p>Have you ever wanted to place arbitrary unicode text in your world? Now you can. Just attach a text component to any brick, including on moving vehicles. The text display is highly customizable, with different fonts, outlines, materials, shading modes, scaling and spacing, etc. You can dynamically control the text and its appearance using wires. It&apos;s also incredibly fast, handling hundreds of thousands of texts without issue. During early testing, we&apos;ve already seen so many crazy ideas realized that we never thought of, this one might be as big as microbricks...</p><h3 id="game-modes">Game Modes</h3><p>The ancient minigame system with its 150 settings in a single long list has been thrown out and rewritten from scratch as a modular game mode system. Attach only the rules your game mode actually requires, with far less cluttered UI. Game modes can also be shared across different worlds. For EA3, we have mostly aimed at parity with what the old system could do, but there are already quite a few new goodies to play with.</p><h3 id="massive-performance-improvements">Massive Performance Improvements</h3><p>Performance has been improved enormously across the board. From loading worlds, to physics, to servers processing replication, to rendering, to VRAM usage, everything is quite a bit better.</p><h3 id="new-vehicle-physics">New Vehicle Physics</h3><p>We started working on a new vehicle simulation system for cars. Rather than physically simulating wheels with all the issues like bouncing off plates, wheels are now faked using sweeps and essentially become vfx. As a result, cars using the new system drive vastly better on brick terrain. Old physics based wheel joints are still available for contraptions like physically simulated tank tracks.</p><h3 id="rigid-joints">Rigid Joints</h3><p>Bearings too wobbly? You just want to make a door that opens, without being affected by physics, having to place endstops, and a bunch of other bullshit? Want to add a bunch of rotated armor panels to your jeep, without breaking the physics replication with a dozen servos? Now you can! Rigid joints are available in bearing and slider form, and directly weld different grids together at a dynamic offset. The attachment angles can be changed from wires and they automatically interpolate smoothly on the client side.</p><h3 id="weapon-customization">Weapon Customization</h3><p>You want a pistol that fires rockets? Well, why the hell not? Let&apos;s also make it red, and deal 10 times the damage... Then we can give it a custom name for the HUD, and what if you could fire it twice as fast as normal?</p><h3 id="new-logic-gates">New Logic Gates</h3><p>We&apos;ve added a giant pile of new logic gates so your wires can do more things. From projectile spawners, game mode controls, dozens of math functions, new types and arrays, tweening, to persistent data storage, there&apos;s something for everyone.</p><h3 id="prefab-spawners">Prefab Spawners</h3><p>This cursed brick lets your wire contraptions spawn arbitrary prefabs anywhere you want. Very useful for creating dynamic environments for your game modes!</p><h3 id="proximity-voice-chat">Proximity Voice Chat</h3><p>Now you can finally talk with your friends. Or your enemies. Or breathe quietly into your microphone. Comes with some fun voice filters too!</p><h3 id="hyper-search">Hyper Search</h3><p>Quickly find the brick, entity or prefab you want to place with a fuzzy search and tab completion.</p><h2 id="full-changelog">Full Changelog</h2><p><strong>Microchips</strong></p><ul><li>Added microchip bricks that spawn a collapsible plane for you to build on.</li><li>Microchip planes can be moved with the manipulator and resized with the resizer.</li><li>Can add custom input and output ports inside the plane that show up on the chip brick when closed.</li></ul><p><strong>Logic Gates</strong></p><ul><li>Wires now support more types, such as enums, strings, vectors, rotations, quaternions, and assets.</li><li>Wires now support array variables along with many gates to read and modify them.</li><li>Added more than 150 new logic gates, covering game events and controls, physics controls, vector math, trigonometry, colors, and much more.</li><li>Added tween gates to smoothly animate values over time.</li><li>Added a way to format and draw text on a player&apos;s HUD.</li><li>Added a way to create chat commands for players to trigger.</li><li>Added persistent per-player leaderboard data storage.</li><li>Added entity tags and zone collision detection for entities and projectiles.</li><li>Added projectile spawners that can be triggered by wires.</li><li>New unified models for most logic gates.</li><li>Gates can now support error states when their configuration makes no sense.</li><li>Rewrote the Buffer, now has separate on/off timers and no longer flip flops when used as a pulse extender/debouncer.</li><li>Fixed issues with buffers initializing incorrectly when reloaded from a world.</li><li>Fixed issues with exec events being dropped if occurring in the same frame.</li></ul><p><strong>Text Decals</strong></p><ul><li>Added extremely efficient GPU driven text renderer that draws arbitrary unicode text in 3d space.</li><li>Imported entire Noto font range to render all sensible unicode, along with many other smaller fonts.</li><li>Use text to display signs, strange symbols, emboss them into bricks with shading modes, apply them as graffiti decals, ...</li><li>Added a rich text adapter for TextDisplay component. Supports following tags:<ul><li>&lt;/&gt;</li><li>&lt;b&gt;</li><li>&lt;i&gt;</li><li>&lt;br&gt;</li><li>&lt;color=&quot;...&quot;&gt; #RGB, #RRGGBB</li><li>&lt;size=&quot;...&quot;&gt; 1-256</li><li>&lt;font=&quot;AssetName&quot;&gt;</li><li>&lt;outline=&quot;#hex&quot; width=&quot;...&quot; mode=&quot;...&quot;&gt; width 0.25&#xFFFD;2.5; mode = outlined | inlined | hollow-outlined |</li><li>hollow-inlined | none</li><li>&lt;shading=&quot;...&quot; width=&quot;...&quot; invert=&quot;...&quot;&gt; none | chamfer | fillet | double-chamfer | double-fillet | rounded;</li><li>width 0.25-2.5; invert = 0/1</li><li>&lt;scuff=&quot;...&quot;&gt; 0-2.5</li><li>&lt;skew=&quot;...&quot;&gt; -45-45</li><li>&lt;spacing=&quot;...&quot;&gt; -10-50</li><li>&lt;skew=&quot;...&quot;&gt; -45-45</li><li>&lt;spacing=&quot;...&quot;&gt; -10-50</li><li>&lt;sharp corners=&quot;...&quot; outlines=&quot;...&quot;&gt; corners = 0/1; outlines = 0/1; &lt;sharp&gt;, &lt;sharp=&quot;off&quot;&gt;</li><li>&lt;icon&gt;name&lt;/icon&gt;</li></ul></li></ul><p><strong>Game Modes</strong></p><ul><li>Deleted the old minigame system and replaced it with a new modular game rules system.</li><li>Can easily make the game mode do what you want with a less confusing UI.</li><li>Added builder mode, equivalent to leaving the old minigame, except you don&apos;t respawn.</li><li>Can now configure whether inventory should be kept on spawn.</li><li>Several gamemodes come with the game to help you learn to use the system.</li><li>DEEP integration with wires and other new features (the whole point)! Build tycoon games, capture point and payload gamemodes, and more.</li><li>Far superior implementations of the old capabilities. Different music for different teams, fully customizable scoreboards with asymmetric stats, multi-round deathmatches, infection without respawning, features like disabling interaction, restricting certain bricks, hiding deaths, restricting the camera, full control of the starting inventory including custom weapons AND MORE!</li><li>Just as important for your freebuild as for your deathmatch. The gamemode helps you make whatever you want to make, rather than getting in the way. A microbrick-free freebuild is just as easy to put together as a zombie survival RPG, and uses the same system.</li></ul><p><strong>Bricks</strong></p><ul><li>Added cannon. Spawns a projectile.</li><li>Added thruster. Adds force to a vehicle.</li><li>The maximum size of a brick is now 800 studs.</li><li>All mystery 8-bit linear colors have been converted to srgb, making them have more distinct dark shades.</li></ul><p><strong>Resizer</strong></p><ul><li>The resizer can now move bricks by holding ctrl, and move an entire selection.</li><li>The resizer can now resize in two dimensions at once by grabbing a corner handle.</li><li>The resizer can now rotate bricks.</li><li>Added measurement lines showing the size of your brick.</li><li>Added tool bind hints showing how to use the resizer.</li><li>Added grid snapping modes.</li></ul><p><strong>Placer</strong></p><ul><li>Can now place mirrored copies of your prefabs.</li><li>Fixed issues where some grids placed as physics did not, in fact, have physics.</li><li>Fixed issues with prefab previews being left behind.</li></ul><p><strong>Applicator</strong></p><ul><li>Added brick grid settings similar to entity settings. Alt+click to edit them.</li><li>Can now change the mass, gravity mode and buoyancy on all physics entities.</li><li>Removed strange 2 second timeout on replicating properties of components open in the UI.</li><li>Show output properties of most gates as non-editable fields.</li></ul><p><strong>Connector</strong></p><ul><li>Shows the current wire value on hovering a wire port or wire.</li><li>Can now interact with aimed at wires, to start from or replace them.</li><li>Draw an overlay of nearby gate values in real time, enable with middle mouse.</li><li>Can now interact with buttons and switches by pressing E.</li><li>Can now open the applicator edit dialog on gates.</li></ul><p><strong>Worlds</strong></p><ul><li>Worlds can now embed prefabs inside themselves, such as the ones used by Prefab Spawners.</li><li>Fixed objects not sleeping correctly on load when saved as sleeping.</li></ul><p><strong>Sounds</strong></p><ul><li>Weapon sounds have been added to the one shot audio gate.</li><li>Added Apogee, Canopy of Light and Micro by APX.</li><li>Added additional sound settings.</li><li>Raised the volume of all of Lilyvert&apos;s music.</li><li>Sounds are now compressed using Opus codec.</li><li>Fix one shot audio repeat timer not saved if active.</li><li>Fix max focus angle not applied to underlying sound.</li></ul><p><strong>Voice Chat</strong></p><ul><li>Added proximity voice chat system.</li><li>Added voice chat settings.</li><li>Added voice chat filters.</li></ul><p><strong>Prefabs</strong></p><ul><li>When saving a prefab, the settings of the original brick grid are now saved.</li></ul><p><strong>Selector</strong></p><ul><li>The selection manager has been rewritten and now supports a persistent, server-side selection, allowing different tools to interact with the things you have selected.</li><li>Can now expand the selection to contain an entity by clicking it with ctrl.</li><li>Can now start a selection by dragging from the ground.</li></ul><p><strong>Building</strong></p><ul><li>Improved the material used for visualizing hidden bricks.</li><li>Allow undoing removal of entities and components that were over the limit of the brick owner.</li></ul><p><strong>Vehicles</strong></p><ul><li>Added gyroscope to keep vehicles upright.</li><li>Added new vehicle physics system based on sweeps.</li><li>Build the vehicle as before, using the new wheel joint bricks, but without a custom mass offset.</li><li>Once the engine is connected, wheels will stop being physical objects, and the car will hover over the ground on an internally simulated suspension and tire model.</li><li>Drives vastly better on brick terrain than the old physically simulated wheels.</li><li>Fixed that the steering wasn&apos;t calculating the differential to set different drive speeds on different wheels.</li><li>Fixed various issues with the steering math.</li></ul><p><strong>Weapons</strong></p><ul><li>Added Road Flare.</li><li>Melee weapons now predict their hits like projectile weapons do.</li><li>Rewrote the hit validation system.</li></ul><p><strong>Maps</strong></p><ul><li>Cleaned out the mold from Studio.</li></ul><p><strong>Character</strong></p><ul><li>Fixed moving out of your seat sometimes.</li><li>Fixed unable to interact with large bricks.</li></ul><p><strong>Chat</strong></p><ul><li>Rewrote the markdown parser to remove strange parsing bugs, improve parity with other programs.</li><li>Fixed several issues with hierarchical rich text parsing causing it to emit segments of closing tags.</li></ul><p><strong>UI</strong></p><ul><li>The details panel has been remade from the ground up and now supports arrays, arbitrary nested types, and more, letting us make much better settings menus.</li><li>Added a cache for catalog thumbnails so they don&apos;t re-render on every open. They also generate much faster in the first place, now.</li><li>The downloads tab is now sorted by download time and searching it actually works.</li><li>The catalog can now be searched.</li><li>Added hyper search (ctrl B).</li><li>Added a customizable UI scale setting (may be scuffed).</li><li>All in-game text is now rendered using distance fields to prevent hitches from font caching if you scale it.</li><li>Updated fonts used for console and stats display.</li><li>Improved gamepad handling for menus.</li><li>Added a VRAM LOW indicator.</li><li>Added a BAD PING indicator.</li><li>Fixed missing disabled style on input fields.</li></ul><p><strong>Physics</strong></p><ul><li>Rewrote the physics replication system. It should now work vastly better for dynamic contraptions.</li><li>It is no longer possible to cause a singularity with degenerate velocities, making the whole server useless.</li><li>We&apos;ve implemented an experimental filter in the collision algorithms to reduce ghost collisions on edges between bricks.</li><li>All physics entities now use a new mass calculation. Existing contraptions may behave slightly differently.</li><li>All entities now float on water, not just brick grids.</li><li>Fixed buoyancy for fully submerged objects whose origin is not at their center.</li><li>Tuned sleep tolerance scale for the size of the world, so objects no longer freeze unexpectedly.</li><li>Improve hand held grab for long thin objects.</li></ul><p><strong>Performance</strong></p><ul><li>Overall, performance has been massively increased while RAM/VRAM requirements have shrunk.</li><li>Brick geometry is now streamed into VRAM as you move through the world, massively reducing GPU requirements.</li><li>Ray tracing geometry is now streamed into VRAM based on a fixed memory budget.</li><li>Rewrote brick cluster mesh manager, now merges some clusters to reduce draw calls, overall faster.</li><li>Bricks no longer use unreal scene components to render, reducing CPU overhead.</li><li>Player parts also no longer use unreal scene components to render.</li><li>Servers no longer process any player animations, greatly reducing CPU usage.</li><li>Clients only process player animations when the player is on screen.</li><li>Optimized Lumen card generation for brick clusters.</li><li>The release build is now compiled with Thin LTO, improving overall performance slightly.</li><li>Iris replication has been significantly optimized to make servers run faster.</li><li>Brick components ticking has been significantly optimized.</li><li>Buoyancy has been significantly optimized.</li><li>Performance of Virtual Shadow Maps when turning the camera has been improved.</li><li>Performance of Lumen Global Illumination has been improved.</li><li>Correctly clamp light radius to max sensible based on brightness.</li><li>Pulling out a placer or hammer no longer hitches the game.</li><li>Resizing a brick too far no longer hitches the game.</li><li>The wire renderer has been significantly optimized.</li><li>The wire graph execution has been optimized.</li><li>Loading worlds has been optimized.</li><li>Physics collision detection and simulation has been optimized with persistent contacts.</li><li>Avatar editor no longer permanently steals 2GB vram when you open it.</li><li>Placing rows of prefabs has been significantly optimized.</li><li>Fixed brick replication sending bricks in seemingly arbitrary order.</li><li>Parallelized much of the render thread work in Unreal Engine.</li></ul><p><strong>Rendering</strong></p><ul><li>Bricks and characters now have a more realistic looking material on them.</li><li>Player parts now show up in the Lumen scene for indirect lighting and reflections.</li><li>Lumen now correctly calculates fog in reflection views.</li><li>Added an Extreme Reflections setting that looks nice but is ungodly slow.</li><li>Added additional FOV settings.</li><li>Using new ACES 2 HDR tone mapper.</li><li>Fixed HDR UI blur compositing.</li></ul><p><strong>Engine</strong></p><ul><li>Upgraded the game to Unreal Engine 5.8.</li><li>Updated DLSS to 8.6.0-SL2.11.1.</li><li>Updated FSR to version 4.0.3.</li><li>FSR Frame Interpolation is now available.</li><li>Fixed the DLSS transformer setting always selecting preset K, breaking DLSS 4.5.</li></ul><p><strong>Debugging</strong></p><ul><li>Added various debug views you can use to investigate the performance and behavior of your server.<ul><li>br.DrawDebug.Entities - shows all entities and their physics sleeping state</li><li>br.DrawDebug.Lights - shows where lights are and if they cast shadows</li><li>br.DrawDebug.BrickColliders - shows brick grid collision meshes</li><li>br.DrawDebug.BrickClusters - shows brick geometry streaming state</li><li>br.DrawDebug.ClientUpdates - shows brick and component replication bandwidth</li><li>br.DrawDebug.Constraints - shows physics joints and attached entities</li></ul></li></ul><p><strong>Localization</strong></p><ul><li>Recreated the German translation. It&apos;s now actually sensible.</li><li>Improved French translation thanks to community contributions.</li><li>Refreshed translations for all other languages.</li></ul><p><strong>Servers</strong></p><ul><li>Many permissions have been reorganized, you will need to review your role setups.</li><li>All project-specific commands are now organized under a br. namespace.</li><li>No longer include Tutorial world with the dedicated server.</li><li>Additional commands to manage entities:<ul><li>/FreezeAllEntities (no args)</li><li>/FreezeEntities (no args)</li><li>/FreezeEntities (player)</li><li>/FreezeAllLooseEntities (no args)</li><li>/FreezeLooseEntities (no args)</li><li>/FreezeLooseEntities (player)</li><li>/FreezeAllFarEntities (distance)</li><li>/FreezeFarEntities (distance)</li><li>/FreezeFarEntities (player, distance)</li></ul></li><li>Remove all commands interacting with brs, add useful new commands interacting with prefabs.<ul><li>Removed:<ul><li>br.Bricks.Save</li><li>br.Bricks.SaveRegion</li><li>br.Bricks.Load</li><li>br.Bricks.ClearRegion</li><li>br.Bricks.ClearAll</li><li>br.World.LoadAdditive &lt;path&gt; [&lt;offset x&gt; &lt;offset y&gt; &lt;offset z&gt;] [&lt;orientation&gt;]</li></ul></li><li>Added:<ul><li>br.Prefab.Load &lt;Path&gt; [&lt;Offset X&gt; &lt;Offset Y&gt; &lt;Offset Z&gt;] [&lt;At Original Position&gt;] [&lt;Orientation&gt;] [&lt;Root Entity Persistent Index&gt;] [&lt;Mirror Axes&gt;] [&lt;Override User Id&gt;]</li><li>br.Prefab.SaveRegion &lt;Path&gt; &lt;Center X&gt; &lt;Center Y&gt; &lt;Center Z&gt; &lt;Extent X&gt; &lt;Extent Y&gt; &lt;Extent Z&gt; [&lt;Include Entities&gt;] [&lt;Root Entity Persistent Index&gt;] [&lt;Filter User Id&gt;]</li><li>br.World.ClearRegion &lt;Center X&gt; &lt;Center Y&gt; &lt;Center Z&gt; &lt;Extent X&gt; &lt;Extent Y&gt; &lt;Extent Z&gt; [&lt;Clear Bricks&gt;] [&lt;Clear Entities&gt;] [&lt;Filter User Id&gt;]</li><li>br.World.ClearAll [&lt;Clear Bricks&gt;] [&lt;Clear Entities&gt;] [&lt;Silent&gt;]</li></ul></li><li>Notes:<ul><li>Mirror axes: bitmask, X=1 Y=2 Z=4 (e.g. 3 = mirror X and Y).</li></ul></li></ul></li></ul><p><strong>Crashes</strong></p><ul><li>Fixed server crash possible to trigger by clients saving the world.</li><li>Fixed a crash leaving world after saving a prefab.</li><li>Fixed a crash in the wheel engine.</li><li>Fixed a crash shooting at a bot.</li><li>Fixed cases of physics memory corruption.</li></ul><p><strong>Bugs</strong></p><p>Hundreds of minor bug fixes that we would need to spend another hour collecting here only for no one to actually read it.</p><p>This update is the biggest we&apos;ve ever shipped, and we tried to summarize it by hand from 2000 lines of commit messages, but there might still be things we forgot. Now go download it!</p>]]></content:encoded></item><item><title><![CDATA[EARLY ACCESS 3: Announcement Trailer]]></title><description><![CDATA[Announcing the third major update for Brickadia Early Access, and another sale!]]></description><link>https://brickadia.com/blog/early-access-3-announcement-trailer/</link><guid isPermaLink="false">6a3ca855b0808500072a5faa</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[durb]]></dc:creator><pubDate>Thu, 25 Jun 2026 17:04:48 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2026/06/blogIcon.png" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2026/06/blogIcon.png" alt="EARLY ACCESS 3: Announcement Trailer"><p>Hello everyone!</p><p>The time has finally arrived for us to announce our third major update for Brickadia! On top of that, Brickadia will be going on sale during the Steam Summer Sales, starting June 25th all the way to July 9th!</p>
<!--kg-card-begin: html-->
<iframe width="1840" height="1035" src="https://www.youtube.com/embed/THeI_thgCSU" title frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<!--kg-card-end: html-->
<p>This update has been in the works for a long time, and we all hope you&apos;re as excited as we are for when this update drops on July 3rd, 2026. Thrusters, game modes, new vehicle physics, new logic gates, huge performance improvements and so much more are on their way!</p><p>If you don&apos;t have Brickadia in your Steam library already, now&apos;s your chance to get in on the brick action while the game is 50% off:</p>
<!--kg-card-begin: html-->
<iframe src="https://store.steampowered.com/widget/2199420/" frameborder="0" width="646" height="190"></iframe>
<!--kg-card-end: html-->
<p>Additionally, if you haven&apos;t done so, you can stay updated with Brickadia by following us on social media and by joining our online communities:  <a href="https://bsky.app/profile/did:plc:hm2f45hhjcmnmc2seqqttguh"><u>Bluesky</u></a>, <a href="https://x.com/brickadiagame"><u>Twitter/X</u></a>, <a href="https://www.tiktok.com/@brickadia"><u>TikTok</u></a>, <a href="https://www.youtube.com/@brickadia"><u>YouTube</u></a>, <a href="https://www.instagram.com/brickadiagame/"><u>Instagram</u></a>, <a href="https://discord.gg/brickadia"><u>Discord</u></a>, <a href="https://www.reddit.com/r/brickadia/" rel="noreferrer">Reddit</a>.</p><p>Stay tuned for further content in the future! </p>]]></content:encoded></item><item><title><![CDATA[Devlog #8 - Scripting, wires upgrades, and the next big patch]]></title><description><![CDATA[A preview of the next version of the game, featuring scripting, voice chat, new wires features, performance improvements and more!]]></description><link>https://brickadia.com/blog/devlog-8/</link><guid isPermaLink="false">69b570aeb0808500072a5796</guid><category><![CDATA[Development]]></category><dc:creator><![CDATA[Sixmorphugus]]></dc:creator><pubDate>Thu, 19 Mar 2026 17:06:22 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2026/03/BrickadiaSteam-Win64-Shipping_wh7jzCAjXJ.png" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2026/03/BrickadiaSteam-Win64-Shipping_wh7jzCAjXJ.png" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch"><p>Hello fellow Brickadians! We&apos;ve been super busy working on the next version of the game that will have scripting, voice chat, new wires features, performance improvements and more! But first, an announcement:</p>
<!--kg-card-begin: html-->
<iframe src="https://store.steampowered.com/widget/2199420/" frameborder="0" width="646" height="190"></iframe>
<!--kg-card-end: html-->
<p><strong>Brickadia is taking part in the Steam Spring Sale!</strong> The game will be 25% off all through the sale. If you want to pick the game up at our lowest ever price of $15, now is the time!</p><h1 id="overall-goals">Overall Goals</h1><p>Brickadia is a great building game, with some of the most robust and advanced tech powering it (in our opinion!) But with it&apos;s current feature-set, building is still the one primary way players play the game. It&apos;s very rare to see other kinds of servers beyond your classic freebuild server.<br><br>Our goal with EA3 is to turn Brickadia from one of the best building games ever to one of the best games ever for building <em>and playing</em>. In other words, give Brickadia gameplay!</p><p>We want you to be able to make tycoon games in Brickadia. We want you to be able to make Battle Royales in Brickadia. We want you to be able to make procedural dungeons in Brickadia. We want you to be able to make Prop Hunt. And Trouble in Terrorist Town. And deathruns. And so much more.<br><br>While some of these games sort of exist in the current version of Brickadia, they usually employ a ton of tricks and hacks. Most are unfinished due to a lack of tools to let creators cross the finish line.</p><p>Like last time, there is a lot we are doing. Let&apos;s talk about it!</p><h1 id="proximity-voice-chat">Proximity Voice Chat</h1><p>Brickadia will soon have proximity voice chat. Speak to your friends as you would in a Discord call, but in 3D space!</p><p>It will be highly configurable. Servers can enable and disable it, players can mute others, and it makes everything just a bit funnier.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    
    	<video class="lazy" preload="none" controls>
    		<source data-src="https://static.brickadia.com/resources/devlog8-voicechat.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Kenko says hello!</figcaption>

</figure>
<!--kg-card-end: html-->
<h1 id="new-wires-features">New Wires Features</h1><p>Everyone trying to use wires has the same three problems:</p>
<ul>
<li>Wire contraptions take up too much space.</li>
<li>There is a lack of useful gates.</li>
<li>They are super annoying to edit once they&apos;ve been built.</li>
</ul>
<p>Let&apos;s fix all of those at once!</p>
<h2 id="microchips">Microchips</h2><p>You&apos;ll soon be able to collapse your infinitely complex circuits into a single brick with Microchips. You can put a microchip anywhere: inside your arcade machine, inside your car, even inside another chip!</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2026/03/microchips.jpg" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="2000" height="1125" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/microchips.jpg 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/microchips.jpg 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/microchips.jpg 1600w, https://brickadia.com/blog/content/images/2026/03/microchips.jpg 2000w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2026/03/microchips--1-.jpg" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="2000" height="1125" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/microchips--1-.jpg 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/microchips--1-.jpg 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/microchips--1-.jpg 1600w, https://brickadia.com/blog/content/images/2026/03/microchips--1-.jpg 2000w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2026/03/microchips--2-.jpg" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/microchips--2-.jpg 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/microchips--2-.jpg 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/microchips--2-.jpg 1600w, https://brickadia.com/blog/content/images/2026/03/microchips--2-.jpg 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2026/03/microchips--3-.jpg" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/microchips--3-.jpg 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/microchips--3-.jpg 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/microchips--3-.jpg 1600w, https://brickadia.com/blog/content/images/2026/03/microchips--3-.jpg 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2026/03/microchips--4-.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1255" height="973" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/microchips--4-.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/microchips--4-.png 1000w, https://brickadia.com/blog/content/images/2026/03/microchips--4-.png 1255w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2026/03/microchips--5-.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1042" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/microchips--5-.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/microchips--5-.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/microchips--5-.png 1600w, https://brickadia.com/blog/content/images/2026/03/microchips--5-.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><p>We are working on further features for microchips, like inputs and outputs, gamemode integration, and player microchips, prior to release. Stay tuned on this one! It&apos;s going to be big.</p><h2 id="new-gates">New Gates</h2><p>We&apos;re adding a bunch of new gates to the game and have a bunch more on the way. Our focus with the gates we&apos;re adding is the same as it is for the update overall. We&apos;re fully invested in <em>drastically</em> increasing the scope of what Brickadia can do gameplay-wise.</p><p>One of the reasons we haven&apos;t added very many gates in the past few updates is because it actually involves quite a bit of stuff: Programming a gate involves quite a lot of boilerplate code, and art pass where the final gate was modeled by hand. Over the holidays, we&apos;ve streamlined this!<br><br>We&apos;re now procedurally generating our gate models. This has allowed us to speed up our iteration times by decoupling the need for a gate model from the final art pass. We also decided to update the base model for gates to try and make it slightly easier to read connections and layers of gates. It now only requires us to manually add the icon to make the gate shippable!</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_devlog8-procgatedemo" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Devlog8_ProcGateDemo.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Gate models procedurally generated with Geometry Nodes in Blender.</figcaption>
    </a>
    <div id="inline_devlog8-procgatedemo" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Devlog8_ProcGateDemo.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>Icons are now textured icons, rendered using an MSDF-encoded texture. No longer are the icons 3d modeled and baked into the gate mesh!</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/UnrealEditor-Win64-DebugGame_ZV5Nj6cvQi.jpg" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="2000" height="1152" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/UnrealEditor-Win64-DebugGame_ZV5Nj6cvQi.jpg 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/UnrealEditor-Win64-DebugGame_ZV5Nj6cvQi.jpg 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/UnrealEditor-Win64-DebugGame_ZV5Nj6cvQi.jpg 1600w, https://brickadia.com/blog/content/images/2026/03/UnrealEditor-Win64-DebugGame_ZV5Nj6cvQi.jpg 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Left is old model, right is new gate model using an MSDF icon.</span></figcaption></figure><p>Vectors are now a supported wire type. All of the existing math gates will support it, and we&apos;re adding new gates to complement them!<br><br>We&apos;re also finally adding support for strings! All of the existing gates that accept a text/string input will be upgraded to have a wire port for the field. We&apos;re also adding gates for manipulating strings: formatting, combining strings, etc. And of course, there will be new gates to display text, including one that will let you place text and icons anywhere on your HUD.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/stringgate.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1669" height="1139" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/stringgate.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/stringgate.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/stringgate.png 1600w, https://brickadia.com/blog/content/images/2026/03/stringgate.png 1669w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Silly test with the new string gates, printing out &quot;you have 1000 chunguses&quot; to the screen.</span></figcaption></figure><p><br><br>So far, a lot of the changes have been back-end changes, but we did still manage to cram in a few new gates. We still plan to add a huge number of useful gates before the update launches, so if you have any suggestions, please let us know through our usual channels!</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_devlog8-prefabspawner1" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/devlog8-prefabspawner1.webm" type="video/webm">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Prefab spawner!</figcaption>
    </a>
    <div id="inline_devlog8-prefabspawner1" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/devlog8-prefabspawner1.webm" type="video/webm">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="2000" height="485" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image.png 1600w, https://brickadia.com/blog/content/images/2026/03/image.png 2336w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">With Vector support, we now have &quot;Get&quot; versions of all the entity transform gates!</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-1.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="2000" height="1009" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-1.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-1.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-1.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-1.png 2336w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Some advanced math gates, and a Format Text gate.</span></figcaption></figure><h2 id="moving">Moving</h2><p>The resizer will soon be able to move and rotate bricks. Meaning you can now move and rotate your gates <em>without </em>disconnecting the wiring:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_devlog8-movewires" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/devlog8-movewires.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Moving a selection.</figcaption>
    </a>
    <div id="inline_devlog8-movewires" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/devlog8-movewires.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>You can even move multiple bricks around at once:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_devlog8-multimove" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/devlog8-multimove.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Multi-moving a selection.</figcaption>
    </a>
    <div id="inline_devlog8-multimove" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/devlog8-multimove.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p><br><br>We hope this will make wiring a bit less painful than it is currently!</p><h1 id="scripting-with-luau">Scripting with Luau</h1><p>Scripting has waited long enough, and is now officially in production! The next version of Brickadia will feature <a href="https://luau.org/" rel="noreferrer">Luau</a>, a high-performance scripting language, complete with a REPL accessible via chat and the console.<br><br>Luau scripting is intended to have a lot of control over the game. For that reason, we&apos;re gating script usage behind a special permission. It is also server-side only, but we will be augmenting it so you can do more client-specific tasks like UI. Worlds and Gamemodes can include scripts, and they can be shared on the Gallery.<br><br>This prototype version uses auto-generated bindings based on Unreal Engine&apos;s API, so there will be many changes to make scripting easier and friendlier.</p><p>Here&apos;s some things people have already done with our initial prototype!</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_devlog8-autobridge" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/devlog8-autobridge.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A script that places a brick right under your character.</figcaption>
    </a>
    <div id="inline_devlog8-autobridge" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/devlog8-autobridge.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_devlog8-jetpack" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/devlog8-jetpack.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A functioning jetpack!</figcaption>
    </a>
    <div id="inline_devlog8-jetpack" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/devlog8-jetpack.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_devlog8-studioscr" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/devlog8-studioscr.webm" type="video/webm">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Studio mold has evolved...!</figcaption>
    </a>
    <div id="inline_devlog8-studioscr" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/devlog8-studioscr.webm" type="video/webm">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/UnrealEditor-Win64-DebugGame_LylcPiFvIK.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="2000" height="963" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/UnrealEditor-Win64-DebugGame_LylcPiFvIK.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/UnrealEditor-Win64-DebugGame_LylcPiFvIK.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/UnrealEditor-Win64-DebugGame_LylcPiFvIK.png 1600w, https://brickadia.com/blog/content/images/2026/03/UnrealEditor-Win64-DebugGame_LylcPiFvIK.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Terrain generation using a script.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/boom.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="2000" height="886" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/boom.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/boom.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/boom.png 1600w, https://brickadia.com/blog/content/images/2026/03/boom.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Spawning an explosion using very verbose bindings.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/sweeney.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1703" height="714" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/sweeney.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/sweeney.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/sweeney.png 1600w, https://brickadia.com/blog/content/images/2026/03/sweeney.png 1703w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Renaming everyone to... Tim Sweeney...</span></figcaption></figure><p>There is still quite a bit to do, but even in this state it can do quite a lot.</p><h1 id="performance-improvements">Performance Improvements</h1><p>For every major update we try to make your game run a little better, and this one is no exception. Off the top of my head, here&apos;s everything we&apos;ve done so far, and there might still be more to come:</p><ul><li>We&apos;ve upgraded Unreal Engine to 5.7, which required solving several hundred rebase conflicts to integrate all our custom changes into the new version (it turns out Epic also likes to change the engine a lot!),</li><li>We&apos;ve fixed a major performance flaw in the Iris replication system that was causing it to poll sleeping and frozen entities every frame, only to discover that they did indeed not change,</li><li>We&apos;ve implemented a new fast rendering system that makes use of a new engine feature to render meshes while completely bypassing all the overhead that comes from using heavy primitive components to draw them, now in use for brick cluster meshes and character parts,</li><li>We&apos;ve implemented a new tick manager for brick components that only sometimes require ticks to update every frame, such as wheel engines that can go asleep when no one is driving the car and the steering has returned to idle,</li><li>We&apos;ve moved the final remaining part of the weapons system that was using Open Alpha-era barely functioning server side hit detection (melee weapons) to the new system of client predicted hits, which then allowed us to completely disable evaluating player animations on servers and only do it when the player is actually visible on clients,</li><li>We&apos;ve nativized more parts of old character blueprints like updating the nametags on screen that was taking up a lot of time, and optimized some redundant logic for bot controllers,</li><li>We&apos;ve made buoyancy computations roughly 10 times faster while also parallelizing it, now making it so fast that we could also enable buoyancy for all entities such as wheels,</li><li>We&apos;ve fixed that light components did not correctly apply the radius clamp from brightness when loading a map in single player or as a listen server (the issue did not occur as a client),</li><li>We&apos;ve refactored the brick cluster mesh system to now allow merging geometry across chunks when the world contains many sparse bricks over a large area, though it cannot yet combine meshes across different grids,</li><li>We&apos;ve removed all unnecessary access to physics scenes from background threads, which now allows us to run PhysX without the scene locks on every API call, removing a lot of overhead on basically everything,</li><li>We&apos;ve started compiling our &quot;shipping&quot; config binaries with <a href="https://clang.llvm.org/docs/ThinLTO.html" rel="noreferrer">Thin LTO</a>, allowing the compiler to remove many unnecessary virtual function calls and inline small functions even across different files and modules,</li><li>We&apos;ve fixed that physics wasn&apos;t parallelized at all on typical cloud servers with two cores, previously it only worked on three cores and up,</li><li>And more that wasn&apos;t worth mentioning here...</li></ul><h3 id="client-performance">Client Performance</h3><p>Wew! That&apos;s a lot! So what did we gain? Are we writing all this fluff for 5% performance gains? Well, let&apos;s compare EA2 to the current main branch. We&apos;ll use a version of the world &quot;Pinkadia&quot; for comparison, which is one of the most complex worlds ever created in the game:</p><figure class="kg-card kg-image-card"><img src="https://brickadia.com/blog/content/images/2026/03/image-5.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="787" height="88" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-5.png 600w, https://brickadia.com/blog/content/images/2026/03/image-5.png 787w" sizes="(min-width: 720px) 720px"></figure><p>Since most players would see this as a client on a server, we&apos;ve also joined a server as a client. These screenshots are taken on a system with a RTX 5090 and Ryzen 9950X3D, but relative improvements are similar on other computers.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-4.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-4.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-4.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-4.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-4.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">EA2, ray tracing enabled - 46 fps</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-3.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-3.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-3.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-3.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-3.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">EA2, ray tracing disabled - 70 fps</span></figcaption></figure><p>This world seems to perform terribly on a very high end computer. Let&apos;s see if that runs any better in the new version so far.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-6.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-6.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-6.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-6.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-6.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">EA3, ray tracing enabled - 82 fps (78% faster)</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-7.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-7.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-7.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-7.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-7.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">EA3, ray tracing disabled - 111 fps (58% faster)</span></figcaption></figure><p>We&apos;ve certainly made progress here!</p><p>There is more to come for optimizing the client - we&apos;ll soon introduce a new kinematic joint to connect multiple grids together rigidly, while allowing it to rotate with interpolation when controlled by a wire. This will allow you to replace slow physics based doors with much faster kinematic grids, and in the case where the angle is not controlled by a wire, we will be able to merge meshes across subgrids, making builds with a lot of rotated decorative grids massively faster.</p><p>And we haven&apos;t even started optimizing the GPU memory usage yet - the core brick renderer is still from Open Alpha days where builds mostly fit in VRAM and ray tracing was something far off. There are plans for streaming brick clusters so only the ones within the view distance must be resident in VRAM, and a new way to organize brick vertex data that should reduce its size by roughly 5 times (sadly, that will not apply to the separate ray tracing data, but it should help low end computers who will not be using ray tracing anyway the most).</p><h3 id="server-performance">Server Performance</h3><p>Dedicated servers are now also <em>much</em> faster. Before, most of the time was spent on useless things, which we&apos;ve now removed. For example, here is a direct comparison of a server frame running Pinkadia with a single client connected. To capture this trace, we have to use an instrumented build, so it&apos;s a little slower, but watch the difference in timings of the sections:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-9.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1326" height="610" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-9.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-9.png 1000w, https://brickadia.com/blog/content/images/2026/03/image-9.png 1326w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">EA2 server - this sucks actually</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-10.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1595" height="570" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-10.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-10.png 1000w, https://brickadia.com/blog/content/images/2026/03/image-10.png 1595w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">EA3 server - quite a lot more usable (4 times faster)</span></figcaption></figure><p>Running the server with tracing capability adds a lot of overhead, so let&apos;s also just compare the final frame rate the server is able to achieve, by joining it as a client and viewing this beautiful tps counter made out of bricks and gates and wires:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-11.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-11.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-11.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-11.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-11.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">EA2 server running the world sim and one client</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-12.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-12.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-12.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-12.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-12.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">EA3 server running the same (7 times faster)</span></figcaption></figure><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">Want your own tps counter? Use prefab code g81-w7w-q69</div></div><p>In the proper &quot;shipping&quot; configuration of the server we can now also see the performance impact of using Thin LTO to let the compiler optimize across the whole program, making it <em>even faster</em> than the previous comparison.</p><p>A listen server runs both the client and server code each tick, so if you are hosting a large world locally, you should expect performance increases somewhere between the two above.</p><p>Oh, and we&apos;ve also made some tools so you can make your own builds and servers faster rather than waiting for us to find a way to do it by magic!</p><h1 id="performance-debug-views">Performance Debug Views</h1><p>Previously, whenever we tried to implement debug views in the engine, the performance left something to be desired:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-23.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-23.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-23.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-23.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-23.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">We&apos;re gonna need to measure in seconds per frame for this one</span></figcaption></figure><p>But recently, we&apos;ve gained a super fast new debug drawer based on the excellent work in the <a href="https://github.com/Brickadia/VoxelCore/blob/brickadia/Source/VoxelCore/Public/VoxelMinimal/VoxelDebugDrawer.h" rel="noreferrer">VoxelCore</a> plugin:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-24.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-24.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-24.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-24.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-24.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Ah. That&apos;s more reasonable.</span></figcaption></figure><p>So naturally, we had a solution and went looking for problems to solve with it...</p><p>For those interested in finding laggy contraptions in your servers and improving the performance of your worlds, we now have several useful debug visualizations you can use, all of which also include statistics for you to look at and use to track down performance issues on your servers.</p><h2 id="entity-debug-view">Entity Debug View</h2><p>This makes it easy to track down rogue entities, like physics grids, that may be contributing to server tick rate issues. It can be enabled with <code>BR.DrawDebugEntities 1</code>.</p><p>Watch out for red entities. Those are actively moving in the simulation and processed by physics and replication.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-15.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-15.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-15.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-15.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-15.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The entity visualizer shows you where all those dynamic grids and wheels are.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-16.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-16.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-16.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-16.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-16.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The entity visualizer works at any distance.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-17.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-17.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-17.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-17.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-17.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Finding those physics objects hiding at the world border is now very easy.</span></figcaption></figure><h2 id="light-debug-view">Light Debug View</h2><p>A very common performance pitfall many builds suffer from is from overlapping lights, and this visualization makes it very easy to spot. It can be enabled with <code>BR.DrawDebugLights 1</code>.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-21.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-21.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-21.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-21.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-21.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The light visualizer shows you all the lights in the world and who made them.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-22.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-22.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-22.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-22.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-22.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">It also shows you how many other lights a light is overlapping.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-18.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-18.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-18.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-18.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-18.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Oh no</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-20.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-20.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-20.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-20.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-20.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">There really are a lot of lights here</span></figcaption></figure><p>If you have many overlapping lights at some location, and you get close to that location, all those lights are going to cover your entire screen, which is very slow.</p><p>So we thought it&apos;d be useful to show how much overlap there really is, counting up for every light how many others touch it, and coloring them from green to red depending on the number, which ended up being a lot more difficult than expected.</p><p>Quiz: How do you determine which of 15,000 lights overlap each other in under 0.5ms on a single core?</p><h2 id="replication-debug-view">Replication Debug View</h2><p>It can be difficult finding specific contraptions in your world that may be contributing to network performance issues. Thankfully, we have a colorful solution! This can be enabled with <code>BR.DrawDebugClientUpdates 1</code> in the console.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_devlog8-repviz1" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/devlog8-repviz1.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Replication debug view on a smaller system. Each update renders a colored sphere to make it easy to find.</figcaption>
    </a>
    <div id="inline_devlog8-repviz1" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/devlog8-repviz1.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-26.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-26.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-26.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-26.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-26.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">For example, as a host, you might wonder where someone has hidden the 1000 updates/s.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-27.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-27.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-27.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-27.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-27.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The flashing dots and view-relative stats quickly let you home in on the problem.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-28.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-28.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-28.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-28.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-28.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Ah. So that&apos;s why. Maybe we should switch this contraption off.</span></figcaption></figure><h2 id="collider-debug-view">Collider Debug View</h2><p>We&apos;ve had this view before, but it has now been upgraded to visualize the origin, center of mass and intertia tensor of the object, letting you see whether your custom masses had the intended effect. It can be enabled with <code>BR.DrawDebugColliders 1</code> in the console.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-29.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-29.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-29.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-29.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-29.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Collider visualizer.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-30.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-30.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-30.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-30.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-30.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">This object has a custom mass (cyan box) which results in a shift of the COM (grey dot) and inertia tensor (grey box).</span></figcaption></figure><h2 id="brick-cluster-debug-view">Brick Cluster Debug View</h2><p>This one shows you how the brick engine groups the brick geometry to render. It can be enabled with <code>BR.DrawDebugBrickClusters 1</code> in the console.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-25.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-25.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-25.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-25.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-25.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Every separate grid you use creates separate clusters regardless of whether you freeze it or not.</span></figcaption></figure><h1 id="other-goodies">Other Goodies</h1><p>Characters are finally present in the ray tracing scene, and the quality of ray traced reflections is also vastly improved with the new engine version.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-13.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-13.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-13.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-13.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-13.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Who&apos;s that?</span></figcaption></figure><p>We&apos;ve fixed replication of sleeping object positions. No more will you load into a server, approach an object, only to learn that it did in fact not exist at that location, and see your character teleport 50 studs to the side.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-32.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-32.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-32.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-32.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-32.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">All of the sleeping objects on this test server are at the correct position.</span></figcaption></figure><p>We&apos;ve added a network lag indicator that shows up if your average latency is too high or the server hasn&apos;t sent any message at all within a short time frame. There&apos;s also a similar warning for getting close to maxing out your system VRAM.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2026/03/image-34.png" class="kg-image" alt="Devlog #8 - Scripting, wires upgrades, and the next big patch" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2026/03/image-34.png 600w, https://brickadia.com/blog/content/images/size/w1000/2026/03/image-34.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2026/03/image-34.png 1600w, https://brickadia.com/blog/content/images/2026/03/image-34.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">I guess the router died again...</span></figcaption></figure><h1 id="and-more">...And more.</h1><p>There is so much else that we could have covered, but we have to get back to work! If you want to see further highlights, we highly recommend joining our <a href="https://discord.com/invite/brickadia" rel="noreferrer">Discord</a> to get the latest and greatest news in one place. </p><p>Thanks for reading! Stay tuned.</p>]]></content:encoded></item><item><title><![CDATA[Brickadia is now $19.99 until Early Access ends!]]></title><description><![CDATA[To make it easier for you to invite your friends and grow our community, we’re permanently lowering the price to $19.99 for the duration of Early Access.]]></description><link>https://brickadia.com/blog/brickadia-is-now-19-99/</link><guid isPermaLink="false">693c60a1b33dbb0007ef3b34</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[Zeblote]]></dc:creator><pubDate>Sat, 31 Jan 2026 22:51:18 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2026/01/EAprice2.png" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2026/01/EAprice2.png" alt="Brickadia is now $19.99 until Early Access ends!"><p>Hey everyone,</p><p>We&apos;ve been reading all your feedback since the Early Access release, and one thing that&apos;s come up very often was the price of the game. Many of you felt that $29.99 was too high a price while the game is lacking the last major features, and was making it difficult for you to get your friends to try it out with you.</p><p>We are confident that $29.99 reflects the value of the full 1.0 release, but we want the price to reflect the Early Access journey we&#x2019;re on together right now. To make it easier for you to invite your friends and grow our community, we&#x2019;re lowering the price to $19.99 for the duration of Early Access. Regional pricing will apply as before.</p>
<!--kg-card-begin: html-->
<iframe src="https://store.steampowered.com/widget/2199420/" frameborder="0" width="646" height="190"></iframe>
<!--kg-card-end: html-->
<p>To those of you who have already jumped in at the original price point: Thank you! Your early support has been instrumental in keeping development moving at this pace. We&apos;ve always said that our community is the most important part of this project, and by making the game more affordable now, we hope to see your servers feel a lot more alive.</p><p>What&apos;s next?</p><p>We have a large content update following soon after with many new additions to the logic system, giving you greater control over your gameplay. Stay tuned!</p>]]></content:encoded></item><item><title><![CDATA[EARLY ACCESS 2: The Prefabs and Bots Update]]></title><description><![CDATA[Customizable bots, reworked physics prefabs system, new selector, player collision channels, brick property changer, X-Ray mode; and so much more.]]></description><link>https://brickadia.com/blog/early-access-2/</link><guid isPermaLink="false">6918ccdcb33dbb0007ef3af9</guid><category><![CDATA[News]]></category><category><![CDATA[Releases]]></category><dc:creator><![CDATA[Zeblote]]></dc:creator><pubDate>Fri, 12 Dec 2025 18:49:50 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2025/12/ea2release2.png" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2025/12/ea2release2.png" alt="EARLY ACCESS 2: The Prefabs and Bots Update"><p>This is our first major update! We&apos;ve cleaned up all major bugs and fixed a lot of stuff that was broken since EA1. If you encounter issues, please let us know in the bug-reports channel of the Discord or the Steam forums.</p><h2 id="winter-sale">Winter Sale</h2><p>Brickadia is taking part in the Steam Winter Sale! If you haven&apos;t bought the game yet, now is a great time:</p>
<!--kg-card-begin: html-->
<iframe src="https://store.steampowered.com/widget/2199420/" frameborder="0" width="646" height="190"></iframe>
<!--kg-card-end: html-->
<figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/87SfS79kj98?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Sale + Bots &amp; Prefabs Update Preview!"></iframe></figure><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/d_UWCy9a9FU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Bots &amp; Prefabs Update - Brickadia is on sale on Steam right now!"></iframe></figure><h2 id="major-features">Major Features</h2><p>Customizable bots to give life to your maps! Give them any weapon and customize their settings like aggression or 360 degree vision. You can use them without weapons to create wandering NPCs, give them swords to make an army of warriors, or give them all guns to create a deathmatch server. They look the same as a player, and you can give them your avatar settings.</p><p>We&apos;ve fully reworked the prefab system. The new prefabs live in your catalog! Save entire cars, contraptions and other interconnected objects locally for easy reuse. Grab a vehicle from the gallery and place it, instantly, anywhere you have permission. Copy things from the world into your real clipboard, and paste them into Discord or another running instance of the game.</p><p>The selector has been completely rewritten with a new connection mode. Grab a complete physics contraption with all connected grids and entities in a single click.</p><p>Four separate player collision channels let you create invisible walls that only certain teams can pass through, opening up new possibilities for minigames and maps.</p><p>A new component that lets you dynamically change a brick&apos;s visibility, collision, and color through wires. Perfect for hidden doors or interactive displays.</p><p>The Applicator and Connector now have an X-Ray mode, letting you edit components on bricks hidden behind other bricks and entities.</p><h2 id="full-changelog-since-ea1">Full Changelog Since EA1</h2><h3 id="gallery">Gallery</h3><ul><li>Renamed &quot;TOP&quot; and &quot;TOP ALL TIME&quot; categories to &quot;HOT&quot; and &quot;TOP&quot;.</li><li>The &quot;HOT&quot; category now also shows older files on the next pages.</li><li>The browser page no longer reloads every time the dialog is shown.</li></ul><h3 id="worlds">Worlds</h3><ul><li>You can now save the server world to your client if you have any building permissions.</li><li>You can now upload worlds to servers with extended permissions. The server will be in read-only mode with autosave disabled.</li></ul><h3 id="prefabs">Prefabs</h3><ul><li>A new prefab browser is now integrated into the catalog, letting you save your creations and add them to the inventory to place much like bricks and entities.</li><li>Prefabs now have automatically generated thumbnails that look the same as bricks and entities, no longer requiring you to get a nice screenshot.</li><li>A new prefab gallery is also available, letting you share your creations, and browse the ones others shared to use immediately or save for later.</li><li>Copying things now stores a prefab file in your clipboard, letting you paste it in another game client or share it through applications like Discord.</li><li>The legacy prefab system and its associated dialogs were removed, but a button exists in the prefab browser to convert any legacy brs files you may have.</li><li>The Max Selected Bricks default value is now the same as Max Prefab Bricks.</li></ul><h3 id="physics">Physics</h3><ul><li>There are now 4 separate player collision channels, so you can make invisible walls that only some teams can pass.</li><li>Can choose which channel to use on a per-team basis, as well as which channels players on those teams collide with.</li></ul><h3 id="selector">Selector</h3><ul><li>The selection system has been rewritten and now supports tracking an explicit selection of bricks and entities.</li><li>When using a selection box, in addition to immediately copying/cutting that box as before, you can now also add/remove the bricks inside to your selection to refine what you have selected in multiple steps.</li><li>The selector now has an alternative connection selection mode that selects adjacent bricks, such as a whole house on its baseplate.</li><li>The connection mode also supports selecting an entire physics contraption including all connected grids and entities.</li><li>Added entity and brick count limits to the selector.</li><li>The mode switch binding has been changed to C.</li></ul><h3 id="applicator">Applicator</h3><ul><li>You can now press R to toggle X-Ray Mode, which will edit bricks that have existing components through other bricks and entities.</li></ul><h3 id="connector">Connector</h3><ul><li>The connector now also has an X-Ray Mode that only interacts with bricks that have components.</li><li>The gate brick will now be highlighted when hovering a physical port.</li></ul><h3 id="painter">Painter</h3><ul><li>The painter can now paint and pick the color sections of entities, such as making wheels have differently colored tires.</li></ul><h3 id="building">Building</h3><ul><li>High friction tires is now the default for newly placed wheels.</li></ul><h3 id="components">Components</h3><ul><li>Added a new component, the Brick Property Changer. Can be used to change the visibility, collision channels, and color of a brick using wires.</li><li>The ancient per-type component quota has been removed. There is now a single per-user quota of active components (lights, audio, item spawns, engines, etc) which can be adjusted in server settings.</li><li>The Seat component can now be manually attached to all bricks, in case you want to fit custom seats in tight spaces.</li><li>All the uncategorized components have been organized in the list.</li></ul><h3 id="bots">Bots</h3><ul><li>Bots can now be given weapons and use them, attacking with melee weapons or shooting guns, reloading them when appropriate.</li><li>Bots can now wander around freely on the map or walk towards goal points, jumping over obstacles.</li><li>Bots can now be given character skins by copying the current skin from your character.</li><li>Bots can now damage players in the default minigame and join teams by coloring their spawns the same as the team color.</li><li>Bots are now considered for win conditions like last man standing.</li><li>Bots can now spawned and despawned by wires.</li><li>Bots have a lot more settings than we are able to list here.</li></ul><h3 id="weapons">Weapons</h3><ul><li>Return of Crystal Kalis which was accidentally disabled.</li><li>Added Laser Cleaver.</li><li>Added Laser Axe.</li><li>Added Medi-Syringe, an item which quickly heals 50 health when used.</li><li>Added Spear, a melee weapon with a fast underhand stab and a slow overhead stab.</li><li>Added Bandage, a slow self healing item that restores 25 hp.</li><li>Added Basic Claws, Sharp Claws, and Shadow Claws, fast melee weapons intended for zombie bots but also possible to use yourself.</li></ul><h3 id="cosmetics">Cosmetics</h3><ul><li>Added Twintails</li><li>Added Snout (multiple variants)</li><li>Added Shaggy Swept hair (2 variants)</li><li>Added Wings</li><li>Added Back Valve</li><li>Added Robot Paw</li><li>Added Robobunny Ears</li><li>Added Secured Bag</li><li>Added Employee Card</li></ul><h3 id="sounds">Sounds</h3><ul><li>Tool audio has been reclassified under Item audio.</li></ul><h3 id="ui">UI</h3><ul><li>The world browser and catalog now remember the last used tab between sessions.</li><li>Pressing Ctrl F in the My Worlds or My Prefabs tabs will now focus the search box.</li><li>Clicking the current folder breadcrumb will now reload the listing to see external changes.</li><li>The pause menu now has a button to open the server list when on a server as a client.</li><li>The unimplemented admin button has been removed from the pause menu.</li><li>Added the ability to search for worlds. Search also includes files in subfolders of the current folder.</li><li>Added the ability to delete worlds.</li><li>Added a dialog when failing to create a folder.</li><li>Removed the defunct controller column from the key binding menu. This never functioned correctly once we began implementing chorded bindings for tools. The intended way to configure controller mappings is to use Steam Input settings.</li><li>Removed the defunct help menu.</li><li>Removed unnecessary &quot;Release-&quot; text from the version display in the top right.</li><li>The folder tiles in the world and prefab browsers now show how many files and folders are inside them.</li></ul><h3 id="servers">Servers</h3><ul><li>Improved /BrickCount output to include entity counts.</li><li>Removed /DestroyAllGrids, which was an obsolete test command.</li><li>Added /ClearAllEntities, which removes all entities in the world.</li><li>Added /ClearEntities, which removes your own entities.</li><li>Added /ClearEntities [player], which removes someone elses entities.</li><li>Added /ClearAllLooseEntities, which removes all entities not attached to at least one more entity.</li><li>Added /ClearLooseEntities, which does the same but only for your entities.</li><li>Added /ClearLooseEntities [player], which does the same but for someone elses entities.</li><li>Added /ClearAllFarEntities [distance], which removes all entities further away than some distance in studs.</li><li>Added /ClearFarEntities [distance], which does the same but only for your entities.</li><li>Added /ClearFarEntities [player] [distance], which does the same but for someone elses entities.</li><li>Added /BrickCount [player], which shows how many bricks, entities and components a specific player has.</li><li>Updated player admin actions drop down to include Clear Entities, Clear Loose Entities, Clear Far Entities (defaults distance to 10000 studs).</li><li>There is now a permission for whether players can use X-Ray mode, intended for Tutorial but can be used by players too.</li></ul><h3 id="performance">Performance</h3><ul><li>Optimized building and share zone checks when modifying bricks.</li><li>Optimized zone checks when characters move.</li><li>Optimized manipulator searching for possible joints to attach while holding entity.</li></ul><h3 id="engine">Engine</h3><ul><li>The experimental Behaviors code has been removed in preparation of integrating the new Lua scripting engine coming in a future update.</li><li>The world boundary no longer instantly vaporizes your vehicles and simply keeps them inside.</li><li>Some improvements to player movement prediction when walking on large frozen physics grids.</li><li>Refactored how the game accesses worlds and prefabs. File handles are now automatically closed and databases unloaded after a few seconds of inactivity, allowing external access to the files.</li><li>The Test executable is now included with the dedicated server deployment.</li><li>Updated PhysX to the newest patch release of version 5.6.1.</li><li>Updated DLSS plugin to version 8.3.0-NGX310.4.0.</li><li>Updated FSR plugin to 4.0.2b, improving performance and stability.</li></ul><h3 id="localization">Localization</h3><ul><li>Updated Spanish localization with reviewed strings.</li><li>Refreshed strings.</li></ul><h3 id="servers-1">Servers</h3><ul><li>The server log file now logs when a user is unbanned.</li></ul><h3 id="bugs">Bugs</h3><ul><li>Fixed crash auto toggling tool with controller.</li><li>Fixed crash joining server while using a controller.</li><li>Fixed crash when creating a very (very) long chain of rerouters or logic gates.</li><li>Fixed several crashes due to unused quickbar ranges legacy code.</li><li>Fixed crash when recreating output wire with a new type.</li><li>Fixed crash when taking a screenshot with HDR.</li><li>Fixed crash when grenades explode after a garbage collection.</li><li>Fixed clients crashing when homing missile hits a physics object.</li><li>Fixed crash when dedicated server is left alone for a while due to iris replication not ticking.</li><li>Fixed crash running out of replicated objects when playing alone in a listen server.</li><li>Fixed crash when loading specifically crafted world file.</li><li>Fixed crash when applicator dialog is viewing a brick component while replicating additional components.</li><li>Fixed crash when equipping a tool while loading into the server.</li><li>Fixed crash when undoing deletion of a brick tried to revive a brick grid that was deleted.</li><li>Fixed crash due to incorrect check for sync state in async serialize function.</li><li>Fixed crash setting minigame inventory size to 0.</li><li>Fixed crash when placing, resizing and deleting bricks too quickly.</li><li>Fixed crash when trying to load an old world file with components that no longer exist.</li><li>Fixed crash when destroying brick grid entity with a building zone attached to it.</li><li>Fixed crashes caused by being able to attach invalid components to bricks.</li><li>Fixed check against NaN object positions not actually working on world load.</li><li>Fixed rare crash due to use after free in legacy save file loader.</li><li>Fixed rare crash in wire type propagation logic related to placing prefabs.</li><li>Fixed brick replication deadlock in rare case where the first component in the update list generates a message of a specific size.</li><li>Fixed trace scene corruption when trying to set the velocity of a frozen entity.</li><li>Fixed broken overlap check allowing certain cases of intersecting micro wedges to be placed.</li><li>Fixed very rare bundle corruption due to background file write tasks executing in incorrect order.</li><li>Fixed being able to pick up multiple pistols.</li><li>Fixed clients not being able to switch to precision mode on paste when copying bricks from physics grids.</li><li>Fixed chance of mysterious 1 unit offset when using switch to precision mode on paste.</li><li>Fixed Painter getting stuck in &quot;Paint Only Material&quot; mode if put away while ctrl is held.</li><li>Fixed selection outlines not rendering in simple shading mode.</li><li>Fixed hologram and translucent plastic brick materials causing Lumen to render an extremely slow ray traced reflection which cannot be seen.</li><li>Fixed broken depth bounds for fog rendering causing it to cut off on surfaces close to the camera.</li><li>Fixed Z fighting of brick previews when overlapped with the original bricks in precision mode.</li><li>Fixed ugly one pixel visual seams along the edges of brick previews.</li><li>Fixed race condition causing the options button on the escape menu to not function sometimes.</li><li>Fixed non-deterministic vehicle behavior due to wheel engines not applying some settings on servers.</li><li>Fixed non-deterministic joint behavior due to not updating average mass on modifying attached objects.</li><li>Fixed contraptions exploding when deleting a set of jointed bodies and undoing the deletion.</li><li>Fixed re-attaching objects to joints not correctly restoring the relative transform if the joint was bent.</li><li>Fixed re-attaching objects to joints not correctly moving further attached child objects.</li><li>Fixed incorrect mass calculation for bricks grids since the ability to disable collision was added.</li><li>Fixed incorrect joint behavior after re-attaching a wheel to a wheel joint connected to an engine.</li><li>Fixed deleting an entity and undoing the deletion not restoring any changed properties.</li><li>Fixed deleting a frozen object and undoing the deletion failing to re-freeze it.</li><li>Fixed having wheel joints connected to an engine preventing idle physics contraptions from sleeping.</li><li>Fixed being unable to create multiple levels of folders for worlds.</li><li>Fixed client predicted hit markers showing for objects that cannot be damaged.</li><li>Fixed extra physics grids and entities attached to the vehicle you are in blocking the camera.</li><li>Fixed loading a world in single player not waiting for meshes to upload before hiding the loading screen.</li><li>Fixed wrong formatting for the message when using /clearbricks [name] as server.</li><li>Fixed distance to target output not working when a teleport target wire is connected.</li><li>Fixed server settings defaulting to the permissions tab.</li><li>Fixed broken &quot;at target&quot; output on servo bearings.</li><li>Fixed various correctness bugs in world serializer.</li><li>Fixed being able to redo undone actions if the permission to do them was since removed from the client.</li><li>Fixed being able to load nan values through presets in the applicator.</li><li>Fixed being able to place more bricks in a single chunk that the world serializer will allow to load.</li><li>Fixed brick grids teleporting into space when attaching a socket to a bearing.</li><li>Fixed firing weapons in first person while crouched not hitting the correct target on the server side.</li><li>Fixed being able to upload to the gallery from the downloads tab.</li><li>Fixed lives counter not updating for clients in minigames.</li><li>Fixed connection not being aborted if client fails to insert a replicated brick into the designated chunk.</li><li>Fixed gallery viewer scaling incorrectly when there are very long titles.</li><li>Fixed long gallery descriptions breaking the layout of the details page.</li><li>Fixed buttons remaining held when clicked too fast.</li><li>Fixed input splitter being shown in add component list.</li><li>Fixed &quot;Failed to insert brick in chunk&quot; log spam.</li><li>Fixed being able to get stuck in freeze camera mode when entering a minigame.</li><li>Fixed not leaving the current seat when trying to use the teleport command.</li><li>Fixed seats showing the sit prompt in third person when occupied.</li><li>Fixed brick delete sound playing in wrong location when removing bricks from physics grids.</li><li>Fixed &quot;Reselect Last Port&quot; on Connector not being rebindable.</li><li>Fixed &quot;Johnny Ledger&quot; music tracks missing in minigame music selector.</li><li>Fixed inaccurate tool traces against wheels attached to wheel joints.</li><li>Fixed aurora setting in environment not functioning.</li><li>Fixed a case of precision mode on paste selecting the wrong grid.</li><li>Fixed water effects and damage not working when standing in low water.</li><li>Fixed Missile Launcher still being able to fire when out of ammo.</li><li>Fixed flying against a wall accumulating velocity incorrectly.</li><li>Fixed gibs and detached hats affecting physics contraptions.</li><li>Fixed being unable to kick gibs around.</li><li>Fixed hitmarkers playing twice on clients.</li><li>Fixed Manipulator not aiming correctly in free mouse mode.</li><li>Fixed wires not respecting render distance limit.</li><li>Fixed additional bugs that were not correctly tracked.</li></ul>]]></content:encoded></item><item><title><![CDATA[Sale + Bots/Prefabs Preview!]]></title><description><![CDATA[Brickadia is taking part in the Steam Autumn Sale, and our first major update is now available in preview on the unstable branch.]]></description><link>https://brickadia.com/blog/sale-bots-prefabs-preview/</link><guid isPermaLink="false">68dab6f231880f0007fa04bf</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[Zeblote]]></dc:creator><pubDate>Mon, 29 Sep 2025 17:12:05 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2025/09/image.png" medium="image"/><content:encoded><![CDATA[<h3 id="steam-autumn-sale">Steam Autumn Sale</h3><img src="https://brickadia.com/blog/content/images/2025/09/image.png" alt="Sale + Bots/Prefabs Preview!"><p>Brickadia is taking part in the Steam Autumn Sale! If you haven&apos;t bought the game yet, now is a great time:</p>
<!--kg-card-begin: html-->
<iframe src="https://store.steampowered.com/widget/2199420/" frameborder="0" width="646" height="190"></iframe>
<!--kg-card-end: html-->
<h3 id="ea2-preview">EA2 Preview</h3><p>At the same time, we&apos;re releasing a preview version of our first major update on the unstable branch so you can try it a few days early. This has two long-awaited major features:</p><p>We&apos;ve fully reworked the prefab system. The new prefabs live in your catalog! Save entire cars, contraptions and other interconnected objects locally for easy reuse. Grab a vehicle from the gallery and place it, instantly, anywhere you have permission. Copy things from the world into your real clipboard, and paste them into Discord or another running instance of the game.</p><p>Customizable bots to give life to your maps! Give them any weapon and customize their settings like aggression or 360 degree vision. You can use them without weapons to create wandering NPCs, give them swords to make an army of warriors, or give them all guns to create a deathmatch server. They look the same as a player, and you can give them your avatar settings.</p><p>Watch the video below for a sneak peek:</p><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/87SfS79kj98?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="ea2release wide"></iframe></figure><p>You can read the full changelog <a href="https://store.steampowered.com/news/app/2199420/view/508466730850321053" rel="noreferrer">on Steam</a>.</p>]]></content:encoded></item><item><title><![CDATA[Tutorial - Car Tuning]]></title><description><![CDATA[Struggling to get a car driving well? Here's a guide on tuning your vehicles!]]></description><link>https://brickadia.com/blog/tutorial-car-tuning/</link><guid isPermaLink="false">68b87cfa786a61000738c839</guid><category><![CDATA[Tutorials]]></category><dc:creator><![CDATA[Kenko]]></dc:creator><pubDate>Fri, 05 Sep 2025 16:43:59 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2025/09/tutorial-cartuning.png" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2025/09/tutorial-cartuning.png" alt="Tutorial - Car Tuning"><p>Hello again! After our previous car building tutorial we promised to release a second part dedicated to car tuning, and here it is!</p><p>Got a car built and driving, but you&apos;re struggling to get it controlling well? Wheels bouncing all over the place, or your car flips over all the time? This tutorial guides you through the most important settings to tune your car properly, providing far better control and stability.</p><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/KbsfOc-Ke78?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Take your Brickadia cars to the next level! - Vehicle Tuning Tutorial"></iframe></figure><p>If you&apos;re not sure how to build a car in the first place, <a href="https://www.youtube.com/watch?v=N2TkDHsSmC8" rel="noreferrer">check out our beginner&apos;s car building tutorial.</a></p><p>You may note that we don&apos;t give concrete &quot;recommended&quot; numbers in this video to use - this is because everyone&apos;s car can be so wildly different! They can be small, massive, super long, super wide, carrying a whole lot of cargo, wielding a massive robotic arm, or even more. So, we encourage experimentation on your specific vehicles to find the right calibration for the kind of handling you&apos;d like.</p><p>Thank you all for your feedback on our previous tutorial video - let us know what you&apos;d like us to teach next!</p>]]></content:encoded></item><item><title><![CDATA[Tutorial - Car Building for Beginners]]></title><description><![CDATA[Here's how to build a simple drivable car in just one minute!]]></description><link>https://brickadia.com/blog/tutorial-car-building/</link><guid isPermaLink="false">689a1757786a61000738c519</guid><category><![CDATA[Tutorials]]></category><dc:creator><![CDATA[Kenko]]></dc:creator><pubDate>Mon, 11 Aug 2025 17:43:06 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2025/08/tutorial-carbuilding.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2025/08/tutorial-carbuilding.jpg" alt="Tutorial - Car Building for Beginners"><p>Hey all! We&apos;ve been loving your enjoyment and feedback of our in-game tutorial. We definitely want to build more in-game tutorials for more specific features, but we&apos;ve also decided to start a new series of video tutorials too!</p><p>Our first video tutorial is on how to build a simple car in just one minute:</p><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/N2TkDHsSmC8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Beginners Car Building Tutorial in Brickadia! &#x1F697;"></iframe></figure><p>The next Brickadia video tutorial will be about <strong>vehicle tuning</strong> - guidance on how to create cars that are more fun to drive. Our video tutorials are going to always be uploaded in full on our Youtube channel with shorter versions on all of our other social medias, so follow and subscribe to become the most skilled builder around!</p>]]></content:encoded></item><item><title><![CDATA[Feature Preview #2: What's next for Brickadia]]></title><description><![CDATA[Going over some short and long term plans after the release!]]></description><link>https://brickadia.com/blog/whats-next-for-brickadia/</link><guid isPermaLink="false">68720bf9786a61000738be02</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[Zeblote]]></dc:creator><pubDate>Wed, 16 Jul 2025 17:36:44 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2025/07/AVAILABLE_NOW.png" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2025/07/AVAILABLE_NOW.png" alt="Feature Preview #2: What&apos;s next for Brickadia"><p>So, it happened. After quite a bit of time, Brickadia Early Access is available for people to play! We still can&apos;t really believe it.</p><p>We&apos;ve been loving your creations on the Gallery. We saw a concurrent player peak just a little higher than what we had in the free demo, which is amazing for day 1 of the paid release! We also saw a really nice amount of engagement with lots of servers being put up and plenty of players running around doing things.</p><h1 id="short-term-roadmap">Short Term Roadmap</h1><h3 id="bugs">Bugs</h3><p>It turns out the best way to find out how many bugs your Early Access game really has is to launch it! While we&apos;ve tracked and fixed dozens of bugs during the closed beta, there are still a few more we didn&apos;t manage to get to in time.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/07/image-4.png" class="kg-image" alt="Feature Preview #2: What&apos;s next for Brickadia" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/07/image-4.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/07/image-4.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/07/image-4.png 1600w, https://brickadia.com/blog/content/images/2025/07/image-4.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The tutorial doesn&apos;t work if people changed their server permissions in the demo (fixed today).</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/07/image-3.png" class="kg-image" alt="Feature Preview #2: What&apos;s next for Brickadia" loading="lazy" width="1903" height="1120" srcset="https://brickadia.com/blog/content/images/size/w600/2025/07/image-3.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/07/image-3.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/07/image-3.png 1600w, https://brickadia.com/blog/content/images/2025/07/image-3.png 1903w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Crash reports are coming in. Users with AMD GPUs seem to be hit more often than others.</span></figcaption></figure><p>Notably there are <em>lots</em> of crashes coming in from AMD. For now we&apos;ve made the game switch all AMD users to DX11 by default as that seems to not crash. We&apos;ve also bought one of the affected AMD GPUs and began debugging it, but it only arrived today, so it will take a while to fix the DX12 mode.</p><p>We&apos;re going to address the most critical issues as they pop up while we work on the new features. The <a href="https://store.steampowered.com/news/app/2199420/view/517467588398153800" rel="noreferrer">first hotfix</a> went out today, with more coming over the next weeks.</p><h2 id="gamemode-system">Gamemode System</h2><p>The Minigame system we currently have is causing a bunch of problems and badly needs an update. It was made for Alpha 4, where it wasn&apos;t really possible to make any kind of real gamemode, and was meant more to help players mess around together in an otherwise building-focused server.</p><p>Over the coming months, we&apos;ll be working on a Gamemode system that will replace it. There will only be one Gamemode supported in a server, but Gamemodes will be much easier to use than Minigames and much more powerful. Crucially, they will be much easier not to use incorrectly, resulting in people who downloaded your world spawning outside it and other issues.</p><p>It&apos;ll be designed for hosts, rather than random players who want to deathmatch in the middle of a server hosted by someone else. In addition, once your Gamemode is done, you&apos;ll be able to put it on the gallery alongside all its internal wires, due to a feature called Gamemode Microchips we&apos;ll talk about in the next section!</p><p>Don&apos;t worry for your existing worlds with a default minigame set up - everything should port over sensibly. In fact, due to the removal of the &quot;included bricks&quot; system, many worlds that are currently broken will immediately be fixed!</p><h2 id="wires-v2come-on-more-stuff">Wires V2 - Come on... More Stuff!</h2><p>Wires V2 is an upgrade we made to the wires system for EA. It turns your wire contraptions into a graph that is stored on the server, like this:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/07/image-9.png" class="kg-image" alt="Feature Preview #2: What&apos;s next for Brickadia" loading="lazy" width="1017" height="706" srcset="https://brickadia.com/blog/content/images/size/w600/2025/07/image-9.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/07/image-9.png 1000w, https://brickadia.com/blog/content/images/2025/07/image-9.png 1017w"><figcaption><span style="white-space: pre-wrap;">&quot;Demo&quot; circuit where 2 switches must be turned on to turn on a light.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/07/Untitled.png" class="kg-image" alt="Feature Preview #2: What&apos;s next for Brickadia" loading="lazy" width="2000" height="403" srcset="https://brickadia.com/blog/content/images/size/w600/2025/07/Untitled.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/07/Untitled.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/07/Untitled.png 1600w, https://brickadia.com/blog/content/images/size/w2400/2025/07/Untitled.png 2400w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Internal wire graph produced to execute that circuit.</span></figcaption></figure><p>Wires are now automatically organized into a dependency graph so we can update all gates in the correct order in a single step. This means you can build arbitrarily complex circuits without having to deal with any of the problems getting multiple signals to arrive at the same time like in the demo! The new system is also massively faster.</p><p>This does add a new restriction - the graph can&apos;t have cycles, so you need to break your circuit up with delays. But it also means things that were slow in the NextFest demo can suddenly run very very fast:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_nextforbrickadia-fastwires" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextForBrickadia_VeryFastWires.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Very fast wire contraption by toval. No, we don&apos;t know how this thing works either.</figcaption>
    </a>
    <div id="inline_nextforbrickadia-fastwires" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextForBrickadia_VeryFastWires.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>It also means that there are no more &quot;false&quot; states. Unlike the demo, wire circuits fully update when an input changed, rather than signals taking 1 tick to propagate.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/07/image-10.png" class="kg-image" alt="Feature Preview #2: What&apos;s next for Brickadia" loading="lazy" width="1097" height="603" srcset="https://brickadia.com/blog/content/images/size/w600/2025/07/image-10.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/07/image-10.png 1000w, https://brickadia.com/blog/content/images/2025/07/image-10.png 1097w"><figcaption><span style="white-space: pre-wrap;">In the demo, this circuit would have beeped every time you flicked the switch on because for 1 tick, the AND gate would have turned on.With wires V2, you will never hear the audio component make a noise.</span></figcaption></figure><p>The new system has allowed us to add something called Exec wires. Exec wires make wires into a scripting system, by passing along a pure &quot;update&quot; signal rather than data. Any data passed into an exec port becomes an update signal if it <em>changed </em>to a nonzero value. Unlike the demo, this lets actions run in a chain:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/07/image-12.png" class="kg-image" alt="Feature Preview #2: What&apos;s next for Brickadia" loading="lazy" width="1414" height="550" srcset="https://brickadia.com/blog/content/images/size/w600/2025/07/image-12.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/07/image-12.png 1000w, https://brickadia.com/blog/content/images/2025/07/image-12.png 1414w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">When a player pushes this button, teleport them, </span><i><em class="italic" style="white-space: pre-wrap;">then</em></i><span style="white-space: pre-wrap;"> play a sound where they arrived.</span></figcaption></figure><p>Unfortunately, making the system itself took so long that we could barely include any gates aside from rewrites of the ones we already included in the NextFest demo! Which is a shame - because once those are in, Wires V2 will <em>really</em> start to shine.</p><p>Our plans for the following weeks are thus:</p><ul><li><strong>Microchips </strong>- compress your logic circuits into a single 1x1f brick. Create entirely custom gates by combining the gates that come with the game!</li><li><strong>Variables and Branching</strong> - Store, read and write values when your wire nodes run. No more manually building flip flops or using the blend gate to store data!</li><li><strong>Proper Gamemode Support</strong> - MANY more gates for responding to minigame events like new rounds, custom chat commands, entity manipulation and more!</li><li><strong>Gamemode &amp; Player Microchips</strong> - Store information on your gamemode/minigame and on players via microchip grids that save and load. Create callable circuits and build a fully reuseable gamemode - just with wires!</li><li><strong>Implicit Input Combining</strong> - Wire multiple things into one input. Booleans implicitly OR, numbers implicitly add, execs implicitly union. In some cases, save tens of gates!</li><li><strong>And Much More</strong> - Array variables and iteration, queues that can wait for many events with parameters, loops, data displays, strings, kinematic joints, entity homes, and more...</li></ul><h2 id="new-prefab-system">New Prefab System</h2><p>This sadly didn&apos;t make the cut for the initial Early Access release, but we&apos;re very close to having our new prefab system completed.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/07/image-6.png" class="kg-image" alt="Feature Preview #2: What&apos;s next for Brickadia" loading="lazy" width="2000" height="1048" srcset="https://brickadia.com/blog/content/images/size/w600/2025/07/image-6.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/07/image-6.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/07/image-6.png 1600w, https://brickadia.com/blog/content/images/2025/07/image-6.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The selector will be upgraded to be able to select bricks, entities, and entire contraptions.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/07/image-7.png" class="kg-image" alt="Feature Preview #2: What&apos;s next for Brickadia" loading="lazy" width="1574" height="1098" srcset="https://brickadia.com/blog/content/images/size/w600/2025/07/image-7.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/07/image-7.png 1000w, https://brickadia.com/blog/content/images/2025/07/image-7.png 1574w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">You can soon select individual objects and precisely control your selection.</span></figcaption></figure><p>The new prefab system finally replaces our legacy &quot;brs&quot; save files from the first alpha version, which can only store bricks from a single grid in a very inefficient manner, with a completely redesigned one based on the worlds format. We will include a brs -&gt; brz converter with the release so old builds can still be loaded in.</p><p>Prefabs will then be able to contain full physics contraptions, properly tuned cars (including their wheels!), logic computers, and whatever else you can think of.</p><p>They&apos;re going to be integrated with the main catalog UI, so you can put prefabs in your hotbar the same way you do with bricks and entities. And we&apos;re adding a gallery for them so you can share them with others.</p><h3 id="bots">Bots</h3><p>This was actually one of the most requested features to the game that we&apos;ve been able to see, with lots of players having a strong desire to use bots to make zombie servers, or simply adding ambient NPCs that roam about the map. We didn&apos;t have strong plans for this, but we think it&apos;ll be cool to throw in as soon as we can especially with our focus on adding more gameplay features.</p><p>The initial version of bots will be ready soon, letting them hold different weapons, move around randomly, and be controlled through wires. This is only the starting stage, but we&apos;d like to get this out the door quickly so that people can start experimenting with them. Here&apos;s a preview:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_nextforbrickadia-botland" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextForBrickadia_Botland.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>The first ever bot DM! Ignore the physics glitches, it is an editor-only issue.</figcaption>
    </a>
    <div id="inline_nextforbrickadia-botland" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextForBrickadia_Botland.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>They will be improved over time, with features like smarter navigation, direct wire controlling, and a special bot type to replace players that disconnect from a minigame. These features might take a while to get to, depending on priorities once the first version is released.</p><h2 id="sounds">Sounds</h2><p>A much smaller but still prevalent complaint that was brought up, presumably from the excess of deathmatch servers, was the difficulty of hearing other players when they were walking around. If someone was sneaking up on you, you could barely hear them!</p><p>We&apos;ll be adding a bunch of smaller features to try to allow hosts to set up exactly how they want such things to work in their server. This requires certain systems to be rewritten first, but we&apos;d like for the game to support dynamically changing how loud and how far certain sounds are on a team basis for minigames. You should also be able to change how a team perceives sound, such as making teammates sound quieter than enemies.</p><p>This is one of the lower priority changes, so we have no ETA on when that will happen. In the meantime, more sounds are going to be added to the audio components, as well as the environment settings. If you&apos;ve got any desires, feel free to suggest them in the Discord!</p><h2 id="and-more">And More...</h2><ul><li><strong>Aircraft</strong> - We&apos;ve been experimenting in the last 2 days with tools for making aircraft. There is nothing that is showable yet but we expect this feature to develop quite quickly, so I&apos;ve included it here.</li><li><strong>Better Admin Tools</strong><ul><li>Finder tool server admins can use to see a tree view of all entities in the world and find hidden or far-away spam entities.</li><li>&quot;Home&quot; positions for entities that they return to when respawned, leave the world, or when the gamemode is reset (mentioned with wire changes above).</li><li>Better, more in depth permissions for players - we&apos;ve already started on this one!</li></ul></li><li><strong>Avatars on the Gallery</strong> - It&apos;s coming, folks! We&apos;re just working on what the UI looks like.</li></ul><h1 id="long-term-roadmap">Long Term Roadmap</h1><p>While it&apos;s too early to fully get into details, we have quite a lot of other features we&apos;re interested in adding to the game, over the next year.</p><ul><li><strong>Editable Voxel Terrain </strong>- Building terrain is super hard! It&apos;s so difficult and tedious for even experienced builders that it causes them to not try to build things. Unfortunately, if you don&apos;t build any terrain, Brickadia currently imposes upon you a very heavy visual punishment - the sight of bare plate as far as the eye can see. Terrain would fix this.</li><li><strong>Destruction </strong>- You&apos;ve probably tried blowing up a wall of bricks with a rocket and noticed that nothing happened whatsoever. So lame! Luckily we&apos;re going to do something about it.</li><li><strong>Scripting</strong> - We&apos;re moving into prototyping for this. Luau is currently on the table, but research is ongoing. Stay tuned.</li><li><strong>Custom Content (Modding)</strong> - We have existing plans for how common types of custom content can be added to the game and automatically replicate to players joining servers. It&apos;s very much on our minds still!<br><br>PS: We have removed all technical measures preventing modification of the game such as package signing and obfuscation. These were leftover from the Open Alpha and never intended to ship in the release. While we don&apos;t think this is the correct approach for a multiplayer game in the end, feel free to mess around locally in the interim. There will be no support.</li></ul><h1 id="anything-else">Anything Else?</h1><p>We&apos;ll be keeping our ear to the ground on what our players think is vital to add to the game. The things that we prioritize will change over time, so make sure to provide your feedback on what you think is most important, or if there&apos;s anything we haven&apos;t yet mentioned you want to see.</p><p>That&apos;s it for now! If your game doesn&apos;t work, let us know and hang tight, we&apos;ll fix it. Otherwise, we hope you are having fun! This is just the beginning of our journey.</p>]]></content:encoded></item><item><title><![CDATA[BRICKADIA EARLY ACCESS IS NOW AVAILABLE]]></title><description><![CDATA[It's really happening!]]></description><link>https://brickadia.com/blog/brickadia-early-access-is-now-available/</link><guid isPermaLink="false">68710c778564ad0006dc8f85</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[Zeblote]]></dc:creator><pubDate>Fri, 11 Jul 2025 16:10:05 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2025/07/AVAILABLE-NOW--1-.png" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2025/07/AVAILABLE-NOW--1-.png" alt="BRICKADIA EARLY ACCESS IS NOW AVAILABLE"><p>Hey, everyone!</p><p>After this long journey of development, we first want to thank you all for joining us on this incredible adventure that has been the creation of Brickadia. We&#x2019;re beyond excited to finally announce that <a href="https://store.steampowered.com/app/2199420/Brickadia/" rel="noreferrer">Brickadia Early Access is NOW LIVE on Steam</a>! To celebrate, we&#x2019;ve put together a launch trailer made entirely with in-game footage, check it out below! &#x1F447;</p><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/5XXUGW41jos?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Brickadia | Early Access Launch Trailer"></iframe></figure><p><strong>This isn&#x2019;t the typical Early Access release, </strong><em>Brickadia</em> Early Access already feels like a full game, completely polished and content-rich. With constant updates planned based on your feedback, it&#x2019;s only going to get better from here. </p><p>What are you waiting for? The world of Brickadia is yours to shape, one brick at a time. Join Early Access now and unleash your imagination!</p><p><a href="https://store.steampowered.com/app/2199420/Brickadia/?l=spanish"><u>https://store.steampowered.com/app/2199420/Brickadia/</u></a></p><p>As always, thank you for being part of the journey as we build Brickadia together &#x2665;&#xFE0F;.&#xA0;</p><p>We can&#x2019;t wait to see the game in your libraries and your creations on social media with #Brickadia!</p><p>Look for Brickadia on <a href="https://bsky.app/profile/did:plc:hm2f45hhjcmnmc2seqqttguh"><u>Bluesky</u></a>, <a href="https://x.com/brickadiagame"><u>Twitter/X</u></a>, <a href="https://www.tiktok.com/@brickadia"><u>TikTok</u></a>, <a href="https://www.youtube.com/@brickadia"><u>YouTube</u></a>, <a href="https://www.instagram.com/brickadiagame/"><u>Instagram</u></a> and join the always growing community on <a href="https://discord.gg/brickadia"><u>Discord</u></a>.</p>]]></content:encoded></item><item><title><![CDATA[Feature Preview #1: HDR, Lumen & Ray Tracing]]></title><description><![CDATA[A little preview of some really fancy optional features going into Early Access.]]></description><link>https://brickadia.com/blog/feature-preview-1/</link><guid isPermaLink="false">6856d2a58564ad0006dc8acf</guid><category><![CDATA[Development]]></category><dc:creator><![CDATA[Zeblote]]></dc:creator><pubDate>Sat, 21 Jun 2025 18:38:45 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2025/06/Brickadia-Win64-Shipping_i2rujLCJRp-1.png" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2025/06/Brickadia-Win64-Shipping_i2rujLCJRp-1.png" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing"><p>Welcome to a new little blog series we&apos;re doing in the run up to Early Access. We currently don&apos;t have time to write huge technical dev logs like we did <a href="https://brickadia.com/blog/devlog-4/" rel="noreferrer">in</a> <a href="https://brickadia.com/blog/devlog-5/" rel="noreferrer">the</a> <a href="https://brickadia.com/blog/devlog-6/" rel="noreferrer">past</a>, but there are still a lot of new features to talk about! So, we decided to instead post a bunch of little blogs whenever something is ready without losing ourselves too much in the details.</p><p>Today we&apos;ll talk about a few optional graphics enhancements you can use if &quot;Ultra&quot; just isn&apos;t good enough for you and you would really like to use your GPU for heating your room in the winter.</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">If you <i><em class="italic" style="white-space: pre-wrap;">don&apos;t</em></i> want to do that for some inexplicable reason, no need to worry, we&apos;ve taken great care to ensure these features existing causes no overhead if you&apos;ve disabled them!</div></div><h2 id="introduction">Introduction</h2><p>Before we start, you can watch this video demonstrating what it looks like with all the features enabled. We had to wait over a day for YouTube to process the video and actually make the 4k60 HDR option available. Isn&apos;t that crazy?&#x1F447;</p><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/WdKFOIVDVFQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="HDR HWRT Lumen Test"></iframe></figure><h2 id="hdr-output-episode-2">HDR Output, Episode 2</h2><p>If you remember our post from a year ago, we actually talked about this <a href="https://brickadia.com/blog/devlog-5/#high-dynamic-range-output" rel="noreferrer">before</a>.</p><p>The only problem was that since that previous post, we had upgraded to Unreal Engine 5.5 just before the demo, and naturally Epic had managed to somehow break the HDR in the new engine version. This is what were greeted with after the update when a user enabled HDR and opened any UI:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/06/image.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1125" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image.png 1600w, https://brickadia.com/blog/content/images/2025/06/image.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Some serious skill issues here.</span></figcaption></figure><p>Luckily, this turned out to be easily fixed after some investigation in RenderDoc. They had merely forgotten to clear a render target before using it, causing all this garbage data to be displayed on screen. </p><p>There was also a second issue where having the avatar editor on screen turned the background black. That one was more involved, but is also fixed now - to render the avatar editor we now first blur the background in HDR, render most of the UI, render the avatar background on top of the blurred HDR render target and cut a hole into the UI where it should show, and finally composite everything back together into the final output.</p><p>These images were captured in 4k HDR using Xbox Game Bar on Windows 11, which writes a JPEG-XR file, and then converted to AVIF using this <a href="https://github.com/ledoge/jxr_to_avif">tool</a> I found, so they can display in the browser. On my computer, the version in the browser looks exactly the same as the game, but I have no idea if that works for you too.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_hdr-test-1" data-lity>
    	<img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output5.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    <figcaption>The avatar editor now has HDR. Whoa.</figcaption>
    </a>
    <div id="inline_hdr-test-1" class="lity-hide">
        <img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output5.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_hdr-test-2" data-lity>
    	<img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output1.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    <figcaption>HDR test image 1.</figcaption>
    </a>
    <div id="inline_hdr-test-2" class="lity-hide">
        <img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output1.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_hdr-test-3" data-lity>
    	<img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output2.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    <figcaption>HDR test image 2.</figcaption>
    </a>
    <div id="inline_hdr-test-3" class="lity-hide">
        <img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output2.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_hdr-test-4" data-lity>
    	<img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output3.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    <figcaption>HDR test image 3.</figcaption>
    </a>
    <div id="inline_hdr-test-4" class="lity-hide">
        <img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output3.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_hdr-test-5" data-lity>
    	<img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output4.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    <figcaption>HDR test image 4.</figcaption>
    </a>
    <div id="inline_hdr-test-5" class="lity-hide">
        <img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output4.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_hdr-test-6" data-lity>
    	<img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output6.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    <figcaption>HDR test image 5.</figcaption>
    </a>
    <div id="inline_hdr-test-6" class="lity-hide">
        <img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output6.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_hdr-test-7" data-lity>
    	<img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output7.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    <figcaption>HDR test image 6.</figcaption>
    </a>
    <div id="inline_hdr-test-7" class="lity-hide">
        <img loading="lazy" src="https://static.brickadia.com/resources/feature-preview-1-output7.avif" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing">
    </div>
</figure>
<!--kg-card-end: html-->
<p>Some troubleshooting if the images don&apos;t display correctly:</p><ul><li>If you don&apos;t have a HDR monitor, you can&apos;t view them.</li><li>If you have HDR disabled in Windows, enable it.</li><li>If you are using Edge or Firefox or something else, use Chrome.</li><li>If you are using Chrome but the images are too dark, change the HDR brightness balance setting in Windows, or change the dynamic tone mapping setting on your display&apos;s menu.</li><li>If you are not using Windows, I can&apos;t help you.</li></ul><h2 id="lumen-hardware-ray-tracing">Lumen &amp; Hardware Ray Tracing</h2><p>Remember how we implemented support for hardware ray tracing bricks <a href="https://brickadia.com/blog/brickadia-alpha-5-patch-5/#experimental-rtx-ray-tracing-support" rel="noreferrer">a long time ago</a>? That code had gotten a little scuffed up over the years and was no longer functioning in the demo, but I just fixed it up. Hardware ray tracing is now back for Early Access, it&apos;s also quite a bit faster since back then (but still slow...).</p><p>In the mean time, Epic had made lots of progress on Lumen. Since we are now on Unreal Engine 5.5, I thought I&apos;d give it another try. We still don&apos;t have distance fields to be able to use <a href="https://dev.epicgames.com/documentation/en-us/unreal-engine/lumen-technical-details-in-unreal-engine#software-ray-tracing" rel="noreferrer">software ray tracing</a>, but what if we could make the <a href="https://dev.epicgames.com/documentation/en-us/unreal-engine/lumen-technical-details-in-unreal-engine#hardware-ray-tracing" rel="noreferrer">hardware ray tracing</a> path work?</p><p>Naturally the first attempt did not work <em>at all</em>. We weren&apos;t getting any information from HWRT to Lumen whatsoever:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/06/image-1.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1006" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-1.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-1.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-1.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-1.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Not even the wheels and character are working correctly, which only use basic engine meshes.</span></figcaption></figure><p>Since I had never really worked with Lumen before, I opened up an Unreal Engine example project to see how this view should look, and theirs is... quite different, wouldn&apos;t you say?</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/06/image-3.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1098" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-3.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-3.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-3.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-3.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">It&apos;s not black.</span></figcaption></figure><p>Turns out most of that was just because I had purposefully broken the lumen scene  some time ago while making Proto Lumen. Let&apos;s revert that change so it only applies when we are actually running in Proto Lumen mode...</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/06/image-4.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1079" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-4.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-4.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-4.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-4.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Our ground has started to show up. Wheels are still getting culled, but let&apos;s worry about that later.</span></figcaption></figure><p>The bigger problem is that our bricks are still broken.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/06/image-5.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1078" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-5.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-5.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-5.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-5.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">All of the bricks are culled despite taking up all the screen. Why?</span></figcaption></figure><p>It turns out Lumen requires something called a <a href="https://dev.epicgames.com/documentation/en-us/unreal-engine/lumen-technical-details-in-unreal-engine#surface-cache" rel="noreferrer">Surface Cache</a> to work properly. Basically, we have to cover our meshes with planes onto which it will render indirect lighting. Of course the code Epic made to do this for normal meshes only works in the editor and is extremely slow as it is intended for offline processing.</p><p>How do we do this? We could just write a more optimized version of their code that works at runtime. They are doing ray tracing against the meshes on the CPU side and it can take like half a second to process a single mesh this way. When we build clusters for a large build, we have <em>thousands</em> of meshes.</p><p>To do it at runtime, we&apos;ll do all of the following:</p><ul><li>We will use the <a href="https://www.embree.org/" rel="noreferrer">embree4</a> library to trace the rays, making full use of its capability to trace 8 rays in parallel with AVX instructions.</li><li>We will use our <a href="https://brickadia.com/blog/optimizing-bricks-for-alpha-5-part-2/#level-of-detail-for-bricks" rel="noreferrer">low detail mesh</a> as input for each brick cluster.</li><li>We will use very few rays, accepting a mediocre real-time result.</li></ul><p>The full algorithm ends up as the following: it will take the low detail mesh we build for the brick cluster, convert this to an embree4 scene to be able to ray trace it on CPU, overlay a 32x32x32 voxel grid, then for each face of the grid (6) it will trace rays through the grid to hit the mesh, generating layers of surfels at the hit surfaces, trace additional rays to determine if some hits might be &quot;inside&quot; the mesh only and useless, then cluster those surfels to finally end up with the set of most significant surfaces to output as cards.</p><p>Our implementation of this is now so fast that it barely increases the time it takes to generate brick clusters.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/06/image-6.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-6.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-6.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-6.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-6.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Generated cards for a hollow brick structure.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/06/image-8.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-8.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-8.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-8.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-8.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">We have full surface caching for all the bricks!</span></figcaption></figure><p>In real builds, it looks significantly more cluttered, but it works surprisingly well. We don&apos;t always cover <em>every</em> surface since the brick clusters may randomly include multiple hollow structures, but we get most of them which is enough for the whole system to work.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/06/image-9.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-9.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-9.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-9.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-9.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">That&apos;s a lot of cards.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/06/Brickadia_x7JN1bPtdx.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/Brickadia_x7JN1bPtdx.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/Brickadia_x7JN1bPtdx.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/Brickadia_x7JN1bPtdx.png 1600w, https://brickadia.com/blog/content/images/2025/06/Brickadia_x7JN1bPtdx.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">We&apos;ve covered like 90% of the scene with at least one card, so I&apos;m happy with the result.</span></figcaption></figure><p>Almost every build I&apos;ve tried had ended up with a usable surface cache.</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-11.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-11.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-11.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-11.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-11.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-10.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-10.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-10.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-10.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-10.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-12.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-12.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-12.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-12.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-12.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-13.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-13.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-13.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-13.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-13.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><p>Let&apos;s get rid of those annoying debug views so we can appreciate the glory.</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-14.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-14.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-14.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-14.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-14.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-15.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-15.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-15.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-15.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-15.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-16.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-16.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-16.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-16.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-16.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-17.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-17.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-17.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-17.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-17.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-18.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-18.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-18.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-18.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-18.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-19.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-19.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-19.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-19.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-19.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-20.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-20.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-20.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-20.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-20.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-21.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-21.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-21.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-21.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-21.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-22.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1125" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-22.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-22.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-22.png 1600w, https://brickadia.com/blog/content/images/size/w2400/2025/06/image-22.png 2400w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image2.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1125" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image2.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image2.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image2.png 1600w, https://brickadia.com/blog/content/images/size/w2400/2025/06/image2.png 2400w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image3.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1125" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image3.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image3.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image3.png 1600w, https://brickadia.com/blog/content/images/size/w2400/2025/06/image3.png 2400w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image5.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1125" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image5.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image5.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image5.png 1600w, https://brickadia.com/blog/content/images/size/w2400/2025/06/image5.png 2400w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image6.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1125" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image6.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image6.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image6.png 1600w, https://brickadia.com/blog/content/images/size/w2400/2025/06/image6.png 2400w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image7.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1125" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image7.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image7.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image7.png 1600w, https://brickadia.com/blog/content/images/size/w2400/2025/06/image7.png 2400w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image8.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1125" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image8.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image8.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image8.png 1600w, https://brickadia.com/blog/content/images/size/w2400/2025/06/image8.png 2400w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/ScreenShot00050-1.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="2000" height="1125" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/ScreenShot00050-1.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/ScreenShot00050-1.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/ScreenShot00050-1.png 1600w, https://brickadia.com/blog/content/images/size/w2400/2025/06/ScreenShot00050-1.png 2400w" sizes="(min-width: 1200px) 1200px"></figure><p>Yes, it does ray traced reflections too.</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/image-23.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-23.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/image-23.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/image-23.png 1600w, https://brickadia.com/blog/content/images/2025/06/image-23.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/06/Brickadia_1W9KYnxKjd.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/Brickadia_1W9KYnxKjd.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/06/Brickadia_1W9KYnxKjd.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/06/Brickadia_1W9KYnxKjd.png 1600w, https://brickadia.com/blog/content/images/2025/06/Brickadia_1W9KYnxKjd.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><p>Almost feels like a real-time photo mode, rivaling the old <a href="https://brickadia.com/blog/brickadia-alpha-5-patch-5/#experimental-rtx-path-tracing-renderer" rel="noreferrer">path tracer</a> we used to have. I&apos;ve never seen a building game capable of looking this good before...</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/06/image-24.png" class="kg-image" alt="Feature Preview #1: HDR, Lumen &amp; Ray Tracing" loading="lazy" width="620" height="472" srcset="https://brickadia.com/blog/content/images/size/w600/2025/06/image-24.png 600w, https://brickadia.com/blog/content/images/2025/06/image-24.png 620w"><figcaption><span style="white-space: pre-wrap;">All the new options at a glance.</span></figcaption></figure><p>The memory usage and performance of this mode can be quite heavy. Epic has several performance optimizations in Unreal Engine 5.6, but we won&apos;t be able to get that in before release. If it doesn&apos;t currently run well on your computer yet, maybe it will once we upgrade to that.</p><p>Well, that&apos;s all for this preview. There are going to be many more before we reach Early Access. Stay tuned!</p>]]></content:encoded></item><item><title><![CDATA[Brickadia Early Access coming this July 11!]]></title><description><![CDATA[Everything you need to know about the upcoming Early Access launch, plus a new montage trailer made entirely from in-game footage!]]></description><link>https://brickadia.com/blog/early-access-coming-this-july-11/</link><guid isPermaLink="false">682f6dd28564ad0006dc8200</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[Zeblote]]></dc:creator><pubDate>Fri, 23 May 2025 12:35:00 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2025/05/brickadia.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2025/05/brickadia.jpg" alt="Brickadia Early Access coming this July 11!"><p>Hey everyone!</p><p>You&#x2019;ve been asking us everywhere, and we can finally say it: Brickadia is launching in <strong>Early Access on July 11, 2025</strong>, on <strong>Steam</strong> - We can&#x2019;t tell you how excited we are to finally write those words!. And we&#x2019;re making this announcement in style, with a <strong>new montage trailer</strong> made entirely from in-game footage. Check it out below &#x1F447;</p><figure class="kg-card kg-embed-card"><iframe width="200" height="113" src="https://www.youtube.com/embed/RPAnrTAAjMM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="BRICKADIA &#x1F9F1; &#x2728;|  Early Access release date - July 11!"></iframe></figure><p>Here&#x2019;s what we can share right now: the Early Access version will feel like the <strong>full game experience from day one</strong>, with the extra-benefit that <strong>it&#x2019;ll come at a lower price </strong>than the final release. It&#x2019;ll be your chance to jump into Brickadia early and be part of something big as it evolves. So for now, don&#x2019;t forget to <strong>wishlist the game on our </strong><a href="https://store.steampowered.com/app/2199420/Brickadia/"><strong><u>Steam page.</u></strong></a></p><p>As always, thank you for being part of the journey as we build Brickadia together.&#xA0;We can&#x2019;t wait to see the game in your libraries, we&apos;re almost there!</p><p><a href="https://discord.gg/brickadia" rel="noreferrer">For more regular updates, join our Discord!</a></p><p>And to make sure you don&#x2019;t miss anything, let us remind you about our official <strong>Brickadia newsletter -</strong> in it, you&#x2019;ll get everything from the<strong> latest game updates to behind-the-scenes news</strong>, and even<strong> a chance to be selected for an exclusive closed beta ahead of Early Access</strong>!</p><p>Sounds interesting? &#x1F447;&#xA0;</p>]]></content:encoded></item><item><title><![CDATA[Next Fest Wrap-Up: Survey Results, Plans for EA]]></title><description><![CDATA[A quick summary of the survey, addressing feedback, and our plan for early access.]]></description><link>https://brickadia.com/blog/next-fest-follow-up/</link><guid isPermaLink="false">67d455f2d1b9ca0007fee672</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[wrap]]></dc:creator><pubDate>Mon, 24 Mar 2025 20:47:01 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2025/03/nextfest.png" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2025/03/nextfest.png" alt="Next Fest Wrap-Up: Survey Results, Plans for EA"><p>Hey everyone! With Steam Next Fest wrapped up, we&apos;re now full steam ahead, working toward our Early Access release. From the bottom of our hearts, we want to thank everyone, especially our amazing community, for participating in the Demo!</p><p>We loved playing with your different worlds and meeting new players and veterans alike. The creativity on display is genuinely beyond our imaginations! Seriously, thank you. We love this community&#x2764;&#xFE0F;!</p><p><a href="#survey-results">Survey Results</a><br>
<a href="#feedback">Feedback</a><br>
&#x2003;<a href="#horrible-hit-detection">Horrible hit detection</a><br>
&#x2003;<a href="#vehicles-are-hard-to-control-slip-and-clip-often">Vehicles are hard to control, slip, and clip often</a><br>
&#x2003;<a href="#no-prefab-support-for-physics-grids">No prefab support for physics grids</a><br>
&#x2003;<a href="#griefing-physics-contraptions-is-too-easy">Griefing physics contraptions is too easy</a><br>
&#x2003;<a href="#the-tutorial-is-clunky-unclear-and-confusing">The Tutorial is clunky, unclear and confusing</a><br>
&#x2003;<a href="#limited-gameplay-gate-options">Limited gameplay gate options</a><br>
<a href="#plans-for-ea">Plans for EA</a><br>
&#x2003;<a href="#improved-tools-and-prefab-support">Improved tools and prefabs support</a><br>
&#x2003;<a href="#improved-combat-and-hit-detection">Improved combat and hit detection</a><br>
&#x2003;<a href="#the-gallery">The Gallery</a><br>
&#x2003;<a href="#improved-physics-and-vehicle-handling">Improved physics and vehicle handling</a><br>
&#x2003;<a href="#wires-v2">Wires V2</a><br>
&#x2003;<a href="#new-game-mode-system">New Game Mode system</a><br>
&#x2003;<a href="#tutorial-world">Tutorial World</a><br>
<a href="#key-giveaway">Key Giveaway</a><br>
<a href="#thank-you">Community Showcase</a></p>
<h1 id="survey-results">Survey Results</h1><p>Near the start of the demo, we put out a survey to help us gauge where we are doing things right, where we fell short, and where we should aim our development goals toward. Nearly 2,000 people submitted their surveys, and there are some interesting findings! That is roughly 5.5% of demo players submitting the survey. Thank you to everyone who submitted one.</p><p>First, some fun statistics (unfortunately, non-interactive on here).</p><p>Roughly half of players who filled the survey indicate they played the Open Alpha. This is interesting, as only about 10% of total players linked an Open Alpha account:</p><figure class="kg-card kg-image-card"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-5cc311f3-f3af-407e-ad78-21b393605b25.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="840" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-5cc311f3-f3af-407e-ad78-21b393605b25.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-5cc311f3-f3af-407e-ad78-21b393605b25.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-5cc311f3-f3af-407e-ad78-21b393605b25.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-5cc311f3-f3af-407e-ad78-21b393605b25.png 2199w" sizes="(min-width: 720px) 720px"></figure><p>We have an overwhelming majority of male users:</p><figure class="kg-card kg-image-card"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-4d776e6e-f9a2-4b6c-ba8e-7bc5ac1a8003.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="840" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-4d776e6e-f9a2-4b6c-ba8e-7bc5ac1a8003.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-4d776e6e-f9a2-4b6c-ba8e-7bc5ac1a8003.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-4d776e6e-f9a2-4b6c-ba8e-7bc5ac1a8003.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-4d776e6e-f9a2-4b6c-ba8e-7bc5ac1a8003.png 2199w" sizes="(min-width: 720px) 720px"></figure><p>Our main audience appears to be young adults currently:</p><figure class="kg-card kg-image-card"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-d275152c-3408-4eae-bc99-bf97a84d9995.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="840" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-d275152c-3408-4eae-bc99-bf97a84d9995.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-d275152c-3408-4eae-bc99-bf97a84d9995.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-d275152c-3408-4eae-bc99-bf97a84d9995.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-d275152c-3408-4eae-bc99-bf97a84d9995.png 2199w" sizes="(min-width: 720px) 720px"></figure><p>The majority of players prefer playing in small friend groups:</p><figure class="kg-card kg-image-card"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-a738f594-ec27-4214-98a0-aab2fabfae16.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="840" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-a738f594-ec27-4214-98a0-aab2fabfae16.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-a738f594-ec27-4214-98a0-aab2fabfae16.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-a738f594-ec27-4214-98a0-aab2fabfae16.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-a738f594-ec27-4214-98a0-aab2fabfae16.png 2199w" sizes="(min-width: 720px) 720px"></figure><p>During the demo, most people focused on dressing up their avatars and exploring existing worlds, which is about what we expected:</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-27b7e069-8826-42af-b3f3-149448b4f315.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="568" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-27b7e069-8826-42af-b3f3-149448b4f315.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-27b7e069-8826-42af-b3f3-149448b4f315.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-27b7e069-8826-42af-b3f3-149448b4f315.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-27b7e069-8826-42af-b3f3-149448b4f315.png 2000w" sizes="(min-width: 1200px) 1200px"></figure><p>Surprisingly, the most liked built-in world was Officecorp Inc! We didn&apos;t know we had so many single player puzzle enjoyers among us:</p><figure class="kg-card kg-image-card"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-53708a48-f743-4491-a2b5-94b855bb46bf.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="1222" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-53708a48-f743-4491-a2b5-94b855bb46bf.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-53708a48-f743-4491-a2b5-94b855bb46bf.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-53708a48-f743-4491-a2b5-94b855bb46bf.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-53708a48-f743-4491-a2b5-94b855bb46bf.png 2199w" sizes="(min-width: 720px) 720px"></figure><p>Most of you were happy with the visuals and performance of the game, but we can still improve on making the interface easier to use:</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-72fbc7e1-ac4d-4ceb-a5a2-e3f3daad8d9e.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="723" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-72fbc7e1-ac4d-4ceb-a5a2-e3f3daad8d9e.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-72fbc7e1-ac4d-4ceb-a5a2-e3f3daad8d9e.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-72fbc7e1-ac4d-4ceb-a5a2-e3f3daad8d9e.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-72fbc7e1-ac4d-4ceb-a5a2-e3f3daad8d9e.png 2000w" sizes="(min-width: 1200px) 1200px"></figure><p>The avatar editor was well liked in general, though some people are still wishing for even more options, despite us already having hundreds of parts!</p><figure class="kg-card kg-image-card"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-086e2375-526e-4235-918c-4e1a45bb0634.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="868" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-086e2375-526e-4235-918c-4e1a45bb0634.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-086e2375-526e-4235-918c-4e1a45bb0634.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-086e2375-526e-4235-918c-4e1a45bb0634.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-086e2375-526e-4235-918c-4e1a45bb0634.png 2000w" sizes="(min-width: 720px) 720px"></figure><p>It&apos;s very interesting how the mouse controls and keyboard controls were rated nearly the same. I think there is still room for improvement here:</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-a609154d-4c01-451d-921d-6bbe0db9dc0c.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="434" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-a609154d-4c01-451d-921d-6bbe0db9dc0c.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-a609154d-4c01-451d-921d-6bbe0db9dc0c.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-a609154d-4c01-451d-921d-6bbe0db9dc0c.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-a609154d-4c01-451d-921d-6bbe0db9dc0c.png 2000w" sizes="(min-width: 1200px) 1200px"></figure><p>Using the hammer to delete bricks is the easiest tool to use. Who could have thought?</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-22136db1-870a-4597-981d-fda1d5578b71.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="542" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-22136db1-870a-4597-981d-fda1d5578b71.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-22136db1-870a-4597-981d-fda1d5578b71.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-22136db1-870a-4597-981d-fda1d5578b71.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-22136db1-870a-4597-981d-fda1d5578b71.png 2000w" sizes="(min-width: 1200px) 1200px"></figure><p>Most of you prefer the streamlined mouse building control scheme:</p><figure class="kg-card kg-image-card"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-4d1e1058-1f01-4277-914a-30db33a0bb08.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="840" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-4d1e1058-1f01-4277-914a-30db33a0bb08.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-4d1e1058-1f01-4277-914a-30db33a0bb08.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-4d1e1058-1f01-4277-914a-30db33a0bb08.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-4d1e1058-1f01-4277-914a-30db33a0bb08.png 2199w" sizes="(min-width: 720px) 720px"></figure><p>We experimented with a lot of ways to integrate removing bricks into the builder, but it seems the hammer is still the most popular:</p><figure class="kg-card kg-image-card"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-53e8d2db-178d-4a2d-b5d1-67d94a3e702d.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="840" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-53e8d2db-178d-4a2d-b5d1-67d94a3e702d.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-53e8d2db-178d-4a2d-b5d1-67d94a3e702d.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-53e8d2db-178d-4a2d-b5d1-67d94a3e702d.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-53e8d2db-178d-4a2d-b5d1-67d94a3e702d.png 2199w" sizes="(min-width: 720px) 720px"></figure><p>We are frankly surprised by how high you have rated the stability of the physics in the demo. Are our standards too high?</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-c4496371-7c80-4e0d-9174-1570112a0bc4.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="434" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-c4496371-7c80-4e0d-9174-1570112a0bc4.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-c4496371-7c80-4e0d-9174-1570112a0bc4.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-c4496371-7c80-4e0d-9174-1570112a0bc4.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-c4496371-7c80-4e0d-9174-1570112a0bc4.png 2000w" sizes="(min-width: 1200px) 1200px"></figure><p>Most of you said you were able to figure out some basic contraptions:</p><figure class="kg-card kg-image-card"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-0576e868-2aaf-408d-a53c-e85487442c1b.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="977" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-0576e868-2aaf-408d-a53c-e85487442c1b.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-0576e868-2aaf-408d-a53c-e85487442c1b.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-0576e868-2aaf-408d-a53c-e85487442c1b.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-0576e868-2aaf-408d-a53c-e85487442c1b.png 2000w" sizes="(min-width: 720px) 720px"></figure><p>Everyone figured out how to drive a vehicle but it was much harder to make a new one that drives well:</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-bfa59caa-6de2-4945-b039-7deb61ed133f.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="639" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-bfa59caa-6de2-4945-b039-7deb61ed133f.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-bfa59caa-6de2-4945-b039-7deb61ed133f.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-bfa59caa-6de2-4945-b039-7deb61ed133f.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-bfa59caa-6de2-4945-b039-7deb61ed133f.png 2000w" sizes="(min-width: 1200px) 1200px"></figure><p>Your most desired future features seem to already align with our goals for Early Access and beyond:</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-29667248-f138-4d4c-bdc0-dc49326b3279.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="394" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-29667248-f138-4d4c-bdc0-dc49326b3279.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-29667248-f138-4d4c-bdc0-dc49326b3279.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-29667248-f138-4d4c-bdc0-dc49326b3279.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-29667248-f138-4d4c-bdc0-dc49326b3279.png 2000w" sizes="(min-width: 1200px) 1200px"></figure><p>It&apos;s clear that those of you who filled the survey were already very invested in the game:</p><figure class="kg-card kg-image-card"><img src="https://brickadia.com/blog/content/images/2025/03/data-src-image-acfb1e11-cd6c-4f93-978c-27f871eda650.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="950" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/data-src-image-acfb1e11-cd6c-4f93-978c-27f871eda650.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/data-src-image-acfb1e11-cd6c-4f93-978c-27f871eda650.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/data-src-image-acfb1e11-cd6c-4f93-978c-27f871eda650.png 1600w, https://brickadia.com/blog/content/images/2025/03/data-src-image-acfb1e11-cd6c-4f93-978c-27f871eda650.png 2199w" sizes="(min-width: 720px) 720px"></figure><h1 id="feedback">Feedback</h1><p>There was a <em>ton </em>of amazing feedback posted on the survey, on Discord, and on Steam, and we&apos;ve been reading all that we could. Here&apos;s a list of things that you all made very clear needs improving (in no particular order):</p><h3 id="horrible-hit-detection">Horrible hit detection</h3><p>Hit detection has degraded noticeably from Alpha 5 (which already had subpar hit detection).</p><p>The Alpha 5 version of hit registration is based on an unfinished rollback model, where the server validates hits by rewinding time to see where you hit the enemy on your screen. Unfortunately, the solution implemented isn&apos;t perfect due to many factors, and it has seemingly gotten worse due to latency issues from EOS P2P and bugs from engine upgrades.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/03/image-5.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="2000" height="1156" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/image-5.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/image-5.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/image-5.png 1600w, https://brickadia.com/blog/content/images/2025/03/image-5.png 2034w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Skill issue, some would say.</span></figcaption></figure><p>Another issue with weapons is that bullets come from the muzzle of your gun. Seems realistic and reasonable, but in practice, it is very easy to hit obstacles blocking your shot instead of your target in first person. It makes gun fights in corridors and nearby obstacles very annoying.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/03/image-7.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="964" height="578" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/image-7.png 600w, https://brickadia.com/blog/content/images/2025/03/image-7.png 964w"><figcaption><span style="white-space: pre-wrap;">This shot will be blocked, very annoying and common!</span></figcaption></figure><h3 id="vehicles-are-hard-to-control-slip-and-clip-often">Vehicles are hard to control, slip, and clip often</h3><p>One of the more common problems faced in the demo was vehicles flipping over and having little traction. Plus, since we&apos;re using actual physical wheels that actually spin, there&apos;s quite a bit of unstable behavior that occurs (especially at lower frame rates!). Additionally, climbing up plate bricks is a bumpy ride.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/03/image-2.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="1494" height="873" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/image-2.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/image-2.png 1000w, https://brickadia.com/blog/content/images/2025/03/image-2.png 1494w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The average driving experience going up 1f plates.</span></figcaption></figure><p>There were also many cases of &quot;clipping&quot; that occurs when two brick grids interact on a seam. You may have ran into this going up ramps or roads on vehicles where the chassis is low to the ground. This is an inherent limitation of how contacts are generated with physics. This has been mitigated with wheels, but not with brick grids. You can see the core of the issue here:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/03/GhostCollision.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="753" height="328" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/GhostCollision.png 600w, https://brickadia.com/blog/content/images/2025/03/GhostCollision.png 753w"><figcaption><span style="white-space: pre-wrap;">Diagram of how incorrect contacts are generated.</span></figcaption></figure><p></p><h3 id="no-prefab-support-for-physics-grids">No prefab support for physics grids</h3><p>The demo still employs the same old saving system from Alpha 5, which never supported multiple physics grids or entities.</p><p>Additionally, the Selector tool is still functionally similar to the one in Alpha 5, with the addition of working with brick grids and some usability updates (like splitting grids apart). However, it&apos;s not possible to copy/paste an entire contraption at once!</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_prefab-exp" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-average-prefab-experience.webm" type="video/webm">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>The average copy/paste experience or saving prefabs.</figcaption>
    </a>
    <div id="inline_prefab-exp" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextFestWrapUp-average-prefab-experience.mp4" type="video/webm">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<h3 id="griefing-physics-contraptions-is-too-easy">Griefing physics contraptions is too easy</h3><p>The demo was intended for playing with trusted users only, and therefore barely had any restrictions on physics objects or their interactions. A few brave souls who dared to host a public server soon found out that there is a reason why we did not include the server browser at first as their creation became permanently covered in thousands of wheels and their vehicles lost to outer space.</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/03/grieeef.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/grieeef.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/grieeef.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/grieeef.png 1600w, https://brickadia.com/blog/content/images/2025/03/grieeef.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/03/image-10.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/image-10.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/image-10.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/03/image-10.png 1600w, https://brickadia.com/blog/content/images/2025/03/image-10.png 1920w" sizes="(min-width: 1200px) 1200px"></figure><p>Another very common request was to be able to define home positions for contraptions and vehicles so you can reset them with the minigame (or even through wires).</p><h3 id="the-tutorial-is-clunky-unclear-and-confusing">The Tutorial is clunky, unclear, and confusing</h3><p>The demo became super invaluable for us in improving this area. Tons of new users struggled with not only the content of the tutorial, but also in the way the tutorial is presented. It is very clunky to press &quot;M&quot; on your keyboard to free the mouse, just to be able to interact with the tutorial. We&apos;ve seen many screenshots where the tutorial widget is still stuck on in the player&apos;s HUD, no good!</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/03/image-4.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="1229" height="926" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/image-4.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/image-4.png 1000w, https://brickadia.com/blog/content/images/2025/03/image-4.png 1229w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">New players learning how to close the tutorial.</span></figcaption></figure><p>We quickly added some UX improvements during the demo, such as the third-person interaction prompts to tackle some of the low-points, but there is still plenty to improve here.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/03/image-1.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="1064" height="724" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/image-1.png 600w, https://brickadia.com/blog/content/images/size/w1000/2025/03/image-1.png 1000w, https://brickadia.com/blog/content/images/2025/03/image-1.png 1064w"><figcaption><span style="white-space: pre-wrap;">Helping out new players sit in a seat!</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/03/image.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="899" height="633" srcset="https://brickadia.com/blog/content/images/size/w600/2025/03/image.png 600w, https://brickadia.com/blog/content/images/2025/03/image.png 899w"><figcaption><span style="white-space: pre-wrap;">Another instance of the interaction prompt.</span></figcaption></figure><h3 id="limited-gameplay-gate-options">Limited gameplay gate options</h3><p>Wires and the new logic/gameplay gates have opened tons of possibilities for players (and you all have done some insanely creative things with just the ones available!)</p><p>There is definitely some room to improve here, especially when interacting with Gamemode features. For example, it&apos;s not possible to join a team using wires, detect when a round of deathmatch ended, add score, compare score... etc.</p><p>In the Demo, it wasn&apos;t really possible to make anything too groundbreaking when making gamemodes. (Though, there were some creative usages of physics and wires to make games like payload and survive-the-falling-cars!)</p><h1 id="plans-for-ea">Plans for EA</h1><p>We want the launch of Early Access to have the right foundations and the best possible user experience we can muster, but we also don&apos;t want to launch the game next year. So, the changes below from what you saw in the demo are our MVP for Early Access, and we are currently targeting a release in <strong>July 2025</strong>.</p><h3 id="improved-tools-and-prefab-support">Improved tools and prefab support</h3><p>Tackling the issue of saving vehicles and other physics contraptions, we will be upgrading the prefab system to support the new features that BRS did not.</p><p>The Selector will also be getting a big upgrade, such as being able to select or deselect individual bricks, and select by brick grids, which should make the Selector much more powerful than just only being able to select a box-volume.</p><h3 id="improved-combat-and-hit-detection">Improved combat and hit detection</h3><p>Improving the hit detection has been fairly tricky, and originally we wanted the combat system to be <em>very</em> precise. On the technical side, it implements a rollback system (similar to Counter-Strike 2) to ensure hits happened where they happened on your screen. At least, in theory, that is supposed to be what happens.</p><p>Due to various factors like Unreal Engine missing fixed-tick character movement, network replication and compensation, the implementation isn&apos;t very effective. We will likely move towards favoring client hits, with less aggressive server-side &quot;sanity&quot; checks and/or simplifying the implementation.</p><p>And another small but impactful change: the physical muzzle of your gun being blocked will no longer stop bullets the way it used to. Makes it much simpler to build maps that work correctly in first person.</p><h3 id="the-gallery">The Gallery</h3><p>The Gallery is a new feature coming to EA, where you can share your creations with others. It comes with full in-game integration, enabling you to easily find and upload content for all things Brickadia.</p><p>We will likely have a blog post detailing all the features and goodies that the Gallery adds, stay tuned!</p><h3 id="improved-physics-and-vehicle-handling">Improved physics and vehicle handling</h3><p>As mentioned earlier with clipping, this issue is unfortunately a limitation of physics engines. But, there are things we can do to (hopefully!) fix this, such as implementing sweep-based vehicles/wheels. Definitely stay tuned for a future blog post on this!</p><p>We plan on adding various weight bricks / the ability to change your vehicle&apos;s center of mass, which should help improve vehicles from tipping over. Increasing the tire friction is an obvious next step after improving these, and improving the handling of vehicles, especially at high speeds.</p><h3 id="wires-v2">Wires V2</h3><p>One of the limitations of gates in the version of wires that shipped in the demo was the reliance on brick components to implement their functionality. This puts many limitations on what gates can do, like having a variable number of ports, or supporting different wire types.</p><p>Wires v2 introduces &quot;generic&quot; gates, allowing us to implement gates for many different wire types. This is particularly useful for math gates that support integer and float/double math. Additionally, logic gates will benefit by having any number of inputs/outputs, and will let us design new types of gates such as selectors that need the flexibility.</p><p>Anyone who tried creating a complex contraption will likely have noticed timing issues where signals take different time to propagate down paths of different lengths, or even managed to get your gates stuck flickering in a loop for seemingly no reason. While this might be neat in a hardware simulator, it is extremely annoying if you are trying to make things just work. For the new version of wires, the system will correctly order the gates by their dependencies and propagate everything in a single tick.</p><p>A new gate, the Microchip, will also allow you to compact entire logic gate circuits into a single gate. A great utility of it is being able to modularize your wire circuits and share them on the Gallery! Plus, there are some <em>really</em> exciting things Microchips enable, as you&apos;ll read below.</p><h3 id="new-game-mode-system">New Game Mode system</h3><p>We will be replacing the ancient minigames system with gamemodes! Functionally, they will work very similar, and our plan is to keep as much familiarity between both as possible, while improving the UX and confusion around setting up minigames.</p><p>Game modes will be able to be packaged up into a bundle that you can activate independently from the worlds, so you can easily combine different maps with playing different modes on them.</p><p>Problems with the old minigame system included figuring out which bricks/entities should be part of the minigame and unclear configuration, which leads many users (even experienced ones) to wonder why things just don&apos;t work the way they expect when creating minigames.</p><p>Once we&apos;re happy with the new UX, we&apos;re expanding the power of gamemodes in a dramatic way.</p><p>As mentioned before, we&apos;re adding the Microchip, a useful tool in the wiring arsenal for compacting circuit designs. In the context of gamemodes, they get a <em>whole</em> <em>lot</em> more powerful and interesting:</p><p>Microchips can also be attached to players, or directly integrated in your gamemodes to add new logic. Originally, we wanted to wait on Behaviors (our scripting language) to bring this ability, but it seems obvious that wires are a great fit here too, so we&apos;re adding it for EA!</p><p>We will be adding onto the collection of gates available, allowing you to do even more powerful things, like listen to game mode and player events, and do things with those events when used in conjunction with the Microchip.</p><h3 id="tutorial-world">Tutorial World</h3><p>The tutorial widget we had in the demo, while it helped a little, definitely left many users confused. For EA, we plan to include a detailed Tutorial world that guides you through many of Brickadia&apos;s building features, one by one, in an approachable manner.</p><p>If your favorite future feature isn&apos;t listed yet, don&apos;t worry! This journey continues on far beyond Early Access.</p><h1 id="key-giveaway">Key Giveaway</h1><p>For those who opted-in to the key giveaway in the survey, we&apos;ve gone ahead and emailed the randomly selected 5 winners a Steam key. Congratulations to the winners, you will be able to play the game as soon as it releases!</p><h1 id="thank-you">Thank you!</h1><p>And to everyone that had a chance to play the demo, thank you! For those who haven&apos;t seen any of the amazingly creative builds users have built, here is just a handful of ones we picked from our Discord and socials:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_arcade" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-slots.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Fancy slot machine arcade room by FancyPants!</figcaption>
    </a>
    <div id="inline_arcade" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextFestWrapUp-slots.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_strandbeest" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-strandbeast.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A walking strandbeest by durb!</figcaption>
    </a>
    <div id="inline_strandbeest" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextFestWrapUp-strandbeast.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_car2" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-car2.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A well engineered car by sink</figcaption>
    </a>
    <div id="inline_car2" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextFestWrapUp-car2.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_monorail" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-monorail.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Fully functioning monorail car by AXIIOM and Stelle!</figcaption>
    </a>
    <div id="inline_monorail" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextFestWrapUp-monorail.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_orion-car" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-automatic-lights.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A car with built-in automatic brakelights, by orion</figcaption>
    </a>
    <div id="inline_orion-car" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextFestWrapUp-automatic-lights.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_mech" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-mech.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A battle-ready mech, by Cybo</figcaption>
    </a>
    <div id="inline_mech" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextFestWrapUp-mech.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_display" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-video-display.webm" type="video/webm">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>An animated dot display matrix display by ZippyDev!</figcaption>
    </a>
    <div id="inline_display" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextFestWrapUp-video-display.webm" type="video/webm">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_tank-treads" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-tank-treads.mp4" type="video/webm">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Fully functioning tank treads by Edz!</figcaption>
    </a>
    <div id="inline_tank-treads" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextFestWrapUp-tank-treads.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_tomogatchi" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-tomogatchi.mp4" type="video/webm">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A beary happy bear tamagotchi by eluna!</figcaption>
    </a>
    <div id="inline_tomogatchi" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextFestWrapUp-tomogatchi.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_walker" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-walker.mp4" type="video/webm">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>An 8-legged walker by Smallguy!</figcaption>
    </a>
    <div id="inline_walker" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/NextFestWrapUp-walker.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>And finally, some crazy devices that employ sound. Take a listen!</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    	<video class="lazy" controls preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-cake-1.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A gigantic MIDI player by cake</figcaption>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    	<video class="lazy" controls preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-cake-2.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Different shot of a different MIDI player by cake</figcaption>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    	<video class="lazy" controls preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-midi-mini.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A small, customizable MIDI player by TonicThunder</figcaption>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    	<video class="lazy" controls preload="none">
    		<source data-src="https://static.brickadia.com/resources/NextFestWrapUp-morsecode.mp4" type="video/webm">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Morse Code keyboard also by Smallguy!</figcaption>
</figure>
<!--kg-card-end: html-->
<p>We&#x2019;re really excited about what&#x2019;s coming next, and we can&#x2019;t wait to share more with you soon. As always, thanks for all your feedback and support&#x2014;it means the world to us! If you have additional feedback, you can always drop by our Discord (we&apos;re active there!), or send us a message through any of our social medias.</p><p>And lastly, Happy Frog Day! Wait, what do you mean it&apos;s not Frog Day anymore, and it was last week? Oh well, have this frog anyway.</p><figure class="kg-card kg-image-card"><img src="https://brickadia.com/blog/content/images/2025/03/frog-smol.png" class="kg-image" alt="Next Fest Wrap-Up: Survey Results, Plans for EA" loading="lazy" width="32" height="32"></figure>]]></content:encoded></item><item><title><![CDATA[Next Fest Demo Is Out Now!]]></title><description><![CDATA[Limited Time Demo Featuring Building, Wires, Vehicles, Physics, Worlds and much more!]]></description><link>https://brickadia.com/blog/next-fest-demo-is-out/</link><guid isPermaLink="false">67bca602d1b9ca0007fee2d4</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[wrap]]></dc:creator><pubDate>Mon, 24 Feb 2025 17:57:32 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2025/02/ScreenShot00297-1080p.png" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2025/02/ScreenShot00297-1080p.png" alt="Next Fest Demo Is Out Now!"><p>Hey everyone, a short post for once! We&apos;re extremely happy to announce that the <strong>Brickadia Next Fest Demo</strong> <strong>is now available for download</strong> through Steam for a limited time! If you&apos;re here to play the game, <a href="https://store.steampowered.com/app/2199420/Brickadia/" rel="noreferrer">you can click here for the Steam page</a> to download the demo. For everyone else still here (you should go play the demo instead!), read on.</p><p>Our Next Fest Demo includes almost every feature we&apos;ve been cooking up over the last few years, including physics contraptions, drive-able vehicles, wires, and our world system, and of course our brick-building system that supports <em>millions</em> of bricks at the core of it. If you haven&apos;t seen the brand new trailer for this demo, it was filmed entirely in-game in this demo!</p><figure class="kg-card kg-embed-card kg-card-hascaption"><iframe width="200" height="113" src="https://www.youtube.com/embed/t6kyTLkLIXA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Brickadia Next Fest Demo Trailer | Cars and Physics Contraptions!"></iframe><figcaption><p><span style="white-space: pre-wrap;">Next Fest Demo Trailer</span></p></figcaption></figure><p>What does this demo <strong>not</strong> include? Behaviors, the new gamemodes system, and the Gallery. Our planned Behaviors scripting system is on the back burner at the moment as we have been focusing on wires and logic gates first! This demo currently has the same old &quot;mini-games&quot; system as our old Alpha had - this system is planned to be replaced with a simpler, more flexible gamemode system in Early Access, but currently this hasn&apos;t been implemented yet for this demo. Our Gallery is also not ready yet - but we do really want it to be part of the proper Early Access release as it will let everyone properly share their creations and instantly load into other peoples awesome worlds.</p><p>A very exciting day for Brickadia indeed! This isn&apos;t our full Early Access release yet, but releasing a brand new demo showcasing the current state of our game is still a giant leap forward for us. We really look forward to seeing what you all create in this demo - please post your creations in our Discord, on social media, and in the subreddit. We love to see them!</p><p>We will have a survey available towards the end of the Demo. Please give us your honest thoughts and suggestions as that will shape the direction we take the first Early Access release.</p><p>As always, thank you for reading. And go play the Demo! Stay tuned.</p>]]></content:encoded></item><item><title><![CDATA[Devlog #7 - Wires, Vehicles, Next Fest & More!]]></title><description><![CDATA[A catch-up of everything we got done in the latter half of 2024, plus a big announcement!]]></description><link>https://brickadia.com/blog/devlog-7/</link><guid isPermaLink="false">6766eaf182f33200061978e4</guid><category><![CDATA[Development]]></category><category><![CDATA[News]]></category><dc:creator><![CDATA[Sixmorphugus]]></dc:creator><pubDate>Fri, 03 Jan 2025 17:17:56 GMT</pubDate><media:content url="https://brickadia.com/blog/content/images/2025/01/blogscene.png" medium="image"/><content:encoded><![CDATA[<img src="https://brickadia.com/blog/content/images/2025/01/blogscene.png" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!"><p>Today we&apos;re going to be dipping our toes into two big Early Access features that haven&apos;t been discussed much on the blog: Wires and Vehicles. We&apos;ll also go over all the other cool stuff that the team did in 2024!</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">We would advise you to watch your bandwidth usage, and not to scroll too fast, as this page contains <b><strong style="white-space: pre-wrap;">46 videos</strong></b>!</div></div><p>But before all that, we have an announcement: <strong>In February, we&apos;ll be joining the Steam Next Fest with a time-limited demo!</strong> During the fest, you&apos;ll be able to get your hands on an early preview of all the new creative features we&apos;ve been cooking for the past few years!</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2025/01/Banner-Steam-Next-Fest-2023-all.jpg" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="900" height="506" srcset="https://brickadia.com/blog/content/images/size/w600/2025/01/Banner-Steam-Next-Fest-2023-all.jpg 600w, https://brickadia.com/blog/content/images/2025/01/Banner-Steam-Next-Fest-2023-all.jpg 900w"></figure><p>The Next Fest build will be our <strong>Creator Demo</strong>, a build of the game that will focus on building and creators. The demo will be available from February 24 at 10 AM Pacific to March 3. We&apos;ll share more on this demo as we get closer to the Fest!</p><p>To be notified, <a href="https://store.steampowered.com/app/2199420/Brickadia/" rel="noreferrer">add Brickadia to your wishlist on Steam</a>.</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">Start thinking about what you&apos;re going to build! We&apos;re really looking forward to seeing your creations.</div></div><p><a href="#building-tool-improvements">Building Tool Improvements</a><br>
&#x2003;<a href="#offsetting-from-the-plane-lock-plane">Offsetting From the Plane Lock Plane</a><br>
&#x2003;<a href="#follow-mode-and-precision-mode">Follow Mode and Precision Mode</a><br>
&#x2003;&#x2003;<a href="#new-arcball-rotation-controls">New &quot;arcball&quot; rotation controls</a><br>
&#x2003;&#x2003;<a href="#reorient-rotation-still-exists">Reorient rotation still exists</a><br>
&#x2003;&#x2003;<a href="#in-follow-mode-player-now-faces-the-brick">In follow mode, player now faces the brick</a><br>
&#x2003;<a href="#negative-spacing">Negative Spacing</a><br>
&#x2003;<a href="#upgraded-pie-menu">Upgraded Pie Menu</a><br>
&#x2003;<a href="#default-loadout-of-bricks">Default &quot;Loadout&quot; of Bricks</a><br>
&#x2003;<a href="#correct-grid-snapping-to-edgeover-edge">Correct Grid Snapping (To Edge/Over Edge)</a><br>
&#x2003;<a href="#align-half-plate-thick-bricks-to-surface">Align Half-Plate Thick Bricks To Surface</a><br>
&#x2003;<a href="#inventory-is-single-quickbar-again">Inventory is Single-Quickbar Again</a><br>
&#x2003;<a href="#entities">Entities</a><br>
&#x2003;<a href="#improved-catalog-organization">Improved Catalog Organization</a><br>
<a href="#wires">Wires</a><br>
&#x2003;<a href="#the-solution">The Solution</a><br>
&#x2003;<a href="#the-connector">The Connector</a><br>
&#x2003;<a href="#buttons-targets-and-switches">Buttons, Targets and Switches</a><br>
&#x2003;<a href="#logic-gates">Logic Gates</a><br>
&#x2003;<a href="#wire-types">Wire Types</a><br>
&#x2003;<a href="#various-examples">Various Examples</a><br>
<a href="#vehicles-and-contraptions">Vehicles and Contraptions</a><br>
&#x2003;<a href="#joints">Joints</a><br>
&#x2003;<a href="#joints-being-used-ingame">Joints Being Used Ingame</a><br>
&#x2003;<a href="#seats">Seats</a><br>
&#x2003;<a href="#driveable-cars">Driveable Cars</a><br>
&#x2003;<a href="#various-examples-1">Various Examples</a><br>
<a href="#other-stuff">Other Stuff!</a><br>
&#x2003;<a href="#procedural-brick-generation">Procedural Brick Generation</a><br>
&#x2003;<a href="#weapon-resources">Weapon Resources</a><br>
&#x2003;<a href="#homing-missile">Homing Missile</a><br>
&#x2003;<a href="#pole-resizable-in-all-directions">Pole Resizable in All Directions</a><br>
&#x2003;<a href="#other-new-bricks">Other New Bricks</a><br>
&#x2003;<a href="#skirts-and-dresses">Skirts and Dresses</a><br>
<a href="#ok-thats-everything">OK That&apos;s Everything</a></p>
<h1 id="building-tool-improvements">Building Tool Improvements</h1><p>I really should write a full blog on how these work but here&apos;s an outline of what I have at the moment.</p><h2 id="offsetting-from-the-plane-lock-plane">Offsetting From the Plane Lock Plane</h2>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_offset-plane" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Offset-Plane.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>You are now able to offset from the plane lock plane by scrolling the mouse.</figcaption>
    </a>
    <div id="inline_offset-plane" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Offset-Plane.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>Plane lock was added back into the new mouse building controls with a new feature: You are now able to offset from the plane lock plane in plane lock by scrolling the mouse.</p><p>This creates this cool line between the actual lock grid and the raised one. It has a bunch of uses.</p><h2 id="follow-mode-and-precision-mode">Follow Mode and Precision Mode</h2><p>In a huge surprise to absolutely nobody, I remade Orbit Mode and Detached Mode. They are now renamed to Follow Mode and Precision Mode. These modes share essentially the same codebase with different keybinds. However, several things work much better:</p><h3 id="new-arcball-rotation-controls"><strong>New &quot;arcball&quot; rotation controls</strong></h3><p>The rotation in follow and precision mode now offers an &quot;arcball&quot; rotation scheme when you hold ctrl, inspired by that offered by games such as Space Engineers. What does &quot;arcball&quot; mean? It means rotation is now relative to the surface you&apos;re looking at. Left/Right/Up/Down will all rotate the surface 90 degrees to point in that direction without affecting other axis, while the additional rotate buttons will turn it counter-clockwise and clockwise. Take a look:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-arcball" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-arcball.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Rotation in follow mode.</figcaption>
    </a>
    <div id="inline_catchup-1-arcball" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-arcball.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<h3 id="reorient-rotation-still-exists">Reorient rotation still exists</h3><p>Holding R still gives you reorient controls. Tapping in a direction will rotate your brick to face in that direction, exactly as is offered by the mouse controls:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-reorient" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-reorient.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Reorientation in follow mode.</figcaption>
    </a>
    <div id="inline_catchup-1-reorient" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-reorient.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<h3 id="in-follow-mode-player-now-faces-the-brick">In follow mode, player now faces the brick</h3><p>Finally, as a last little polish feature, your player will now &quot;look&quot; at what you are doing while you&apos;re in follow mode. Other clients see this too.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_Catchup-1-Orbit-Follow" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Orbit-Follow.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Look alive while you&apos;re building in Orbit mode!</figcaption>
    </a>
    <div id="inline_Catchup-1-Orbit-Follow" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Orbit-Follow.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<h2 id="negative-spacing">Negative Spacing</h2><p>A very oft-requested feature since we added the ability to row-drag templates, and especially since we gave testers the ability to grid and volume-drag them has been negative spacing. Negative spacing allows you to overlap instances of the template you&apos;re dragging, making it possible to place a template that interlocks with itself.</p><p>The simplest example of course is a brick wall like here.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-negative-spacing-1" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-negative-spacing-1.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>You can place a brick wall without having to fill in gaps now!</figcaption>
    </a>
    <div id="inline_catchup-1-negative-spacing-1" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-negative-spacing-1.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>But there are more advanced cases, especially when you&apos;re placing wires (which we&apos;ll talk about in a bit) which auto-attach when overlapped with the same brick type attached within the template:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-negative-spacing-2" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-negative-spacing-2.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>I&apos;m setting up my communication lines...</figcaption>
    </a>
    <div id="inline_catchup-1-negative-spacing-2" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-negative-spacing-2.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<h2 id="upgraded-pie-menu">Upgraded Pie Menu</h2><p>The tool pie menu now has descriptions.</p><p>When you select the Placer from the pie menu, you&apos;ll select the last brick you had selected, or else the first brick found in your inventory, or else a 1x1f will be thrown in the TEMP slot and you&apos;ll select that.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-37.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1082" height="1136" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-37.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-37.png 1000w, https://brickadia.com/blog/content/images/2024/12/image-37.png 1082w"><figcaption><span style="white-space: pre-wrap;">Easier? We&apos;ll see.</span></figcaption></figure><h2 id="default-loadout-of-bricks">Default &quot;Loadout&quot; of Bricks</h2><p>The quickbar now has things in it without you having to open the catalog and add them, which greatly confused people who came by our booth when we showed the game at a convention in November.</p><p>The default loadout is very transparently the minimal kit for building a car (don&apos;t worry, we&apos;ll get to cars):</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-17.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1518" height="251" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-17.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-17.png 1000w, https://brickadia.com/blog/content/images/2024/12/image-17.png 1518w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">We would have put micros in but those aren&apos;t really a new people thing and there wasn&apos;t space.</span></figcaption></figure><h2 id="correct-grid-snapping-to-edgeover-edge">Correct Grid Snapping (To Edge/Over Edge)</h2><p>In alpha 5, when you are in one of the keyboard building modes (follow/precision as they&apos;re now called) your brick has never actually moved or aligned to the grid properly. Thankfully, the only way to notice this was to try and use a micro-brick, or some other brick that wasn&apos;t large enough to align to the grid.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-38.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="2000" height="1063" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-38.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-38.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/image-38.png 1600w, https://brickadia.com/blog/content/images/2024/12/image-38.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">This is how Alpha 5 aligns your micro-brick to the grid in Follow Mode.</span></figcaption></figure><p>In mouse mode, Alpha 5 can align your brick the way we intended - to the nearest edge of the aimed-at grid cell. It&apos;s only follow and precision mode that are broken (actually, quite a lot of the Alpha 5 building is broken).</p><p>What follow and precision mode actually should have been able to do was move bricks that are smaller than the grid cell on the move axis &quot;to, <em>then</em> over&quot; the grid cell&apos;s border, which oftentimes is an uneven movement per button press and so can&apos;t be done by simply offsetting the brick each key press. This corrected &quot;to, <em>then</em> over&quot; movement is how it works in Early Access.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-to-edge" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-to-edge.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>The correct follow mode grid alignment.</figcaption>
    </a>
    <div id="inline_catchup-1-to-edge" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-to-edge.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<h2 id="align-half-plate-thick-bricks-to-surface">Align Half-Plate Thick Bricks To Surface</h2><p>When you have the plate grid alignment mode selected (you literally <em>must</em> give it a try!) try aiming at the surface of a micro-brick or some other surface that does not align to that grid in Alpha 5. Your brick will float.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/blogbrick.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1390" height="697" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/blogbrick.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/blogbrick.png 1000w, https://brickadia.com/blog/content/images/2024/12/blogbrick.png 1390w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Bother!</span></figcaption></figure><p>What&apos;s worse is that this can be hard to notice from a distance, so you get done building something and then find it floating an uncorrectable (1-2 unit) distance off the ground.</p><p>In Early Access, your brick aligns to the depth of the surface you&apos;re looking at,  even in Plate mode, as long as it isn&apos;t inside the bounds of a brick. So your micro-brick will actually place against off grid surfaces in Early Access:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-micro-sink" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-micro-sink.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Painting with Micro-Bricks.</figcaption>
    </a>
    <div id="inline_catchup-1-micro-sink" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-micro-sink.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>Also notable here, but easy to miss - resize dragging moves the size up to the first grid edge for the first resize increment, <em>then</em> expands to fill further grid cells.</p><h2 id="inventory-is-single-quickbar-again">Inventory is Single-Quickbar Again</h2><p>Many of you commented on the section of the last blog post saying that the multiple quickbars and increased inventory size may be difficult to deal with for new players. This is exactly what we found during testing, so they&apos;ve been removed.</p><h2 id="entities">Entities</h2><p>Since adding entities, we have added exactly two (2) entity types so far.</p><p>The first is a ball that can be painted and resized. As always, I forgot to add a size limit.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-4.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="2000" height="1014" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-4.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-4.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/image-4.png 1600w, https://brickadia.com/blog/content/images/2024/12/image-4.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Me and the spare Zeblote explore a new planet.</span></figcaption></figure><p>But then we have the current main use case of entities: Wheels. Wheels make perfect sense not to be bricks - they get to have proper analytical collision and they do not waste the server&apos;s processing power managing another brick grid. There are countless wheels in the game so far and here are a few of them:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-19.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1273" height="773" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-19.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-19.png 1000w, https://brickadia.com/blog/content/images/2024/12/image-19.png 1273w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">A bunch of different variations of the regular-sized wheel.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-20.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1086" height="623" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-20.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-20.png 1000w, https://brickadia.com/blog/content/images/2024/12/image-20.png 1086w"><figcaption><span style="white-space: pre-wrap;">A bunch wheels from our &quot;small&quot; wheel set, for trolleys and RC cars!</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-21.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1238" height="925" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-21.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-21.png 1000w, https://brickadia.com/blog/content/images/2024/12/image-21.png 1238w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Bigger wheels!</span></figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-22.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="509" height="505"><figcaption><span style="white-space: pre-wrap;">Airplane wheels!</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-23.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1797" height="1054" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-23.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-23.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/image-23.png 1600w, https://brickadia.com/blog/content/images/2024/12/image-23.png 1797w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Snazzy wheels!</span></figcaption></figure><h2 id="improved-catalog-organization">Improved Catalog Organization</h2><p>Confidentbottle has improved a bunch of stuff relating to the organization of the default catalog. First and foremost, the Entities tab is gone as there were not enough entities in the game to justify it. Instead, the Bricks tab is now an Objects tab:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-24.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="2000" height="1152" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-24.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-24.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/image-24.png 1600w, https://brickadia.com/blog/content/images/2024/12/image-24.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The object catalog.</span></figcaption></figure><p>Categories have been reordered to make more sense, with bricks you&apos;ll want to use first prioritized rather than the alphabetically ordered sets of Alpha 5.</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2024/12/image-5.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="451" height="732"></figure><p>Also, Micro-Bricks now have their own tab and are actually ordered sensibly, meaning you don&apos;t have to scroll right to the bottom to get at the regular cubes.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-6.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="946" height="944" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-6.png 600w, https://brickadia.com/blog/content/images/2024/12/image-6.png 946w"><figcaption><span style="white-space: pre-wrap;">The cubes are no longer last!!</span></figcaption></figure><p>All the magical gameplay bricks and entities are spread across 3 categories, rather than ending up hidden in Special;</p><ul><li><strong>Physics</strong> stores bricks and entities meant for making physics contraptions.</li><li><strong>Mechanics</strong> stores bricks and entities meant for making interactive machines or experiences.</li><li><strong>Logic Gates</strong> stores the logic gates provided to users of the wire system.</li></ul><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-25.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="2000" height="1129" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-25.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-25.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/image-25.png 1600w, https://brickadia.com/blog/content/images/2024/12/image-25.png 2398w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The Physics category. We&apos;ll discuss joints later.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-26.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="2000" height="1154" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-26.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-26.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/image-26.png 1600w, https://brickadia.com/blog/content/images/size/w2400/2024/12/image-26.png 2400w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The mechanics category.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-27.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="2000" height="1160" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-27.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-27.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/image-27.png 1600w, https://brickadia.com/blog/content/images/2024/12/image-27.png 2398w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The logic gates category. We&apos;ll discuss Wires... now, actually!</span></figcaption></figure><h1 id="wires">Wires</h1><p>Back when we were thinking about the design of our still TBA scripting language, Behaviors, we very quickly realized that most of our players wouldn&apos;t want to have to use it to do simple things. No matter how approachable you make your scripting system, the more it can do, the more complex it has to be - and the more daunting it becomes to beginners.</p><p>But why should they have to learn what a function is, what bindings are, what symbols and variables and booleans and parameters are, just to make a switch open a door? </p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-door-switch-1" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-door-switch-1.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Like this?</figcaption>
    </a>
    <div id="inline_catchup-1-door-switch-1" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-door-switch-1.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>Or even to make the correct combination of switch values open a door?</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-door-switch-2" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-door-switch-2.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Like this?</figcaption>
    </a>
    <div id="inline_catchup-1-door-switch-2" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-door-switch-2.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>These are use cases so simple that they shouldn&apos;t even have to go through scripting at all.</p><h2 id="the-solution">The Solution</h2><p>If you&apos;ve read previous blog posts, you already know this bit, but for new people I&apos;m going to go over it again;</p><p>Conveniently, everything in Brickadia is data-driven - i.e. has a state that can be controlled very directly by reading and changing variables. Let&apos;s simply designate some variables outputs, and some variables inputs, and let players designate &quot;links&quot; between a given output and multiple inputs somewhere else. When the output variable changes, linked input variables are set to the same value.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/switchdoor-1.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1000" height="1000" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/switchdoor-1.png 600w, https://brickadia.com/blog/content/images/2024/12/switchdoor-1.png 1000w"><figcaption><span style="white-space: pre-wrap;">For more information on the design, you can check out our old &quot;Interactive Brickadia: Next Steps&quot; blog post which this diagram is from.</span></figcaption></figure><p>This &quot;link&quot; is all a wire is.</p><h2 id="the-connector">The Connector</h2><p>To attach wires, we have this tool, the connector. The connector lets you connect wires between physical ports in 2 clicks. For bricks without those, you can select your source or target port from a list instead:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-wires-basic" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-wires-basic.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Connecting a wire from a source port to the enabled property of a light!</figcaption>
    </a>
    <div id="inline_catchup-1-wires-basic" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-wires-basic.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>As always, we&apos;ve added a bunch of QoL features to the Connector to make it super easy to work with. You can hit R to restart connecting from the last port and hold Ctrl to multi-connect. The GUI has a quick fuzzy find search where you can press enter to choose the first port in the current results.</p><p>You&apos;re probably wondering if there&apos;s a way to organize these wires better. There is! Rerouter bricks. With the Rerouter brick, you can always organize your wires super nicely.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-motor-button" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-motor-button.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Connecting a wire from a source port though a bunch of rerouters to a motor!</figcaption>
    </a>
    <div id="inline_catchup-1-motor-button" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-motor-button.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-11.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="989" height="813" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-11.png 600w, https://brickadia.com/blog/content/images/2024/12/image-11.png 989w"><figcaption><span style="white-space: pre-wrap;">Busses!</span></figcaption></figure><h2 id="buttons-targets-and-switches">Buttons, Targets and Switches</h2><p>We have 3 inputs to the wire system right now, none of which support animations yet:</p><p><strong>Switches</strong> can be clicked to toggle their output signal between off and on. There are a lot of use cases.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-2.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="910" height="762" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-2.png 600w, https://brickadia.com/blog/content/images/2024/12/image-2.png 910w"><figcaption><span style="white-space: pre-wrap;">Control panel with switches.</span></figcaption></figure><p><strong>Buttons</strong> emit an on signal while your mouse is held and an off signal otherwise. Originally, they had an on-off time, but the &quot;holding&quot; functionality is far more versatile. For advanced use cases, you can even get a count for how many players are holding down one button.</p><p><strong>Targets</strong> emit an on signal for a certain amount of time when shot with a projectile or hit with a melee weapon. If hit while on, their current &quot;on&quot; signal will be reset to that amount of time instead.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-shooting-range" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Shooting-Range.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>What else to demo this but a shooting range?</figcaption>
    </a>
    <div id="inline_catchup-1-shooting-range" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Shooting-Range.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<h2 id="logic-gates">Logic Gates</h2><p>There are a ton of gate bricks with physical ports (most of which you see in the catalog above) that you can route your wires through. The system is turing complete, and you can use it to do most things. </p><p>As an example, we can use an AND gate to make a door that opens only when two switches are flipped.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_Catchup-1-Door-Switch-3" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Door-Switch-3.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>You must find and turn on both switches to open the door.</figcaption>
    </a>
    <div id="inline_Catchup-1-Door-Switch-3" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Door-Switch-3.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>Or an OR gate to make an item collectable when one of two buttons are held.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-wires-or" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-wires-or.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Either button makes the item collectable.</figcaption>
    </a>
    <div id="inline_catchup-1-wires-or" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-wires-or.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<h2 id="wire-types">Wire Types</h2><p>You&apos;ve probably noticed all the wires are red. Can they be other colors? Yes, they can!</p><p>A wire&apos;s color is determined by the type of data it carries. Red wires carry <strong>booleans</strong>, i.e. an on/off signal. But since wires can carry any property type, you can also send <strong>decimal </strong>numbers and do operations on those.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_Catchup-1-Constants-Add" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Constants-Add.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Also, the entry box for integers smart enough to do math on its own!</figcaption>
    </a>
    <div id="inline_Catchup-1-Constants-Add" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Constants-Add.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>Since wires automatically convert between all the basic types, you can send boolean values into ports that take numbers (as 0 or 1) and vice versa (!= 0 is 1).</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_Catchup-1-Bool-Add" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Bool-Add.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>There is no problem whatsoever with treating a boolean as the number 0 or 1 depending on its value. The switch can be wired right in!</figcaption>
    </a>
    <div id="inline_Catchup-1-Bool-Add" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Bool-Add.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>In addition to this, and as you saw above, everything always converts into a <strong>string</strong> - which is how we can display the value on interact at the end.</p><p>With <strong>integer</strong> numbers, you can do bitwise operations. So here&apos;s something more advanced that most of you won&apos;t ever need to do: With a bit of work, we can send 8 different booleans as a single integer value.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_Catchup-1-Combine" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Combine.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>This is how computers count!</figcaption>
    </a>
    <div id="inline_Catchup-1-Combine" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Combine.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">This is a technique testers have ended up using in a lot of their wire contraptions, since an integer can actually hold up to 64 booleans in its bits that can then be sent over just 1 wire! It&apos;s even easier to disassemble later - just use bitwise AND and use that value as a bool.</div></div><h2 id="various-examples">Various Examples</h2><p>You can make lots of things in Brickadia with just wires and no scripting. Eventually, though, wiring contraptions together becomes more of an art itself. There are some things you really should be doing with scripting later. But of course, you don&apos;t <em>have</em> to, so maybe, just for fun, you don&apos;t.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_Catchup-1-Wires-Showcase-1" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Wires-Showcase-1.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Conway&apos;s game of life, made with only wires.</figcaption>
    </a>
    <div id="inline_Catchup-1-Wires-Showcase-1" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/Catchup-1-Wires-Showcase-1.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-wires-showcase-2" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-wires-showcase-2.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Connect 4, made with only wires.</figcaption>
    </a>
    <div id="inline_catchup-1-wires-showcase-2" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-wires-showcase-2.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-wires-showcase-3" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-wires-showcase-3.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Othello, made with only wires.</figcaption>
    </a>
    <div id="inline_catchup-1-wires-showcase-3" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-wires-showcase-3.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-wires-showcase-4" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-wires-showcase-4.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A deathrun using wires, and joints (discussed next!).</figcaption>
    </a>
    <div id="inline_catchup-1-wires-showcase-4" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-wires-showcase-4.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-43.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="2000" height="1063" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-43.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-43.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/image-43.png 1600w, https://brickadia.com/blog/content/images/2024/12/image-43.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Electrician simulator.</span></figcaption></figure><p>The UX of wires is basically finished with just some polish and additional features down the line.</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">And yes, you can hide them. Wires will be hidden if either of the bricks they&apos;re attached to are. If you don&apos;t want to hide either of the attached bricks, put a wire rerouter between your bricks, route the wire though it, and hide that.</div></div><h1 id="vehicles-contraptions">Vehicles &amp; Contraptions</h1><p>You are all <em>long overdue</em> for an explanation of our plans for this, but there is a lot to go over so I will try to be concise here.</p><h2 id="joints">Joints</h2><p>The first part of vehicles we implemented were the basic bearing joints, which currently remain the only joints in the game. Right now, they come in 3 flavors; Bearing, Motor, Servo. To attach a brick to a joint, you simply place it on top of the joint.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-3.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="710" height="839" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-3.png 600w, https://brickadia.com/blog/content/images/2024/12/image-3.png 710w"><figcaption><span style="white-space: pre-wrap;">Every type of bearing currently in the game. The regular Bearing, the Motor, and the Servo.</span></figcaption></figure><p>The <strong>Bearing</strong> (left) simply rotates freely with customizable damping (damping is the force with which the joint tries to slow to a stop while spinning). It&apos;s good for making hinges for doors, windows and other things, but it can&apos;t do anything advanced.</p><p>The <strong>Motor</strong> (center) is your workhorse powered joint. When enabled, it will spin with constant power you set. You can make something that spins constantly such as a platform or part for a total wipeout course, and you can even combine it with wires to make things like deathrun traps, fairground rides, and mechanisms. </p><p>Finally, the <strong>Servo</strong> (right) is what you use when you want something to move to a specific position and to try with user-specified force to stay there. It can be used to make suspensions but is most useful when paired with wires, which you can use to make automatic doors, spinning counters, all sorts of things.</p><p>We have micro joints too!</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-14.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1402" height="770" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-14.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-14.png 1000w, https://brickadia.com/blog/content/images/2024/12/image-14.png 1402w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Micro bearing.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-42.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1446" height="845" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-42.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-42.png 1000w, https://brickadia.com/blog/content/images/2024/12/image-42.png 1446w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Other micro-joints.</span></figcaption></figure><h2 id="joints-being-used-ingame">Joints Being Used Ingame</h2><p>There are lots of use cases. Here are some images and videos from recent dev media.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-joint-showcase-1" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-1.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Puppeteering a robot on mars.</figcaption>
    </a>
    <div id="inline_catchup-1-joint-showcase-1" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-1.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-joint-showcase-2" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-2.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Searching in the darkness...</figcaption>
    </a>
    <div id="inline_catchup-1-joint-showcase-2" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-2.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-joint-showcase-3" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-3.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Collision detail is good enough to make a roblox-style train!</figcaption>
    </a>
    <div id="inline_catchup-1-joint-showcase-3" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-3.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-joint-showcase-4" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-4.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>We can open and close this hatch!</figcaption>
    </a>
    <div id="inline_catchup-1-joint-showcase-4" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-4.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-joint-showcase-5-new" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-5-new.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>By separating collision across multiple grids, we can make a working Geneva drive!</figcaption>
    </a>
    <div id="inline_catchup-1-joint-showcase-5-new" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-5-new.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-joint-showcase-6" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-6.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Slotcars!</figcaption>
    </a>
    <div id="inline_catchup-1-joint-showcase-6" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-6.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-joint-showcase-7" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-7.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A MERP city, animated with joints!</figcaption>
    </a>
    <div id="inline_catchup-1-joint-showcase-7" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-7.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-joint-showcase-8" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-8.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A mechanical seven-segment display!</figcaption>
    </a>
    <div id="inline_catchup-1-joint-showcase-8" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-8.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-joints-showcase-9" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joints-showcase-9.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A rideable ferris wheel!</figcaption>
    </a>
    <div id="inline_catchup-1-joints-showcase-9" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joints-showcase-9.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-joint-showcase-10" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-10.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>More gears!</figcaption>
    </a>
    <div id="inline_catchup-1-joint-showcase-10" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-joint-showcase-10.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/ScreenShot00031.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/ScreenShot00031.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/ScreenShot00031.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/ScreenShot00031.png 1600w, https://brickadia.com/blog/content/images/2024/12/ScreenShot00031.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Something for the Mecha fans!</span></figcaption></figure><h2 id="seats">Seats</h2><p>The obvious next thing to make was some way to sit down and be attached to whatever ride/pseudo-car/other miscellaneous deathtrap you made. That comes in the form of the Seat, which you can click on to sit in.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-seat" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-seat.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Finally, a comfortable chair.</figcaption>
    </a>
    <div id="inline_catchup-1-seat" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-seat.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>There is not much else to say here. If you put one on a physics contraption it works as expected.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-2-seat" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-seat-2.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>This chair seems less comfortable.</figcaption>
    </a>
    <div id="inline_catchup-2-seat" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-seat-2.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<h2 id="driveable-cars">Driveable Cars</h2><p>Again we are left with the problem of how to make versatile behavior possible without forcing the user to do a lot of work. And just so we&apos;re on the same page, programming good vehicle control is <em>hard</em>, easy to do wrong, and not even the first problem we need to solve. </p><p>The first problem we need to solve is how to allow a player set up their car, which they have built out of a lot of small little bricks, to drive in a way that resembles sensible.</p><p>To demonstrate the solution I came up with, here&apos;s what we want to drive:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-28.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1322" height="895" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-28.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-28.png 1000w, https://brickadia.com/blog/content/images/2024/12/image-28.png 1322w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">My design skills are rivaled by none.</span></figcaption></figure><p>It would certainly be quite a stretch to call this a &quot;vehicle&quot;, but I&apos;m going to anyway.</p><p>We need to mount the wheels, but there&apos;s immediately a problem. If we put our wheels on the car with a Motor, they wouldn&apos;t be able to steer. Motors only turn.</p><p>Enter the Wheel Joint, which can steer and turn. It even has a built in suspension.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-vehicle-1" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-1.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Putting wheels on. The line across the joint is the direction the suspension works in and that steering works across.</figcaption>
    </a>
    <div id="inline_catchup-1-vehicle-1" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-1.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>Already this is starting to look more like a car. We still can&apos;t drive it, though. Nothing is controlling the wheel joints.</p><p>There are many different schools of thought in sandbox games for how you tell the game how the player&apos;s controls control the car, but me? I&apos;m partial to the approach taken by Robocraft and Spore (a creature is technically a vehicle, right?). That approach being: The game should figure out as much about how to drive and steer your creation as possible on its own, without you needing to be involved in every little decision.</p><p>But this is Brickadia, so we also want modularity. We want to be able to entirely exclude functionality we don&apos;t want, like gear switching and air control. And we want to be able to tweak things that make sense to tweak, like acceleration, braking force and top speed. </p><p>This means that first of all, we should add the least additional functionality to the Seat as possible. We should simply have the Seat emit a <em>Control</em> signal that we can use (or decompose into wire outputs) somewhere else.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/UnrealEditor-Win64-DebugGame_nzVOpzzzCV.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1895" height="1186" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/UnrealEditor-Win64-DebugGame_nzVOpzzzCV.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/UnrealEditor-Win64-DebugGame_nzVOpzzzCV.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/UnrealEditor-Win64-DebugGame_nzVOpzzzCV.png 1600w, https://brickadia.com/blog/content/images/2024/12/UnrealEditor-Win64-DebugGame_nzVOpzzzCV.png 1895w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The seat has a wire output.</span></figcaption></figure><p>What do we attach it to? Introducing the Wheel Engine.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-31.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1157" height="967" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-31.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-31.png 1000w, https://brickadia.com/blog/content/images/2024/12/image-31.png 1157w"><figcaption><span style="white-space: pre-wrap;">Our car has an engine!</span></figcaption></figure><p>The Wheel Engine&apos;s placement designates the forward direction for our vehicle, and also where the engine noise comes from. This means that even if the seat were placed like this:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-32.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1032" height="837" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-32.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-32.png 1000w, https://brickadia.com/blog/content/images/2024/12/image-32.png 1032w"><figcaption><span style="white-space: pre-wrap;">???</span></figcaption></figure><p>The vehicle would still drive correctly. In fact, to make sure, let&apos;s leave that there. We&apos;ll put another one on the other side. For balance. And we&apos;ll also wire up the driver&apos;s seat.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-33.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="897" height="679" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-33.png 600w, https://brickadia.com/blog/content/images/2024/12/image-33.png 897w"><figcaption><span style="white-space: pre-wrap;">Here we go!</span></figcaption></figure><p>The driver sits on the left side, so they&apos;re not in danger of being hit by traffic. I&apos;m so glad we found a way to solve that design problem.</p><p>By the way, you don&apos;t have to use this big bulky engine if you don&apos;t want to. There is a small alternative that has all the same features.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-41.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="384" height="242"><figcaption><span style="white-space: pre-wrap;">Small wheel engine. Good for RC cars!</span></figcaption></figure><p>The engine gets very happy when we sit down in the seat and makes a noise. But we can&apos;t drive yet because we gave it no control over the wheels. </p><p>How do we do that? It&apos;s easy. The engine takes the seat&apos;s input signal and translates it to a wheel control signal that we can wire into the wheel joints.</p><p>Let&apos;s do that now.</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-34.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1122" height="1032" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-34.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-34.png 1000w, https://brickadia.com/blog/content/images/2024/12/image-34.png 1122w"><figcaption><span style="white-space: pre-wrap;">You only need to wire the engine&apos;s control signal to the wheels. I used rerouters to make it still look pretty with my very strange seat and engine locations.</span></figcaption></figure><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">Later, you will be able to pass that wheel control signal through other bricks before sending it to a wheel, such as the planned transmission brick which will give your engine gear-switching. This is what I mean when I say I want the system to be modular!</div></div><p>And now it drives!</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-vehicle-2" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-2.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Off we go!</figcaption>
    </a>
    <div id="inline_catchup-1-vehicle-2" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-2.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>And no, extremely keen eyed readers, you eyes are not deceiving you - the engine is calculating a steering box containing all the wheel joints and doing <a href="https://en.wikipedia.org/wiki/Ackermann_steering_geometry" rel="noreferrer">Ackermann Steering</a>, which reduces wheel slipping and is what you find on most vehicles in the real world:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-ackmann" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-ackmann.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>An engine steers wheels depending on the turning circle, whose center can be adjusted via the Center of Steering.</figcaption>
    </a>
    <div id="inline_catchup-1-ackmann" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-ackmann.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>All this, too can be combined with wires. The engine is fully wire controllable!</p><h2 id="various-examples-1">Various Examples</h2><p>The testing team have built vehicles that are, somehow, even better than mine. Here are some videos of their adventures:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-vehicle-showcase-4" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-showcase-4.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Driving a familiar car in a town.</figcaption>
    </a>
    <div id="inline_catchup-1-vehicle-showcase-4" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-showcase-4.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-vehicle-showcase-5" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-showcase-5.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>A tank! Treads are not possible yet, but the engine can tank steer.</figcaption>
    </a>
    <div id="inline_catchup-1-vehicle-showcase-5" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-showcase-5.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-vehicle-showcase-6" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-showcase-6.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Donuts in the city.</figcaption>
    </a>
    <div id="inline_catchup-1-vehicle-showcase-6" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-showcase-6.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-vehicle-showcase-7" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-showcase-7.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Loopin&apos;!</figcaption>
    </a>
    <div id="inline_catchup-1-vehicle-showcase-7" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-showcase-7.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->

<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-vehicle-showcase-1" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-showcase-1.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Driving a jeep in the mountains as a client on day one that vehicles worked. The netcode has improved a lot since then and continues to!</figcaption>
    </a>
    <div id="inline_catchup-1-vehicle-showcase-1" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-vehicle-showcase-1.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<h1 id="other-stuff">Other Stuff!</h1><h2 id="procedural-brick-generation">Procedural Brick Generation</h2><p>I have just finished the brick composer, a dev tool we can use to create new procedural brick types.</p><p>Without going too deep into detail, the brick composer is able to take a few carefully made mesh parts parts in blender, like these:</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-36.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1644" height="983" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-36.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-36.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/image-36.png 1600w, https://brickadia.com/blog/content/images/2024/12/image-36.png 1644w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">The green sections are &quot;dynamic&quot; sections, for which we fit textures automatically.</span></figcaption></figure><p>And by arranging them and retexturing them, create a fully realized resizable brick.</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-dyntexturer-1" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-dyntexturer-1.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Generates a picket fence of any length!</figcaption>
    </a>
    <div id="inline_catchup-1-dyntexturer-1" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-dyntexturer-1.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>This generator is super powerful. It can already be used to make all but 3 of the 28 procedural brick types currently in the game. Of that 25, 16 (including <em>all</em> of the micro-bricks) can be made simply by opening Blender, cutting up the default cube a little bit and throwing some Dyn texture markings on its faces:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-dyntexturer-2" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-dyntexturer-2.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Generates a wedge from any size, with a sliced blender default cube as the only input!</figcaption>
    </a>
    <div id="inline_catchup-1-dyntexturer-2" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-dyntexturer-2.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<p>We plan to use it for many more bricks including the resizable slider joints.</p><h2 id="weapon-resources">Weapon Resources</h2><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2025/01/Untitled.jpg" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="2000" height="1600" srcset="https://brickadia.com/blog/content/images/size/w600/2025/01/Untitled.jpg 600w, https://brickadia.com/blog/content/images/size/w1000/2025/01/Untitled.jpg 1000w, https://brickadia.com/blog/content/images/size/w1600/2025/01/Untitled.jpg 1600w, https://brickadia.com/blog/content/images/2025/01/Untitled.jpg 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Different types of ammo pickup.</span></figcaption></figure><p>Weapons now have a &quot;resources&quot; system.</p><p>There are several types of weapon ammo in Early Access:</p><ul><li><strong>Arrows</strong>, used for Bows and Crossbows.</li><li><strong>Black Powder</strong>, used for old timey weapons like the Flintlock Pistol.</li><li><strong>Explosive Ammo</strong>, used for the Rocket Launcher &amp; Grenade Launcher.</li><li><strong>Light Ammo</strong>, used for Pistols, SMGs and others.</li><li><strong>Medium Ammo</strong>, used for Assault Rifles, Machine Guns and others.</li><li><strong>Heavy Ammo</strong>, used for precision rifles.</li><li><strong>Magnum Ammo</strong>, used for Magnums, Revolvers, and the LAR.</li><li><strong>Plasma Ammo</strong>, used for heavy energy Sci-Fi weapons.</li><li><strong>Pulse Ammo</strong>, used for low energy Sci-Fi weapons.</li><li><strong>Shotgun Shells</strong>, used for shotguns.</li></ul><p>But the resource system is made in such a way that weapon resources aren&apos;t just limited to ammo. Weapons can have <em>individual<strong> </strong></em>resource values that they track to influence behavior - heat, charge, and more. There are no examples yet - for now, as a task, ammo is large enough.</p><h2 id="homing-missile">Homing Missile</h2><p>I saw a cool implementation of speed-conserving proportional navigation, a homing algorithm for projectiles, on the UE5 marketplace. It made me want to program my own from scratch, so here is Brickadia&apos;s very own homing missile in action:</p>
<!--kg-card-begin: html-->
<figure class="kg-card kg-image-card kg-width-wide">
    <a href="#inline_catchup-1-homing-missile" data-lity>
    	<video class="lazy" muted autoplay loop preload="none">
    		<source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-homing-missile.mp4" type="video/mp4">
			Sorry, your browser doesn&apos;t support embedded videos.
		</video>
    <figcaption>Aiming? What for?</figcaption>
    </a>
    <div id="inline_catchup-1-homing-missile" class="lity-hide">
        <video class="lazy" muted autoplay loop preload="none">
            <source data-src="https://static.brickadia.com/resources/Catchup1/catchup-1-homing-missile.mp4" type="video/mp4">
            Sorry, your browser doesn&apos;t support embedded videos.
        </video>
    </div>
</figure>
<!--kg-card-end: html-->
<h2 id="speakers">Speakers</h2><p>These come with an audio component pre-attached. Get some tunes on!</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2024/12/image-44.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="931" height="858" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-44.png 600w, https://brickadia.com/blog/content/images/2024/12/image-44.png 931w"></figure><h2 id="pole-resizable-in-all-directions">Pole Resizable in All Directions</h2><p>I decided to unlock the pole&apos;s resizing and see what would happen. I expected the brick to break but with a few tweaks to the vertex count generation it&apos;s actually fine. So I&apos;ve left it unlocked:</p><figure class="kg-card kg-image-card kg-width-wide"><img src="https://brickadia.com/blog/content/images/2024/12/image-7.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="709" height="806" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-7.png 600w, https://brickadia.com/blog/content/images/2024/12/image-7.png 709w"></figure><h2 id="other-new-bricks">Other New Bricks</h2><p>We have (a few) new decorative bricks that don&apos;t do anything at all!</p><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1341" height="802" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image.png 1000w, https://brickadia.com/blog/content/images/2024/12/image.png 1341w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">A floor pattern made with the new round and inverted round.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/Brickadia-Win64-Shipping_CIdjfK5fR0.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1920" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/Brickadia-Win64-Shipping_CIdjfK5fR0.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/Brickadia-Win64-Shipping_CIdjfK5fR0.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/Brickadia-Win64-Shipping_CIdjfK5fR0.png 1600w, https://brickadia.com/blog/content/images/2024/12/Brickadia-Win64-Shipping_CIdjfK5fR0.png 1920w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">A fence using the inverted round corners.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/Brickadia-Win64-Shipping_Ek3lo8nvYD.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1728" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/Brickadia-Win64-Shipping_Ek3lo8nvYD.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/Brickadia-Win64-Shipping_Ek3lo8nvYD.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/Brickadia-Win64-Shipping_Ek3lo8nvYD.png 1600w, https://brickadia.com/blog/content/images/2024/12/Brickadia-Win64-Shipping_Ek3lo8nvYD.png 1728w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Some chocolate bars using the new ingot brick as segments.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/Brickadia-Win64-Shipping_Qm7FOeqkqV.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1080" height="1080" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/Brickadia-Win64-Shipping_Qm7FOeqkqV.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/Brickadia-Win64-Shipping_Qm7FOeqkqV.png 1000w, https://brickadia.com/blog/content/images/2024/12/Brickadia-Win64-Shipping_Qm7FOeqkqV.png 1080w"><figcaption><span style="white-space: pre-wrap;">A fridge using the coins and quarter rounds as food.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-35.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1909" height="1087" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-35.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-35.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/image-35.png 1600w, https://brickadia.com/blog/content/images/2024/12/image-35.png 1909w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Frog????</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/UnrealEditor-Win64-DebugGame_DncIYDtgPo.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1558" height="888" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/UnrealEditor-Win64-DebugGame_DncIYDtgPo.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/UnrealEditor-Win64-DebugGame_DncIYDtgPo.png 1000w, https://brickadia.com/blog/content/images/2024/12/UnrealEditor-Win64-DebugGame_DncIYDtgPo.png 1558w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Frog!!!!!!!!!!!!!!!!!!!</span></figcaption></figure><h2 id="skirts-and-dresses">Skirts and Dresses</h2><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-15.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="478" height="658"><figcaption><span style="white-space: pre-wrap;">The basic skirt from in front.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-16.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="433" height="639"><figcaption><span style="white-space: pre-wrap;">Behind.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/image-45.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="2000" height="1125" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/image-45.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/image-45.png 1000w, https://brickadia.com/blog/content/images/size/w1600/2024/12/image-45.png 1600w, https://brickadia.com/blog/content/images/2024/12/image-45.png 2000w" sizes="(min-width: 1200px) 1200px"><figcaption><span style="white-space: pre-wrap;">Modern home, retro comforts.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/Brickadia-Win64-Shipping_1lrFka9csF.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1132" height="1336" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/Brickadia-Win64-Shipping_1lrFka9csF.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/Brickadia-Win64-Shipping_1lrFka9csF.png 1000w, https://brickadia.com/blog/content/images/2024/12/Brickadia-Win64-Shipping_1lrFka9csF.png 1132w"><figcaption><span style="white-space: pre-wrap;">Peak performance.</span></figcaption></figure><figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://brickadia.com/blog/content/images/2024/12/ss_2024-12-31_at_18.39.22.png" class="kg-image" alt="Devlog #7 - Wires, Vehicles, Next Fest &amp; More!" loading="lazy" width="1182" height="982" srcset="https://brickadia.com/blog/content/images/size/w600/2024/12/ss_2024-12-31_at_18.39.22.png 600w, https://brickadia.com/blog/content/images/size/w1000/2024/12/ss_2024-12-31_at_18.39.22.png 1000w, https://brickadia.com/blog/content/images/2024/12/ss_2024-12-31_at_18.39.22.png 1182w"><figcaption><span style="white-space: pre-wrap;">LET&apos;S GO!</span></figcaption></figure><h1 id="ok-thats-everything">OK, That&apos;s Everything</h1><p><a href="https://discord.gg/brickadia" rel="noreferrer">For more regular updates, join our Discord!</a></p>]]></content:encoded></item></channel></rss>