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

We should check, if the created custom connections in 3DEN for power and network are cyclic. Cyclic network connections are already eliminated on mission init but it would be useful...

enhancement
editor

It's already possible to sit on the rugged chair but the sitting position is not perfect. We should adjust the position so it doesn't look like the players as is...

enhancement
interaction
asset
known issues

The foldable desk wings block player from moving at their position, even if their are folded in. I think that's a restriction we can't modify but we should keep track...

interaction
asset
known issues

A user asked to add the `grep` command to armaOS. With reduced abilities I think we can implement that because SQF supports regular expressions.

enhancement
armaOS

This is not exactly an issue. It's more the or less the way it works. Perhaps we could make a Pull Request for ACE3 that allows renaming while ACE3 cargo...

known issues

At the moment rounters are initialized with 192.168.0.1 but there is no way to change that. Via script the ip address of the router could be changed but we should...

enhancement
network

In PR #243 I introduce a new variable called `AE3_SettingsACE3` The content of this variable is somewhat redundant because we already saved these settings in a config var while parsing...

enhancement
interaction

A refactoring on power functions would be helpful. Unfortunately, there are for example some variables indicating a generator but instead this var means beeing a power device connected to a...

enhancement
power

At the moment all commands and options are splitted via: ```sqf private _commandSegments = _input splitString " "; ``` So it is not possibile to process paths that contain whitespaces/blanks....

enhancement
armaOS

It's hard to distinguish between multiple similar commands and their outputs, so we should give visual aid. In windows terminal and perhaps in linux terminal too, there is a blank...

enhancement
armaOS