y0014984 / Advanced-Equipment

Advanced Equipment is a Arma 3 mod, that brings equipment to life, like laptops and lamps.
Other
26 stars 9 forks source link

Armaos flash drive #304

Closed GermanHydrogen closed 1 year ago

GermanHydrogen commented 1 year ago

Flash Drives

y0014984 commented 1 year ago

My first impressions without code review:

What works:

What doesn't work:

What is weird:

y0014984 commented 1 year ago

20230120152640_1 20230120153445_1 20230120154440_1 20230120154821_1

y0014984 commented 1 year ago

Next I will take a look at your code and comment it like usual.

GermanHydrogen commented 1 year ago

Script Error moving a file from laptop to stick, see screenshot Script Error moving a file from stick to laptop, see screenshot

I'm pretty shure, these are bugs in mvObj code

We can't add to or create files on the sticks. That limits a lot the possibilities. We really should add the cp command to allow copying files onto and from the usb stick. Perhaps we can add the output redirection via > and >> soon. This would be another solution.

In theory this is already implemented in mvObj. There is only an os command missing.

Script Error accessing ACE3 Interaction menu of laptop, see screenshot (only in dedicated mp)

I could only reproduce this in editor mp.

I would change USB0, USB1 etc. to lowercase. Everything else is lowercase, too. This was my first mistake trying to mount with lowercase. The missing man page lead to gueswork.

I would like to introduce a command, to list the available interfaces.

y0014984 commented 1 year ago

I would like to introduce a command, to list the available interfaces.

Sounds like a good idea.