1. Dawn Apart
  2. News

Dawn Apart News

Playtest Launch (0.67.0.0) Patch Notes

Welcome welcome welcome playtesters!


We are so excited to start getting people into the playtest and start gathering feedback. We've been working hard on a ton of new stuff and are feeling ready to get some hands on it!

[h2]Changes[/h2]
  • Added serialization functionality for trades, quests, and gameplay events
  • Added PlacedPlant buffer and logic for deserializing destroyed plants in the premade pipeline
  • Added option to disable shadows (This is will make a huge difference if you are GPU bound. We will be addressing this in the future)
  • Added new interrupt type which can only be interrupted by emergencies
  • Adjusted priority values for goals
  • Added Hygiene to prospector ui
  • Added logic to disable hovered outlines when ui is disabled
  • Use DisplayCategories instead of ItemDef Category in the Global Stockpile
  • Updated Global Stockpile categories to use DisplayCategory icon instead of a text
  • Clicking on Global Stockpile elements brings up construction UI for them
  • Increased size of icons in Global Stockpile elements (removed border)
  • Added "In Development" info texts to priorities and schedules modals
  • Corrected font size of headline text preset
  • Added discord, kickstarter, and feedback buttons to main and pause menus
  • Added sound effect for items getting produced
  • Added sound effect for ores getting mined
  • Added sound effect for items getting loaded into a trader
  • Added sound effect for quest started, completed successfully, and failed
  • Added sound effect for modal opening
  • Added overload parameter for pitch variation to PlaySound method of the AudioManager
  • Added a number of German Translations
  • Updated loading screen hints pool


[h2]Fixes[/h2]
  • Fixed issue where multistep quest steps would not reinitialize it's child steps properly
  • Fixed multistep quest steps not properly unsubscribing their children on teardown
  • Fixed issue displaying tooltips for items without ingredients
  • Fixed issue where blueprints were going through the standard voxel object system on load
  • Fixed clicking not clearing tile order properly
  • Fixed issue where walkable HPA entities would always rebuild their nodes (big oops)
  • Optimized smart object interaction position calculation (big non-oops)
  • Fixed crash when multiple agents were chopping a tree (Thanks Tarlin!)
  • Fixed BaseEventSystem not clearing its list of events OnDestroy
  • Fixed message window not opening the message list after closing and re-opening
  • Fixed scaling issue for quest steps at various resolutions
  • Fixed agent attributes not properly being decreased over time
  • Fixed agent mine count going up on failed mining attempts
  • Fixed dropdown template having wacky z position causing rendering issues
  • Fixed game seed header not being localized
  • Fixed bug report button and menu not being localized (confirmation modals still aren't localized)


In the next update we will be addressing mostly crashes and game breaking bugs. Both ones that we know about and ones that you all help us find, so if you encounter any issues the best way to let us know is by creating a bug report through the in game reporting tool, or by letting us know directly on discord!

The best place to get in touch with us and see what we are working on is by joining our Discord server. So if you haven't yet, stop by and let us know your thoughts!

Playtest Incoming!

Hey Prospectors,

Welcome to the first edition of our newsletter and dev blog for 2025! This time, we’re giving you a sneak peek into our upcoming playtest and sharing some updates to our schedule.

[h3]Upcoming Playtest: Launching January 27th[/h3]

Mark your calendars! Our playtest is just around the corner, and we’re thrilled that nearly 2,000 players have signed up (wow, no pressure!). To ensure a smooth start, we’ll begin with a small group on the first day. Once we’re confident everything is running properly, we’ll open the floodgates so everyone can dive in. If you’ve signed up, stay tuned—you’ll receive an email notification when it’s your turn to join (you’ll also see your status regarding the playtest on Dawn Apart’s steam page).


[h3]What’s the Playtest All About?[/h3]

The playtest has two main goals:
  • Technical Validation: Ensuring our build works seamlessly when launched through the Steam app.
  • Tutorial Feedback: Evaluating how effective our tutorial is in onboarding players and preparing you to build your mining colony on Aurora.

We’re fine-tuning the tutorial prompts and quests to strike a balance between guiding you through the basics and letting you discover things on your own. Here’s a quick rundown of what to expect:

  • The tutorial kicks off immediately after planetfall.
  • You’ll guide your initial three colonists to place drills, smelters, and stockpiles.
  • Finally, you’ll construct a spaceport to accept and fulfill trade quests with escalating Lucrum quotas.
  • The playtest offers 1-2 hours of guided content, but you’re welcome to stay longer to explore advanced production lines and craft higher-tier machines.

[h3]What Happens After the Playtest?[/h3]

We’ll analyze the data gathered from in-game bug reports, a questionnaire, and feedback shared on the playtest’s Steam hub. This information will help us refine the game and deliver a high-quality demo to the wider Steam audience. Again, if you have wishlisted the game, you’ll receive an email notification to check out the demo.

The demo will launch alongside our Kickstarter campaign, which begins on February 18th (pushed back two weeks for extra polish based on playtest feedback). The campaign will allow supporters to pre-order the game and snag some cool digital and physical rewards, all while enjoying a slice of what’s to come in Early Access this summer.


[h3]TL;DR[/h3]
  • Playtest: Launches January 27th. If you haven’t signed up, there’s still a few days to do so and be among the first to set foot on Aurora.
  • Demo & Kickstarter: Launches February 18th. Experience a polished slice of the game and support our journey.

Whether you join the playtest or wait for the demo, we’re excited for you to start building factories, assembly lines, and living quarters. See you soon on Aurora!

Playtest Update #1 (0.66.0.0) Patch Notes

It's good to be back Playtesters!


We are so excited to start letting more people test out the game and get your feedback. It's already been extremely helpful and we appreciate everything that's coming from our awesome community!

With this update came one of the biggest steps that we have every made towards being an actual game instead of a collection of systems. That would be a quest system and a super basic tutorial quest chain for new player onboarding. This will most likely evolve a lot along the way, but we want to put everything in place to teach the player all these various systems.

[h2]Changes[/h2]
  • Added quests and quest steps to the game hud
  • Added Quest Definition & Prototypes along with all parsers
  • Added super basic hint list info event
  • Added all basic tutorial quest chain
  • Added ability to place blueprints while game time is paused
  • Added autosave feature
  • Added autosave interval to settings menu (default: 5 min)
  • Added "Hide Autosaves" toggle to the load/save game window
  • Added logic to hide the continue and load buttons if there are not saves on the main menu
  • Added interaction points to workbench and chemical lab
  • Add plant cutting using same system as trees but doesn't provide experience, is guaranteed to hit, one-shots and doesn't produce wood
  • Updated various inconsistent texts
  • Added a cursor hint that displays whenever a context command is available
  • Added the selected prospector's name as the header for the context menu, "Anyone" when multiple or not prospectors are selected
  • Added context menu indicator graphic to context menu
  • Various updates to vox files (doors, windows, resources)
  • Added additional signs and concrete floor options
  • Added logic for displaying different texts for trade messages depending on the state of the trade
  • Added trade state to title text in messages list item
  • Increased the time it takes for a trader to arrive from 47s to 300s
  • Updated trade message content controller to hide space port dropdown for active trades
  • Added logic for displaying agent entities that will be spawned on trade completion
  • Fixed space port validation grid casting shadows
  • Fixed trade message not properly setting text when opening it from the trade port
  • Fixed slight offset of messages panel
  • Fixed incorrect sprite mask being used in the messages panel
  • Added line breaks to trade messages
  • Updated WorldDateTime display styling
  • Updated logic to hide "Used to Make" section in tooltips if the item isn't used
  • Added "Made In" section to converter tooltips
  • Fixed issue with tooltip of items without recipe
  • Fixed "Recipe to Craft" in Blueprint tooltips
  • Updated Recipe Tooltip to better explain missing ingredients
  • Fixed issue where the Saveable component was not serialized causing saveable entities to be lost after loading and saving again
  • Fixed multiple SFX being played during mining and leveling
  • Fixed chopping failures not also producing SFX
  • Fixed a bug where the "Accept" button would show in a trade message when the trader can't fit the
    landing pad
  • Fixed buttons being invisible in BugReporting modals ("error" and "thank you")


Looking forward we have a few more QoL features to put in and then are going to start tackling bugs, crashes, and new tasks that spawn from your feedback during the playtest.

The best place to get in touch with us and see what we are working on is by joining our Discord server. So if you haven't yet, stop by and let us know your thoughts!

Making Planetfall in 2025

Welcome Prospectors, to the last edition of our dev blog/newsletter in 2024. It’s been an incredible year for us here at Industrial Technology and Witchcraft. From growing our development team to launching our first playtest and transitioning from procedural generation to a handcrafted voxel world map, we’ve made great progress in bringing Dawn Apart to life.

To wrap up the year in style we’re sharing our roadmap for the first half of 2025, packed with exciting milestones leading up to our Early Access launch this summer. So let’s dive in!



[h3]Demo Launch, Kickstarter, and Festivals[/h3]
We’ll kick off the new year with our first Steam-wide playtest scheduled for January 13 January 27. If you missed our initial Discord-exclusive playtest—or want to see how far we’ve come—you can sign up on our Steam page today. We’ll notify you when the gates open!

During the playtest, you’ll:

  • Build assembly lines and factories guided by a series of initial trade requests
  • Explore a sizable preview of our handcrafted map
  • Terraform the planet Aurora alongside your colonists

We’ll also include a bug reporting tool as well as an extensive questionnaire to ensure your feedback shapes the game’s further development. In fact, we actually cleared our schedule after the playtest to incorporate your criticism and observations into our first official demo which launches on February 3rd February 18.

The demo will coincide with the start of our Kickstarter campaign, so that you’ll be able to get a good impression of the state of Dawn Apart should you decide to back it and pre-order it. Seriously, we have some cool perks, rewards, and stretch goals that we can’t wait to share with you; please follow the pre-launch campaign so you’ll get notified about limited and time-restricted rewards and discounts.



Additionally, we’re thrilled to showcase Dawn Apart at two major Steam festivals:

  • Steam City Builder and Colony Sim Fest: March 24–31.
  • Steam Next Fest: June Edition: June 19–26.

The June festival will feature combat and enemy wave mechanics for the first time—a major addition as we polish the automation and colony sim aspects of the game.

[h3]Looking Ahead to Early Access[/h3]
Our Early Access launch is set for summer 2025 (exact date coming soon!). While the base game will be ready at launch, we’re committed to evolving Dawn Apart with the community’s help over the next 20–30 months before releasing the 1.0 version. Check out the road map below to see what we have planned for this period:


We can’t wait for you to dive in, build, automate, and manage your own factories. Getting Dawn Apart finally in the hands of those who have championed the game is incredibly exciting for us. Thank you for your ongoing support - it means the world to us. See you soon on Aurora!

Dawn Apart x Ada Lovelace Day

Hey there,

we're super excited to be part of this year's Ada Lovelace Day Sale here on Steam! Aside from Dawn Apart the festival (formerly known as Programmer's Day Sale features lots of other great games about coding, engineering and automation!



For context: Ada Lovelace Day is celebrated every second Tuesday of October to honor the renowned 19th-century English mathematician, widely recognized as the first programmer in history. To celebrate, the good folks from Luden.io put together a collection of games that are not only entertaining but also help you develop the mindset of an engineer! Make sure to head over to the festival page to check out great demos, discounts and upcoming automation gems!