Jump to content
  • 0

script on thor


005

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   1
  • Joined:  10/11/12
  • Last Seen:  

about that this still a script right if not sorry

just want to ask after the patch when i click the start my RO won't start

do i need to add Action='minero.exe' ? on start 

idk what should i add on this script

i just want to run minero.exe if i click the start button 

 

 

config

 

[Config:Main]
 
 
RemoteConfigFile='main.ini'
 
TimeOut=0
 
StatusFile='update.dat'
 
DefaultGRF=',mime-ro.grf'
 
ClientEXE='game.exe'
ClientParameter='-1sak1'
 
FinishOnConnectionFailure=false
 
[Config:Window]
AutoResize=true
Style='none'
 
Width=
Height=
 
DragHandling=true
 
Background='images/bg.jpg'
 
FadeOnDrag=false
 
[Config:BGM]
File=
 
Loop=true
 
Volume=20
 
Directory=
 
[Config:Misc]
Title='RO Patcher'
 
HideProgressBarWhenFinish=false
 
 
[Label:Status]
AutoResize=true
 
Width=411
Height=16
 
Left=40
Top=447
Alignment='left'
 
FontColor=$ffffff
FontName = 'calibri'
FontSize =9
 
Text='Patch Process Finished'
 
Hook='StatusChange'
 
[NoticeBox:Box0]
Width=216
Height=161
Left=32
Top=238
 
 
[ProgressBar:bar1]
Width=411
Height=16
 
Left=36
Top=419
 
BackColorStart=
BackColorEnd=
 
FrontColorStart=
FrontColorEnd=
 
FrontImage='images/frontprogress.png'
BackImage='images/backprogress.png'
 
Hook='ProgressChange'
 
 
[NoticeBox:Box1]
Width=216
Height=161
Left=32
Top=238
 
[button:Start]
Default='images/start.png'
OnHover='images/starthover.png'
OnDown='images/startdown.png'
Left=468
Top=323
Hook='Start'
 
[button:Exit]
Default='images/Exit.png'
OnHover='images/Exithover.png'
OnDown='images/Exitdown.png'
Left=684
Top=6
Mode=5
 
[button:Vote]
Default='images/v4p.png'
OnHover='images/v4pHover.png'
OnDown='images/v4pDown.png'
Left=468
Top=213
Mode=1
 
[button:Register]
Default='images/Register.png'
OnHover='images/RegisterHover.png'
OnDown='images/RegisterDown.png'
Left=468
Top=268
Mode=1
Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

 

do i need to add Action='minero.exe' ? on start 

Yes, you need to put the name of your GAMECLIENT.exe so when you start the Patcher it will directly open your gameclient.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  661
  • Reputation:   670
  • Joined:  11/12/12
  • Last Seen:  

ClientExe is what will be used to start your client. So in your case : ClientEXE='minero.exe'

 

As for the client parameters, that depends on how you've diffed it. Leaving it as -1sak1 should be fine though.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   1
  • Joined:  10/11/12
  • Last Seen:  

ClientExe is what will be used to start your client. So in your case : ClientEXE='minero.exe'

 

As for the client parameters, that depends on how you've diffed it. Leaving it as -1sak1 should be fine though.

i tried that ddnt work

 

 

do i need to add Action='minero.exe' ? on start 

Yes, you need to put the name of your GAMECLIENT.exe so when you start the Patcher it will directly open your gameclient.

 

 

i tried this one didn't work

well the patcher 100% working but game.exe nope

i think there's a wrong code on my config

 

14o4n5v.jpg

 

ClientEXE='minero.exe'

 

 

[button:Start]

Default='images/start.png'
OnHover='images/starthover.png'
OnDown='images/startdown.png'
Left=468
Top=323
Hook='Start'
Action='minero.exe'
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

 

ClientExe is what will be used to start your client. So in your case : ClientEXE='minero.exe'

 

As for the client parameters, that depends on how you've diffed it. Leaving it as -1sak1 should be fine though.

i tried that ddnt work

 

 

do i need to add Action='minero.exe' ? on start 

Yes, you need to put the name of your GAMECLIENT.exe so when you start the Patcher it will directly open your gameclient.

 

 

i tried this one didn't work

well the patcher 100% working but game.exe nope

i think there's a wrong code on my config

 

14o4n5v.jpg

 

ClientEXE='minero.exe'

 

 

[button:Start]

Default='images/start.png'
OnHover='images/starthover.png'
OnDown='images/startdown.png'
Left=468
Top=323
Hook='Start'
Action='minero.exe'

 

 

This happens when you start the Patcher and no data.grf or the other files needed.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   1
  • Joined:  10/11/12
  • Last Seen:  

 

 

ClientExe is what will be used to start your client. So in your case : ClientEXE='minero.exe'

 

As for the client parameters, that depends on how you've diffed it. Leaving it as -1sak1 should be fine though.

i tried that ddnt work

 

 

do i need to add Action='minero.exe' ? on start 

Yes, you need to put the name of your GAMECLIENT.exe so when you start the Patcher it will directly open your gameclient.

 

 

i tried this one didn't work

well the patcher 100% working but game.exe nope

i think there's a wrong code on my config

 

14o4n5v.jpg

 

ClientEXE='minero.exe'

 

 

[button:Start]

Default='images/start.png'
OnHover='images/starthover.png'
OnDown='images/startdown.png'
Left=468
Top=323
Hook='Start'
Action='minero.exe'

 

 

This happens when you start the Patcher and no data.grf or the other files needed.

 

i got them all " DefaultGRF=',mime-ro.grf' "

the problem is i can open game using the exe manualy

because patcher don't work when i click start button on my patcher nothing happen

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

 

 

 

ClientExe is what will be used to start your client. So in your case : ClientEXE='minero.exe'

 

As for the client parameters, that depends on how you've diffed it. Leaving it as -1sak1 should be fine though.

i tried that ddnt work

 

 

do i need to add Action='minero.exe' ? on start 

Yes, you need to put the name of your GAMECLIENT.exe so when you start the Patcher it will directly open your gameclient.

 

 

i tried this one didn't work

well the patcher 100% working but game.exe nope

i think there's a wrong code on my config

 

14o4n5v.jpg

 

ClientEXE='minero.exe'

 

 

[button:Start]

Default='images/start.png'
OnHover='images/starthover.png'
OnDown='images/startdown.png'
Left=468
Top=323
Hook='Start'
Action='minero.exe'

 

 

This happens when you start the Patcher and no data.grf or the other files needed.

 

i got them all " DefaultGRF=',mime-ro.grf' "

the problem is i can open game using the exe manualy

because patcher don't work when i click start button on my patcher nothing happen

 

 

It must be the same name when you put the game client name so the Thor will directly look for the exe and open it. example your client name is " mimeroclient " 

ClientEXE='mimeroclient.exe'
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   1
  • Joined:  10/11/12
  • Last Seen:  

 

 

 

 

ClientExe is what will be used to start your client. So in your case : ClientEXE='minero.exe'

 

As for the client parameters, that depends on how you've diffed it. Leaving it as -1sak1 should be fine though.

i tried that ddnt work

 

 

do i need to add Action='minero.exe' ? on start 

Yes, you need to put the name of your GAMECLIENT.exe so when you start the Patcher it will directly open your gameclient.

 

 

i tried this one didn't work

well the patcher 100% working but game.exe nope

i think there's a wrong code on my config

 

14o4n5v.jpg

 

ClientEXE='minero.exe'

 

 

[button:Start]

Default='images/start.png'
OnHover='images/starthover.png'
OnDown='images/startdown.png'
Left=468
Top=323
Hook='Start'
Action='minero.exe'

 

 

This happens when you start the Patcher and no data.grf or the other files needed.

 

i got them all " DefaultGRF=',mime-ro.grf' "

the problem is i can open game using the exe manualy

because patcher don't work when i click start button on my patcher nothing happen

 

 

It must be the same name when you put the game client name so the Thor will directly look for the exe and open it. example your client name is " mimeroclient " 

ClientEXE='mimeroclient.exe'

means need to remove the

Action='minero.exe'

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  317
  • Reputation:   63
  • Joined:  11/13/11
  • Last Seen:  

I've moved this to the proper forums. Also, avoid multi-quoting if possible it's annoying.

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...