- Update for July 8th, 2025 - 8 July 2025
* Library and compiler updates, etc. * add backup agent in case network access is not available * add verbose match logging (community contribution! thanks!) * fix hang when firing modded weapons with a really slow firing rate (community contribution! thanks!) * fix crash when using "agent" command
- Update notes July 8th, 2022 - 30 August 2022
* Fix resolution problem on Steam Deck and increase font size for small fonts * Fix issue where wormhole uploads erroneously reported as failed. * Enable border-less full screen option on Linux
- Spaceship building game Reassembly goes 64bit, gets Linux and Steam Deck upgrades - 27 June 2022
Reassembly is a highly rated game that mixes spaceship building, exploration and intense combat. It's quite a little gem and has a big update out now. Read the full article here: https://www.gamingonlinux.com/2022/06/spaceship-building-game-reassembly-goes-64bit-gets-linux-and-steam-deck-upgrades
- Update June 24th, 2022 - 25 June 2022
* add 64 bit windows binaries. Should improve performance a bit, especially when many mods are installed. * add 64 bit linux binaries, and update linux compiler to gcc-9. Linux support now requires a 64 bit OS. * update mac compiler. Now requires OSX 10.12. * multi-threaded ship loading. Noticeably faster loading when many mods are installed * UI fixes for steam deck. Scrolling credits with bigger fonts, move some "flying" controls into "advanced", open the on-screen keyboard when relevant, etc. * Fix corruption crash when an explosion creates more explosions * replace libcurl with cpphhtplib. Should be transparent, and fix some linux issues related to out of date libcrypt etc. * fix AI for rocket turrets * fix dancing thruster bug
- July 6th, 2021 update - 7 July 2021
- AI now takes into account enemy Autofire & Point Defense weapons more appropriately when calculating engagement range (thanks Glitchnonimous) - AI Command Flags now persist in Tournament mode (thanks Glitchnonimous) - fixed bug where blocks would sometimes crazily detach and reattach rapidly - fixed a number of wormhole issues - fixed linux steam integration
- December 29th, 2019 Update - 29 December 2019
Happy new year! I wanted to get the beta out before the end of the year, and here it is. The main new feature is a shroud system that makes turreted weapons look nicer. There are also a number of bug fixes and optimizations. * Add more elaborate turret shroud graphics to many blocks * Optimize explosions and resources * Update SDL library versions * Fix steam integration in Windows XP build * Fix crash when entering wormhole Modding features * add shroud system * fix shroud offset for invisible blocks * fix bug where rotator angle was not saved on cluster changes * add FRIENDLY_FIRE explosion flag * add explosionColor0 and explosionColor1 faction data fields
- January 31st 2019 Update - 31 January 2019
https://cdn.steampulse.org/steam/asset?u=https%3A%2F%2Fsteamcdn-a.akamaihd.net%2Fsteamcommunity%2Fpublic%2Fimages%2Fclans%2F7247837%2Faba55e13eea37f381858a21918db8148a980c848.png General Updates * Add galaxy configuration screen when creating a new game or regenerating the world. Allows players to change the size of the galaxy, number of agents, and, if the Fields Expansion is installed, the number of gravity wells and slow zons. * Show which block is causing the "locked" status for imported ships. * Fix particle effect related crash (std::bad_alloc) * Big projectile physics optimization - can now have significantly more projectiles before the game slows down. * Number of optimizations for AI and plant mechanics * Fix a number of missing translation strings and update Chinese translation (thanks tanghao, Song Jiang, Uiharu, and other members of the Chinese community). * Optimize rendering of the ship editor, upgrade, and fleet screens * Fix bug…
- Fields Expansion and January 22 Update - 22 January 2019
https://cdn.steampulse.org/steam/asset?u=https%3A%2F%2Fsteamcdn-a.akamaihd.net%2Fsteamcommunity%2Fpublic%2Fimages%2Fclans%2F7247837%2Faba55e13eea37f381858a21918db8148a980c848.png Get it here! There are also a number of updates in the base game: Tournament * Add free for all tournaments! * Add soft tournament border * fix excessive spread fire * add option to pause between rounds instead of advancing automatically * fix bug where saves slots at end would not appear in tournament screen General * fix long standing memory corruption issue related to strings * fix bug where blocks with ports very close together could corrupt ship state * fix some fleet color import issues * fix a number of subtle threading crashes * update SDL image/ttf and associated dlls * unlocked blocks are added to the palette in order * fix some crashes related to resources Modding * recoil control for cannons * fix crash when prettyingprinting long fragment lists * allow exp…
- October 21st Update - 21 October 2018
Update time! General * Add support for OSX Mojave. * allow dragging blocks with the middle mouse button after cloning (thanks Jolt for the suggestion) * don't load save slots until they become visible in the menu, for those of you with 50 save slots. * import menu enhancements: Add link to reassembly data directory and save slots. Add sorting and an icon size toggle. * optimize ship load time * players can now place agent into the "agents" directory inside the save directory (controllable with kAgentDirectory cvar). Agent in this folder will be used instead of downloading from the wormhole server, if available. Import menu support coming soon. Bug Fixes: * Fix bug where lasers could sometimes carve through several blocks suddenly. Fix laser-related game hang. * Fix issue where ships could sometimes pass through buildings and plants * Fix issue where ships would randomly take the name or…
- September 30th Update - 1 October 2018
This is the first update in quite a while and it's a BIG one. TLDR; rebalanced block P costs, lots of new weapon types for modders, significant optimizations for better frame rate and a smoother ride. General Improvements: * Block P costs have been re-balanced * Significant performance, precision, and stability updates when editing very large structures. * 'x' now properly stops the player ship from rotating when in key rotation mode * tooltips are now properly updated after scaling a block * World streaming and generation is now smoother. Improve performance when copying clusters and when allocating new clusters using a new port connection copying algorithm and pooled allocator for cluster structures. * Use a different, more accurate method for sleeping between frames and update steps (smoother animations). * Improve targeting for cannons and rockets, particularly when the velocity dif…
- May 14th Update - 15 May 2018
Hello! If you're working on an AI mod or interested in working on one, we would love to hear from you! We can write additional documentation, expose more interfaces/hooks, etc. If you are having trouble getting things working, we would love to help. Please get in touch! Update Changes: * Add confirm dialog when loading code from mods * Add angle concept to editor console cursor to allow spawning fleets/ships with a certain facing * Fix crash when saving blueprints * Fix random crash * Fix crash when mousing over certain blocks with the editor console enabled
- Announcing AI Modding - 24 April 2018
We are proud to announce that Reassembly now supports AI mods. This has been a long time in the coming but we are really excited at the possibilities. DETAILS for modders: * This is the very first release! We expect to encounter and fix bugs. Please contact us with questions or issues. * Mods are written in C++, same as Reassembly, and loaded as dlls. Steam Workshop is supported. * See the example mod github page for details and docs. We recommend forking the example and modifying as needed. https://github.com/Akaito/reassembly-ai-mod-example * For AI modding related questions, we recommend using the "Issues" page on the ai mod example github page. Make sure to "label" your "issue" as a "question". We are also available over email at [email protected] and [email protected]. * Documentation is available on the previously linked github page. Contributions to the github…
- March 9th 2018 Update - 9 March 2018
Hello! We are working on a system to allow Reassembly to load code from mods, with the initial version focusing on AI modding. This release is about publishing all the changes that have been languishing in beta so that we can resolve any issues with them before the AI modding stuff comes out. * Update libraries OpenAL and SDL * Update Visual Studio Runtime from 2013 to 2017 (with fallback) * Fix some crash bugs, improve crash reporting messages * Add modding block flags "NORECOLOR" (prevents automatic recoloring of block) and "NOPALETTE" (prevents block from show up in the block databank). * Add CVARs allowing mods to control particle colors: kParticleSmokeTime, "kParticleFireColor0", "kParticleExplosionColor0" etc. AI Mods will be written in C++, just like Reassembly, to allow for maximum performance and flexibility. We plan to publish that update together with documentation in a few w…
- March 9th 2018 Update - 9 March 2018
Hello! We are working on a system to allow Reassembly to load code from mods, with the initial version focusing on AI modding. This release is about publishing all the changes that have been languishing in beta so that we can resolve any issues with them before the AI modding stuff comes out. * Update libraries OpenAL and SDL * Update Visual Studio Runtime from 2013 to 2017 (with fallback) * Fix some crash bugs, improve crash reporting messages * Add modding block flags "NORECOLOR" (prevents automatic recoloring of block) and "NOPALETTE" (prevents block from show up in the block databank). * Add CVARs allowing mods to control particle colors: kParticleSmokeTime, "kParticleFireColor0", "kParticleExplosionColor0" etc. AI Mods will be written in C++, just like Reassembly, to allow for maximum performance and flexibility. We plan to publish that update together with documentation in a few w…
- November 10th update - 10 November 2016
* autozoom / autoaim / hud settings and control settings are now saved as part of the save slot * mod authors can now create a file "credits.txt" in the "data" directory to get on the credits page. One author per line. * fix memory corruption bug * fix "fleetpalette 8". console commands that used to accept only faction numbers now accept faction names as well. * update xcode and visual studio versions * some minor block description / localization tweaks
- November 10th update - 10 November 2016
* autozoom / autoaim / hud settings and control settings are now saved as part of the save slot * mod authors can now create a file "credits.txt" in the "data" directory to get on the credits page. One author per line. * fix memory corruption bug * fix "fleetpalette 8". console commands that used to accept only faction numbers now accept faction names as well. * update xcode and visual studio versions * some minor block description / localization tweaks
- September 19th update - 19 September 2016
Bug fixes! * fix plant reproduction * fix asteroids in tournaments * fix crash on startup due to race condition when fetching steam stats * fix crash when clearing save slot * avoid loading certain shaders twice * slightly cooler font for tutorial objectives
- September 19th update - 19 September 2016
Bug fixes! * fix plant reproduction * fix asteroids in tournaments * fix crash on startup due to race condition when fetching steam stats * fix crash when clearing save slot * avoid loading certain shaders twice * slightly cooler font for tutorial objectives
- July 14th Update - 15 July 2016
This update is mostly about updating translations. There are a few small features and and some optimizations. * Some agents will now come from steam friends, if available * can now upload modded fleets through wormhole and they will show up on the wormhole feed (but won't be downloaded as agents) * greatly improve Chinese translation. Community can comment on translations here: http://l10n.gamelingual.com/projects/reassembly/ * update other translations * minor improvement to UI for changing ally blueprints * language mods should now load and work more reliably * more efficient loading of some save files * optimize handling of player ship designs * reduce memory usage a littlle
- July 14th Update - 15 July 2016
This update is mostly about updating translations. There are a few small features and and some optimizations. * Some agents will now come from steam friends, if available * can now upload modded fleets through wormhole and they will show up on the wormhole feed (but won't be downloaded as agents) * greatly improve Chinese translation. Community can comment on translations here: http://l10n.gamelingual.com/projects/reassembly/ * update other translations * minor improvement to UI for changing ally blueprints * language mods should now load and work more reliably * more efficient loading of some save files * optimize handling of player ship designs * reduce memory usage a littlle