Jump to content
  • 0

Thor Patcher with Multiple Client


Question

Posted

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.

6 answers to this question

Recommended Posts

  • 0
Posted
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.

  • 0
Posted

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.

  • 0
Posted

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.

  • 0
Posted

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.

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...