News Liste Desynced

Regular Update (experimental)
Desynced
Heute 15:06 Community Announcements

Experimental_UE5 0.1.16723

Additions

  • [p]Faction register feature managed via Faction tab in the Control Center (usable as global parameters in behaviors)[/p][/*]
  • [p]Added an event system for behaviors, currently with 2 events "Parameter Event" and "Radio Event" (usable with faction registers) to to jump code when a value changes[/p][/*]
  • [p]Welcome screen for the behavior editor, with interface explanation and updated templates. Shown the first time when opening a behavior and also accessible with the help button in the top right[/p][/*]
  • [p]Added Sequence behavior instruction for code grouping[/p][/*]
  • [p]Added more examples to the help box of various instructions[/p][/*]
  • [p]Added Path Blocked connection pins to Move Unit, Pick Up Items and Drop Off Items instructions[/p][/*]
  • [p]Added button to remove old submissions from the feedback list[/p][/*]
  • [p]Added clickable links in codex (to other codex entries)[/p][/*]
  • [p]Added new alien reforming tech[/p][/*]
  • [p]Added Get Offset and Move Offset instructions (and deprecated directional move instructions)[/p][/*]
  • [p]Add deployment site user interface with "Pause" and "Cancel" options[/p][/*]
  • [p]Center the new game map preview around the start location of the first player faction and also display its starter units[/p][/*]
  • [p]Large amounts of Codex and Tutorial updates, added collapsible sections to some Codex pages[/p][/*]
[p][/p]

Changes

  • [p]Automatically prompt for a name when opening up a new unnamed behavior[/p][/*]
  • [p]Create new button for Scenarios on main menu which combines the old Challenges button and the scenario selection from the New Game screen[/p][/*]
  • [p]Updated Behavior Templates[/p][/*]
  • [p]Updated Load Game interface to show secondary buttons smaller and updated Save Game interface to remove some buttons[/p][/*]
  • [p]When deconstructing the Human Command HQ, drop a one-time-use Deployer component like when deconstructing the robot Command Center[/p][/*]
  • [p]Upon destruction of a Deployer based deployment site drop a one-time-use Deployer component[/p][/*]
  • [p]Remove the powerdown state for virus so people can actually finish research[/p][/*]
  • [p]In the behavior editor, swap the row with name/description and the row with registers/parameters so the name is at the top of the screen[/p][/*]
  • [p]Changed Cancel Orders button to not clear recurring orders[/p][/*]
  • [p]Changed Datakey items to Research category[/p][/*]
  • [p]Rename "Building 1x1 (L)" to "Building 1x1 (1L)" to match naming of other buildings[/p][/*]
  • [p]Change description of Robot Factory from "A fixed component" to "An integrated component"[/p][/*]
  • [p]In the tech tree, show a warning if an ingredient of one tech has yet to be unlocked via another tech[/p][/*]
  • [p]In the tech tree, prevent queueing up a tech that won't be available even if everything else in the queue finishes research[/p][/*]
  • [p]In tooltip, show always 2 stat lines and offer holding of shift to show everything only when really applicable[/p][/*]
  • [p]In tooltip, don't include own faction boost in stats when looking at units of other factions[/p][/*]
  • [p]Improve behavior editor to show custom node UIs while inserting/pasting/ctrl-dragging new nodes[/p][/*]
  • [p]Reduced bug silica drops[/p][/*]
  • [p]Adjusted construction recipes and foundation speeds[/p][/*]
  • [p]Blight power now requires blight gas[/p][/*]
  • [p]Show items per minute in the production selection when amount is set to infinite[/p][/*]
  • [p]Production times in tooltips viewed via the production selection popup now include component overclocking[/p][/*]
  • [p]For tooltips not coming from a production component, still include the global overclocking boost in the production/build/uplink time if available[/p][/*]
  • [p]For tooltips of buildings, show the build time with global overclocking boost if available[/p][/*]
  • [p]For tooltips of bots, show production time in seconds instead of items per minute[/p][/*]
  • [p]Set the 'Path Blocked' state icon on a unit that tried to move to a position where that and every surrounding tile was blocked[/p][/*]
  • [p]Also show a yellow outline on read-only registers indicating the value is a reference to a unit[/p][/*]
  • [p]Enable Enter and Esc keys to confirm/cancel dialog popups on the frontend[/p][/*]
  • [p]Enable pressing enter while typing the name for a new save to confirm saving[/p][/*]
  • [p]Enable pressing enter while typing the password to connect to server IP to initiate connection[/p][/*]
  • [p]Remove second icon in "Last Copied" section of build menu because Ctrl+Click should be used to customize construction sites[/p][/*]
[p][/p]

Fixes

  • [p]Avoid behavior editor moving nodes around unexpectedly or creating new connections at program end points when deleting or disconnecting nodes in a complex behavior[/p][/*]
  • [p]Fix behavior editor incorrectly failing with "Cannot create connection which leaves the loop" when connecting "Done" to a previous node[/p][/*]
  • [p]Fix copy/pasting of call behavior nodes not copying its argument values[/p][/*]
  • [p]Refresh behavior call node when the name of the sub-behavior or the name of a parameter changes[/p][/*]
  • [p]Fix drag selection in behavior editor not working when ending the selection on top of a drop-down combobox UI element[/p][/*]
  • [p]Fix for line artifacts shown in blight areas on the minimap[/p][/*]
  • [p]Fix hovering the mouse over a deployment site to automatically show the progress bar once the deployment process starts[/p][/*]
  • [p]Fix destruction of Command Center deployment site to place the Command Center bot on the map again[/p][/*]
  • [p]Fix Deployer component to disallow setting the deployment target to a cliff tile were deployment then doesn't work in the end[/p][/*]
  • [p]Fix editing a unit running a recursive behavior wrongfully showing a "Add Blueprint to Library" popup[/p][/*]
  • [p]Fix copy/pasting a building with recursion asking to import items which already exist in the library[/p][/*]
  • [p]Fix upgrading a unit with an integrated behavior controller equipped to a different frame making an upgrade construction site that never finishes (waiting for an integrated behavior controller to be delivered)[/p][/*]
  • [p]Fix unit upgrade/blueprint editor to not warn about losing an integrated behavior controller when changing frame[/p][/*]
  • [p]Fix Lua error when hovering over map settings on challenge scenarios[/p][/*]
  • [p]Fix Lua error getting logged when opening an explorable which requires scanning[/p][/*]
  • [p]Fix "Solve Explorable" instruction leaving an explorable in a broken state if at the very last moment an order or another behavior takes out the required item[/p][/*]
  • [p]Fix customizing unit before construction (with Ctrl+click placement) or production (with Unit Editor button) losing references to library items (behaviors and blueprints)[/p][/*]
  • [p]Fix multi-blueprint name not showing on 'Place Construction' behavior instruction node[/p][/*]
[p][/p]

Modding

  • [p]Allow mods to overwrite/extend Action, Delay and Chat listener functions by calling [c]org = Listener:Unbind("Name")[/c] to unbind and receive the original function then binding it again with [c]function Listener.Name(...)[/c][/p][/*]
  • [p]Disallow array style initializers for noise params (elevation_params, etc.) as done in some package:setup_scenario functions because it breaks code that accesses fields by name (frequency, scale, etc.)[/p][/*]
  • [p]Make Lua API function component:RequestStateMove return if movement is needed but the entity is in path-blocked state after having tried the exact same movement request[/p][/*]
  • [p]Fix a rare crash on Lua code hot reloading[/p][/*]
  • [p]Add support for specifying a color attribute in rich text tags[/p][/*]
[p][/p]
[p][dynamiclink href="https://store.steampowered.com/news/app/1450900/view/613179230182703221"][/dynamiclink][/p][p][/p]
Logo for Desynced
Release:15.08.2023 Genre: Strategie Entwickler: Stage Games Inc. Vertrieb: Forklift Interactive Engine:keine Infos Kopierschutz:keine Infos Franchise:keine Infos
Einzelspieler Mehrspieler Koop

Aktuelle Steam News
Neue Steam News in der ePrison Datenbank

Regular Update (experimental)
Desynced
Heute 15:06 Community Announcements
Regular Update
Desynced
05.11.25 11:19 Community Announcements
Regular Update (experimental)
Desynced
05.11.25 11:08 Community Announcements
Quality of Life Update (October '25)
Desynced
29.10.25 17:03 Community Announcements
Regular Update (experimental)
Desynced
29.10.25 11:36 Community Announcements
Regular Update (experimental)
Desynced
23.10.25 13:39 Community Announcements
Regular Update (experimental)
Desynced
21.10.25 11:16 Community Announcements
Regular Update (experimental)
Desynced
01.10.25 12:46 Community Announcements
Regular Update (experimental)
Desynced
19.09.25 19:54 Community Announcements
Regular Update (experimental)
Desynced
12.09.25 17:02 Community Announcements
Regular Update (experimental)
Desynced
08.09.25 18:31 Community Announcements
Regular Update (experimental)
Desynced
01.09.25 19:31 Community Announcements
Regular Update
Desynced
30.07.25 12:24 Community Announcements
Regular Update (experimental)
Desynced
29.07.25 16:39 Community Announcements
Just A Regular Update [Main Branch] (And 100k Sales!)
Desynced
25.07.25 12:04 Community Announcements
Regular Update (experimental)
Desynced
24.07.25 13:16 Community Announcements
Regular Update (experimental)
Desynced
23.07.25 14:51 Community Announcements
Regular Update (experimental)
Desynced
22.07.25 11:39 Community Announcements
Regular Update (experimental)
Desynced
14.07.25 14:56 Community Announcements
Regular Update (experimental)
Desynced
08.07.25 16:29 Community Announcements
Regular Update
Desynced
23.06.25 12:51 Community Announcements
Regular Update (experimental)
Desynced
23.06.25 12:48 Community Announcements
Regular Update (experimental)
Desynced
20.06.25 17:40 Community Announcements
Regular Update
Desynced
11.06.25 16:50 Community Announcements
Regular Update (experimental)
Desynced
11.06.25 13:31 Community Announcements
Regular Update
Desynced
10.06.25 12:11 Community Announcements
Regular Update
Desynced
09.06.25 18:03 Community Announcements
Alien Update
Desynced
04.06.25 12:07 Community Announcements
Regular Update
Desynced
03.06.25 17:05 Community Announcements
Regular Update
Desynced
02.06.25 18:29 Community Announcements
Regular Update
Desynced
20.05.25 15:59 Community Announcements
Regular Update
Desynced
17.05.25 19:13 Community Announcements
Regular Update
Desynced
07.05.25 18:10 Community Announcements
Regular Update
Desynced
01.05.25 18:48 Community Announcements
Regular Update (Experimental)
Desynced
28.04.25 16:33 Community Announcements
Roman Triumph & Desynced bundle now available
Desynced
03.04.25 16:34 Community Announcements
Desynced Demo is Back
Desynced
24.02.25 18:05 Community Announcements
Regular Update
Desynced
13.02.25 11:39 Community Announcements
Regular Update (experimental)
Desynced
13.02.25 11:37 Community Announcements
Space / Time Update
Desynced
06.02.25 11:06 Community Announcements
Regular Update (experimental)
Desynced
05.02.25 15:20 Community Announcements
Regular Update (experimental)
Desynced
04.02.25 16:04 Community Announcements
Regular Update (experimental)
Desynced
03.02.25 12:36 Community Announcements
Regular Update (Experimental)
Desynced
30.01.25 13:11 Community Announcements
Regular Update (experimental)
Desynced
23.01.25 12:04 Community Announcements
Regular Update (Experimental)
Desynced
20.01.25 15:34 Community Announcements
Regular Update (Main Branch)
Desynced
12.12.24 13:31 Community Announcements
Regular Update (experimental)
Desynced
05.12.24 12:12 Community Announcements
Regular Update (experimental)
Desynced
04.12.24 14:29 Community Announcements
Regular Update (experimental)
Desynced
03.12.24 12:51 Community Announcements
Regular Update (experimental)
Desynced
28.11.24 14:40 Community Announcements
Regular Update (experimental)
Desynced
26.11.24 15:09 Community Announcements
Desynced Demo: Free and Ready to Play!
Desynced
22.11.24 19:05 Community Announcements
Regular Update (experimental)
Desynced
22.11.24 14:27 Community Announcements
Regular Update (experimental)
Desynced
21.11.24 11:14 Community Announcements
Regular Update (experimental)
Desynced
15.11.24 12:59 Community Announcements
Regular Update (experimental)
Desynced
08.11.24 14:53 Community Announcements
Regular Update (experimental)
Desynced
04.11.24 13:29 Community Announcements
Regular Update
Desynced
29.10.24 11:46 Community Announcements
Regular Update (experimental)
Desynced
25.10.24 10:43 Community Announcements
Poznan Game Arena Showcases in Poland, October 25-27!
Desynced
24.10.24 19:09 Community Announcements
Regular Update (experimental)
Desynced
21.10.24 09:19 Community Announcements
Regular Update
Desynced
09.10.24 08:57 Community Announcements
Regular Update
Desynced
07.10.24 11:25 Community Announcements
Combat Update
Desynced
01.10.24 07:50 Community Announcements
Regular Update
Desynced
30.09.24 16:32 Community Announcements
Regular Update
Desynced
27.09.24 21:42 Community Announcements
IndieDevDay Showcases in Barcelona, September 27-29!
Desynced
26.09.24 20:33 Community Announcements
Regular Update
Desynced
16.09.24 17:46 Community Announcements
Regular Update
Desynced
14.09.24 08:40 Community Announcements
Regular Update
Desynced
10.09.24 16:29 Community Announcements
Regular Update (Experimental)
Desynced
09.09.24 16:41 Community Announcements
Regular Update
Desynced
20.08.24 12:58 Community Announcements
Regular Update
Desynced
15.08.24 15:09 Community Announcements
Astro Colony & Desynced bundle now available
Desynced
02.07.24 15:11 Community Announcements
Pioneers of Pagonia & Desynced bundle now available
Desynced
28.06.24 14:51 Community Announcements
Regular Update
Desynced
27.06.24 14:06 Community Announcements
Regular Update (Experimental_ue5)
Desynced
27.06.24 10:48 Community Announcements
Quality of Life Update
Desynced
26.06.24 10:09 Community Announcements
Regular Update (Experimental_ue5)
Desynced
25.06.24 13:47 Community Announcements
Regular Update (Experimental_ue5)
Desynced
22.06.24 14:58 Community Announcements
Regular Update (Experimental_ue5)
Desynced
20.06.24 12:57 Community Announcements
Regular Update (Experimental_ue5)
Desynced
19.06.24 10:21 Community Announcements
Regular Update (Experimental_ue5)
Desynced
14.06.24 10:11 Community Announcements
Regular Update (Experimental_ue5)
Desynced
06.06.24 16:10 Community Announcements
Regular Update (Experimental)
Desynced
31.05.24 10:11 Community Announcements
Behavior for Beginners
Desynced
25.05.24 16:49 Community Announcements
Solar Battery (Indicator Light)
Desynced
18.05.24 19:11 Community Announcements
Combat Unit
Desynced
11.05.24 17:52 Community Announcements
Item Destroyer
Desynced
20.04.24 14:02 Community Announcements
Railgrade & Desynced bundle now available
Desynced
15.04.24 16:09 Community Announcements
Regular Update (Main)
Desynced
22.03.24 10:19 Community Announcements
Regular Update (Experimental)
Desynced
19.03.24 15:31 Community Announcements
Regular Update (Experimental)
Desynced
15.03.24 12:15 Community Announcements
Blight Update (March)
Desynced
08.03.24 18:17 Community Announcements
Regular Update (Experimental)
Desynced
01.03.24 11:40 Community Announcements
Shared Storage
Desynced
24.02.24 17:29 Community Announcements
Regular Update (Experimental)
Desynced
16.02.24 13:18 Community Announcements
Operation Desynced Server Slam Vol.2
Desynced
14.02.24 16:22 Community Announcements
Efficient Resource Management
Desynced
10.02.24 07:13 Community Announcements
Operation Desynced Server Slam!
Desynced
07.02.24 15:55 Community Announcements
Regular Update (Experimental)
Desynced
06.02.24 12:06 Community Announcements
Ultimate Transporter
Desynced
03.02.24 09:19 Community Announcements
Re-Simulator automation
Desynced
31.01.24 14:53 Community Announcements
Advanced Ruin Solving With Signals
Desynced
27.01.24 18:51 Community Announcements
Desynced Showcases at Taipei Game Show, Jan 25-28!
Desynced
23.01.24 11:51 Community Announcements
Saturday Script Spotlight
Desynced
20.01.24 14:27 Community Announcements
Wednesday Script Spotlight
Desynced
17.01.24 15:48 Community Announcements
Saturday Script Spotlight
Desynced
13.01.24 12:57 Community Announcements
Happy Holidays, Desynced Operators!
Desynced
24.12.23 09:57 Community Announcements
Christmas Update
Desynced
21.12.23 14:56 Community Announcements
Wednesday Script Spotlight
Desynced
20.12.23 16:10 Community Announcements
Regular Update (Experimental)
Desynced
20.12.23 11:39 Community Announcements
Saturday Script Spotlight: Combat Team
Desynced
16.12.23 13:03 Community Announcements
Regular Update (Experimental)
Desynced
15.12.23 14:35 Community Announcements
Wednesday Script Spotlight: Simple Trio
Desynced
13.12.23 15:19 Community Announcements
Saturday Script Spotlight: Universal Fabricator
Desynced
09.12.23 09:01 Community Announcements
Regular Update (Experimental)
Desynced
08.12.23 13:52 Community Announcements
Wednesday Script Spotlight: Power Grid Extension
Desynced
06.12.23 09:17 Community Announcements
Saturday Script Spotlight: Blueprints
Desynced
02.12.23 12:28 Community Announcements
Regular Update (Experimental)
Desynced
01.12.23 13:50 Community Announcements
Re-Simulator Challenge Complete!
Desynced
29.11.23 14:41 Community Announcements
Saturday Script Spotlight: Limited Production, Distribution, Deconstruction
Desynced
25.11.23 12:51 Community Announcements