FAForever / ice-adapter

Deprecated C++ ICE adapter - please use java-ice-adapter instead!
https://github.com/FAForever/java-ice-adapter
GNU General Public License v3.0
11 stars 10 forks source link

Test all game connection modes #33

Closed muellni closed 7 years ago

muellni commented 7 years ago

Test if matchmaker/ladder still works

muellni commented 7 years ago

A first test clicking the matchmaking button did not connect me

muellni commented 7 years ago

Are there any more game modes? I tested

micheljung commented 7 years ago

Maybe this is caused by the "lobby mode" or "autolobby" flag? not sure. IIRC the ICE adapter just passes 1, but it might just be another value.

muellni commented 7 years ago

automatch/ladder is working now. The ice-adapter now has a setLobbyInitMode("auto"/"normal") API method which need to be called before game launch.