Update manager.html: Adds "Join Server" button#12
Update manager.html: Adds "Join Server" button#12y1337x wants to merge 1 commit intoskanatiker:masterfrom y1337x:patch-5
Conversation
Adds a button to join the server defined by a domain and port. Sometimes you cannot find the server because steam uses IP addresses. With this button steam will start if it is not running, starts ark and tries to connect to the server. To do that the domain is translated to an IP address.
|
@DanyelSuxdorf : I think the configurability would be great here too. The public IP or DNS host name and the Port should be configurable in the preferences screen. Users should not have to modify html or javascript files manually. |
|
I will make it configurable when I have time for that, maybe next weekend. |
|
@skanatiker, can you help me? Web programming is pretty new for me. The button isn't working, I think the function isn't called and I don't know why. new function in models/command.js added scope in src/scripts/server/server.ctrl.js added in public/scripts/ark.js The host is added to the db and is loading correctly in the web interface. |
Adds a button to join the server defined by a domain and port. Sometimes you cannot find the server because steam uses IP addresses. With this button steam will start if it is not running, starts ark and tries to connect to the server. To do that the domain is translated to an IP address.