You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IO connections that occur directly between two instances will not be linked up successfully by the compiler, and will not work in-game when the map has been compiled. Even a simple button-to-door setup will not function if the instances are directly wired together.
The left setup is a direct instance-to-instance setup, i.e. The button instance has an output directly to the door instance. This one does not function.
The right setup is indirect, with a logic_relay taking input from the button instance and outputting to the door instance.
2024-10-22.22-44-19.mp4
As a disclaimer, I don't currently have time to test if this happens in the main tester build or just the QA build. Additionally, some have stated that this does not happen to them at all? more testing is needed
To Reproduce
As the issue appears to happen in the compilation process, you will need to recompile the map in order to truly test it yourself. Make sure the instances are properly set up to the right paths.
Describe the bug
IO connections that occur directly between two instances will not be linked up successfully by the compiler, and will not work in-game when the map has been compiled. Even a simple button-to-door setup will not function if the instances are directly wired together.
The left setup is a direct instance-to-instance setup, i.e. The button instance has an output directly to the door instance. This one does not function.
The right setup is indirect, with a
logic_relay
taking input from the button instance and outputting to the door instance.2024-10-22.22-44-19.mp4
As a disclaimer, I don't currently have time to test if this happens in the main tester build or just the QA build. Additionally, some have stated that this does not happen to them at all? more testing is needed
To Reproduce
As the issue appears to happen in the compilation process, you will need to recompile the map in order to truly test it yourself. Make sure the instances are properly set up to the right paths.
Issue Map
maps.zip
Expected Behavior
Both setups in the example map should work.
Operating System
Windows 11
The text was updated successfully, but these errors were encountered: