Issue:
When creating and starting a new Icarus instance in Docker mode, AMP only creates the QueryPort.
The GamePort (UDP 17777) is not added automatically to firewall rules.
Expected behavior:
AMP should register GamePort similar to other game modules (e.g., Minecraft, Enshrouded).
Steps to reproduce:
Create new Icarus instance with Docker mode enabled
Start the instance
Check firewall rules — only QueryPort is registered, GamePort 17777/udp missing
Additional Notes:
Other game modules behave correctly — issue appears specific to Icarus + Docker mode.
I understand that Icarus uses Steam Networking and doesn’t open a socket on the GamePort, but AMP should still create firewall rules for all allocated ports.
This only happens with Icarus — other game instances create their firewall rules correctly.
Let me know if you need logs or a debug build — happy to test.