Jump to content
  • 0

Thor Patcher with Multiple Client


Bisuke

Question


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   10
  • Joined:  04/02/12
  • Last Seen:  

We are planning to have 2 Servers, 1 Lowrate and 1 Midrate.

How do we code the config file of the Thor Patcher?

Currently I'm using the custom button function that runs the .exe, however, when you click the button, the client will run, but the Patcher remains open. If I use the normal start button, I can only add 1 client.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

7 hours ago, Bisuke said:

So, is there a way for a Thor Patcher to have an option of 2 clients?

Yes, but also no.

You can run another program while the patcher is open, which will give you the two clients capabilities, but the patcher will stay open until you close it.. which you've already tried.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

Why do you need a separate client? Add an extra set of connection info's to the clientinfo.xml file, or join both char servers to the same login server and then you don't need two separate clients with two separate lots of data files.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  208
  • Reputation:   22
  • Joined:  01/14/13
  • Last Seen:  

just add extra connection on the clientinfo.xml

Edited by hikashin-rae
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1529
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

add multiple server selection at sclientinfo.xml or clientinfo.xml IF both servers are using same clients. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   10
  • Joined:  04/02/12
  • Last Seen:  

At first, we planned it just like that, one login with different server connection. However, due to difference in customization of both server, we decided to split the servers client. So, is there a way for a Thor Patcher to have an option of 2 clients?

 

Thank you for your response! ?

Again! Thank you for the answers. It seems that It is possible to have a 2 client in Thor but with limitation.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  396
  • Reputation:   53
  • Joined:  07/24/12
  • Last Seen:  

You can use Mode # 2


    [Button:Name]
        Name or ID, must be unique for each and every button
    Default='images/button1.png'
        image of the button on normal state
    OnHover='images/button2.png'
        image of the button when mouse hovers it
    OnDown='images/button3.png'
        image of the button when the user click on it
    Left=80
        X coordinate of the button (in pixels)
        Counted from the left of the background image.
    Top=406
        Y coordinate of the button (in pixels)
        Counted from the left of the background image.
    Mode=1
        Functions of the button
            Possible Mode values:
                1 : Open URL
                2 : Open File/Program
                3 : Displays a Message Box
                4 : Minimize window
                5 : Close Patcher
                6 : Makes this button as clone start button behavior
    Action='http://example.com'
        Applies on modes 1-3

But as @Akkarin said

On 2/18/2020 at 12:07 AM, Akkarin said:

Yes, but also no.

You can run another program while the patcher is open, which will give you the two clients capabilities, but the patcher will stay open until you close it.. which you've already tried.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...