Thor Patcher Button (Custom)

karazu

New member
Messages
1,115
Points
0
Hello guys this is the default "config" of the thor patcher. 

Can u help me put a custom button for it please?

 

[Config:Main]RootURL='http://127.0.0.1/patch/'RemoteConfigFile='main.ini'TimeOut=0StatusFile='server.dat'DefaultGRF='server.grf'ClientEXE='game.exe'ClientParameter='-1sak1'FinishOnConnectionFailure=false[Config:Window]AutoResize=trueStyle='none'Width=Height=DragHandling=trueBackground='images/bg.bmp'FadeOnDrag=false[Config:BGM]File=Loop=trueVolume=20Directory=[Config:Misc]Title='Thor Patcher'HideProgressBarWhenFinish=true[ProgressBar:bar1]Width=342Height=10Left=23Top=486BackColorStart=$009DEEEFBackColorEnd=$00C2F1F1FrontColorStart=$006ED5B0FrontColorEnd=$0080DDCAFrontImage=BackImage=Hook='ProgressChange'[Label:Status]AutoResize = falseWidth=369Height=Left=15Top=498Alignment='center'FontColor=$000000FontName = ''FontSize =Text=''Hook='StatusChange'[NoticeBox:Box0]Width=347Height=250Left=21Top=217URL='http://127.0.0.1/opatch/Notice.html'[Button:Start]Default='images/start1.png'OnHover='images/start2.png'OnDown='images/start3.png'Left=383Top=211Hook='Start'[Button:Exit]Default='images/Exit1.png'OnHover='images/Exit2.png'OnDown='images/Exit3.png'Left=383Top=244Hook='Exit'[Button:Cancel]Default='images/Exit1.png'OnHover='images/Exit2.png'OnDown='images/Exit3.png'Left=383Top=211Hook='Cancel' 
What I want to add is Register and button for website.


 
 
try this

  [button:Register ]
  Default='images/Reg1.png'
  OnHover='images/Reg2.png'
  OnDown='images/Reg3.png'
  Left= x-coordinate
  Top= y-coordinate
  Mode=1
  Action='http://www.your-regist-page....'

 
I will try this later. thank you for the answer.


EDIT:
Thank you. it Worked

 
Last edited by a moderator:
Back
Top