Advanced-Equipment icon indicating copy to clipboard operation
Advanced-Equipment copied to clipboard

Advanced Equipment is a Arma 3 mod, that brings equipment to life, like laptops and lamps.

Results 101 Advanced-Equipment issues
Sort by recently updated
recently updated
newest added

Merging this Pull Request will merge the different AE3 interaction points into one interaction menu. So there are no more doubled "Laptop" interaction points and also the interaction to access...

enhancement
interaction

When the "ACE Interaction Menu" setting called "Consolidate single child actions" (`ace_interact_menu_consolidateSingleChild`) is enabled, the following error occurs when trying to plug in a USB Drive. ![20240219142407_1](https://github.com/y0014984/Advanced-Equipment/assets/58027418/855bc740-bcb4-4df9-872c-8663d4a598a4) As a result,...

User on Discord reported: > For some reason, you have to be in the multiplayer EDEN (Launch EDEN through "Create A Server"; "Singleplayer EDEN" doesn't allow the laptops to function...

bug

Error happens every time you delete A3E laptop: ``` 22:37:41 Error in expression

There was feedback from a YT viewer that the UI on texture feature is synchronized betweeen multiple laptops instead of showing the individual texture. We should investigate that.

bug
ui-on-texture

Merging this pull request will change the keyboard input. It's now handled via an invisible input text field that processes the input independently fromt the used keyboard layout. Then I...

enhancement
armaOS
terminal

Merging this Pull Request will adda file explorer feature to the Zeus interface. Currently it only displays the file contents but it should be expanded to allow: - [ ]...

armaOS
filesystem
zeus

Currently, the AE3 interaction have the order in which they are created. Perhaps we can sort them alphabetically or in a custom way.

enhancement
interaction

- computer - power - network - Generator, Laptop, Turn on/off etc.

interaction
design

Unfortunately, string length counts bytes but not characters. That means that unicode characters count 2 bytes instead of one. In scripts you can change this behavior with the [forceUnicode](https://community.bistudio.com/wiki/forceUnicode) command....

bug
armaOS