This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Releases: Assasans/protanki-server
Releases · Assasans/protanki-server
Prelauncher (client, resource server fix)
Deprecation warning
This method does not work after update library-20220501-221826.
See Patch-Library-Socket.ps1 in the protanki-utils repository.
Updated resource server to 54.36.172.213:8080.
Prelauncher (client)
Deprecation warning
This method does not work after update library-20220501-221826.
See Patch-Library-Socket.ps1 in the protanki-utils repository.
Patched Prelauncher.swf that uses socket.cfg file in the game root to connect to the server.
You have to set query option prelauncher to Prelauncher.swf in the META-INF/AIR/application.xml file by path application/initialWindow/content.
socket.cfg example:
{
"ip": "127.0.0.1",
"port": 1337
}Patch Prelauncher.swf manually
Replace string http://s2.protanki-online.com/socket.cfg with socket.cfg in protanki.launcher.Prelauncher constructor.