y0014984 / Advanced-Equipment

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

Add a way to change the address space of routers #288

Open y0014984 opened 1 year ago

y0014984 commented 1 year ago

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 also think of mission makers that want an easier way. This is very important if you want to connect multiple routers. In this case the address spaces should be different. Possible solutions are:

Current state via script

private _address = [192, 168, 0, 1];
_router setVariable ["AE3_network_address", _address, true];

Alternative solutions