Desynced Feedback

Search
IDRatingCategoryDescriptionScreenshotDate
4230🙂GeneralTurn On and Turn Off should be called Power On and Power Off. They should also be Global and accept a unit, so that we can control power to walls and idle buildings. 2024-04-13 21:39:06
4229🙂Generalpretty good so far! 2024-04-13 08:05:53
4228😟GeneralWould love to be able to find entities in range from a selected point.

An example use of this is to ask "is this target within reach of any foundation?" (which is in turn is an interesting question to ask because it's a proxy for "is this a safe place for me to go pick up items", for which power grid isn't a very good proxy for since they're so large).

Still fine if this only works for entities within visual range of the current unit!
2024-04-12 21:47:12
4227😟GeneralI get dropped from network games when attempting to sync a behavior to >100 units at a time :(

The behavior does also cause a large number of components to be unequipped, and logistics requests (which should no-op) to be made, probably roughly simultaneously. The kick happens too fast for me to tell if that's part of the problem or not.

It may be good to give behaviors a staggered start when doing a mass update! I think introducing a Stagger instruction which pauses for a random amount of time and thus lets players explicity avoid thundering herds in their behavior code could also be wise.
 2024-04-12 21:11:43
4226😀Generalit be great! 2024-04-12 03:32:14
4225🙂BugHaving a small bug in the attached save game. The selected unit, when starting its behavior, it just instantly stops again. There are no warnings about call depth or the instruction limit. I've had several units using this behavior suddenly be found idle with their behavior turned off, and I can't figure out why.

While creating the behavior earlier, I did have some of the subroutines disappear and need to be loaded in, but that has not happened since.
 2024-04-12 02:13:02
4224😟BugDear developers, I am attaching the save game as requested. This is regarding the "Human Discovery stuck on 4/8" issue I mentioned on the Steam forums.2024-04-11 19:32:53
4223😟SuggestionAs this is something that has bitten me too many times to count: Could you please modify the autosave function so that it doesn't save multiple versions of a paused game?
I'm well aware that I may be an outlier here, but I have had to walk away from a Very Recent mistake with the only option I have time for is to pause the game. The fact that the game continues to auto=save while the game is paused means I don't have an autosave to go back to, which means I have to go back and potentially lose hours of work, all for a set of autosaves with absolutely no changes between iterations.
 2024-04-11 09:37:55
4222🙂SuggestionI'm hoping we can have library sub-folders. Just one level would be great because it's getting cluttered. 2024-04-11 07:36:56
4221😠Generalhelp! I cant advance. Need anomoly resimulator. google is useless. 2024-04-11 00:02:41
4220😟GeneralWhen I use escape to close a menu, please put a brief pause, maybe 0.5 seconds from that action to opening the escape menu. Doubtful I'm the only one who presses escape twice. 2024-04-10 23:57:54
4219😀Generalthe way you can destroy buildings is annoying ! 2024-04-10 17:34:11
4218🙂GeneralSchleifensignal zeigt kurz was an dann wird Ergebniss wieder gelöscht Sieht nach einem Bug aus oder ?2024-04-10 05:03:30
4217🙂GeneralLiegt ein Bug vor bei der Funktion Signal Schleife ?2024-04-10 04:59:12
4216😟GeneralTwo requests for behaviors and inventory mangement:

- it would be great to be able to know if a slot is locked while looping over slots. See how that takes (afaict) at least two extra instructions for a separate counter?

- 'Order Transfer To' desperately needs an option for not commandeering the current unit. Placing orders in the logistics system should do exactly that: place an order... in the logistics system. It should not then assign this unit to logistics duty, if this unit would not already naturally do so. (For example, if the scout I give this behavior to doesn't have Supply or Deliver mode enabled, ordering a transfer shouldn't make it budge: someone else should come do the pickup.)
2024-04-09 15:14:45
4215🙂GeneralBehavior documentation/consistency: loops: it seems like some of them clear the output variable when done (Loop Signal Match does this) and others don't (Loop Entities In Range). Pick one style please :) Or at least get some mouseover documentations for behavior functions!
 2024-04-09 13:50:53
4214😀Generaljust wanna tell you im having fun and its relaxing. 2024-04-08 19:08:47
4213🙂GeneralI would like, to set different "Supply Items" or "Request Items" on different "On Channel ...". For example, the storage block request items on channel 1 and supply items on channel 2.2024-04-08 16:07:35
4212😟BugRally Point change causes blueprint to be ignored.

How to reproduce:
1) Set a robotics factory to build a blueprint.
2) Change the rally point + distance of the robotics component (e.g. to a commander unit) while it is waiting for ingredient
3) Wait for unit to be built

Result: The generic unit is built, and any blueprint specific changes are ignored. Components prepared for producing the unit stay in the factory and are not reserved any more.
 2024-04-07 21:08:35
4211🙂BugAs there is no stat besides visibility range how a miner finds the next ressource to mine, increasing visibility range should also increase the range in which the miner finds the next ressource.
Or make it a indepent stat and create a separate module for that.
 2024-04-07 11:54:09
4210😀GeneralJump-Label needs a corresponding Return statement that remembers the last executed Jump and restores control back to it, making Jump function more like old school BASIC's GoSub command, rather than its Goto.

It would also be cool if a comment on a Label was automatically displayed on all connected Jumps.
 2024-04-07 02:19:34
4209🙂SuggestionThe behavior option to Place Construction should return a reference to that building. Likewise, there should be a WaitForConstruction option that takes said parameter as an input, and replaces it with a reference to the constructed building's reference when done. 2024-04-06 16:28:41
4208😀SuggestionA soundtrack for the game would be nice. Music is calming most of the time. 2024-04-06 15:29:00
4207🙂SuggestionThe behavior option to order to shared storage should return the shared storage unit, so we can respond to it being full. 2024-04-06 15:10:09
4206😟SuggestionLet us send feedback from within the Behavior editor. 2024-04-06 15:08:30
4205🙂GeneralWould also really like a way of marking entities with a color or other label, so they can be ignored in loop evaluations. 2024-04-06 14:08:10
4204🙂SuggestionWould really like a CanPath option in behaviors. 2024-04-06 14:02:52
4203😟BugMy "Automated Scout" cannot receive any Items requested by my behavior. I'm using the request wait instruction.

Manual Requests work as expected.
 2024-04-05 21:50:18
4202😟Generalein scout hat sich in ein loch teleportiert und kommt nicht mehr raus2024-04-05 14:59:01
4201🙂GeneralDEDICATED SERVERS PLEASE!!!!!!!!!!!!!! 2024-04-05 13:48:08
4200😟GeneralAm I stuck on 9/11 here? Did extensive googleing but can't seem to teleport. also in game research is stuck on last bar. 2024-04-05 04:09:45
4199😟GeneralThis dude's range indicator is stuck permanently on.2024-04-05 03:09:58
4198😀Generaltrying to control my power, i shut down research buildings that were unneeded at the time. I powered up several then started research, but the research was allocated to buildings that had been powered down. I have also noticed that bots respond to requests made by powered down buildings. Looks like we disagree on the definition of 'powered down.' 2024-04-04 23:29:56
4197😠Bugcannot get items to build they fill the inv with junk items and cannot get materials to fully build 2024-04-04 22:20:55
4196😀GeneralСупер 2024-04-04 15:29:42
4195😟SuggestionOops, didn't realize the face button was the send button.

Currently I think the game suffers from problems with flow of progression and presentation of the behavior modules.

- When you discover a new technology branch there is little to then guide you as to what the new things are you can do and how to make use of them. There is little apparently "unlocked" or added to the game with the addition of each new tech discovery. Its adding new things you can build but not really opening up a new area of the game typically.

- When behavior modules are first researched the user is presented with the entire library of logic nodes without any suggestion or guidance as to what they should be doing with it exactly. My initial attempts to setup behavior where bots would mine a resource and find other resources to mine nearby when they finish the area failed due to the scan range of bots being too short to find any new locations. Its possible that there is some coordination needed here between scouts and other bots but that is all a bit overly complicated for someone's first volley into this game's Unreal Blueprint like systems. Because the resources are limited you cannot setup behaviors to continue running in just one area. Maybe this is a whole new beast of how one is supposed to approach using this logic system with this game design. But that is my point really. Its really unclear to the player how this is supposed to be used.

My third major issue (continuing this from an accidental previous submit) is that the management of manufacturing of internal components is a bit unwieldy as each component takes up an entire inventory slot. It would make sense for them to be able to stack in inventory slots but then of course just exist one at a time in the actual internal slots. Its really odd that an entire building used to store 160 units of iron bars can only hold 8 small bot devices, one per slot.

Overall I am looking forward to this game when its completed. I love programming games. And I love "city building" games. But there are some real issues with flow and purpose that I hope can change.
 2024-04-04 12:57:44
4194😟SuggestionCool ideas. Love the concept of putting components into whatever it will fit into. Love games that include logic programming. 2024-04-04 12:43:54
4193😠BugBatteries and capacitors should not loose their saved charge when put into storage or moved between units. 2024-04-03 23:46:19
4192😟GeneralSearch Only in Energy Field is on but Collector is outside the energy field! 2024-04-03 19:14:37
4191😀BugMinor Bug with the "Can Produce" instruction. It seems to believe that the Assembler can make everything, such as Metal Bars and Bug Chitin.

Attached save game has a unit selected with a test behaviour that reproduces this bug. The building to the north has a more complex behaviour that I was working on when I discovered the bug.
 2024-04-02 22:31:36
4190😟BugWe can't manually set variabels and parameters to negative values even though we can read, calculate, and store them. 2024-04-02 20:41:10
4189🙂SuggestionThe time info available to the minimap should be exposed to behaviors: time of day, sunset/rise, season, tic #, etc. Simply knowing that it is currently day vs night isn't sufficient.2024-04-02 20:36:21
4188🙂General22 2024-04-02 07:10:53
4187😟BugScout behavior needs to be Async, or provide an option to make it Async. 2024-04-02 02:08:02
4186🙂SuggestionRandom Behaviors: We deed the ability to generate random numbers. Additional helper functions would include random coordinates within a range, or within a power grid; to pick a random entity from a filtered loop; etc. 2024-04-02 02:04:38
4185😟BugThe Command Center's Robot Factory component isn't accessible to Behavior selection lists or the Items tab of the Control Center.2024-04-02 01:24:15
4184😟Suggestioncan't deploy the 2x2 building to the north / west of the building with the deployer2024-04-01 22:50:22
4183😟BugUnable to exit the game without a force quit. 2024-04-01 22:01:20
4182🙂GeneralGive some examples of behaviours for players to see as a reference.
Even a simple one of getting resources from some target and dropping at a target.
 2024-04-01 03:06:51
4181🙂GeneralGive  2024-04-01 03:05:55
Previous Page - Next Page

EULA    |    Privacy Policy    |    Presskit


© 2025 Stage Games • All rights reserved