005 Posted November 30, 2014 Posted November 30, 2014 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] RootURL='http://minero-online.net/patch/' 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 URL='http://minero-online.net/patch/data/' [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 URL='http://www.facebook.com/' [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 Action='http://minero.com/?module=account&action=login&return_url=%2F%3Fmodule%3Dvote' [button:Register] Default='images/Register.png' OnHover='images/RegisterHover.png' OnDown='images/RegisterDown.png' Left=468 Top=268 Mode=1 Action='http://minero.com/?module=account&action=create' Quote
Radian Posted November 30, 2014 Posted November 30, 2014 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. Quote
Tokei Posted November 30, 2014 Posted November 30, 2014 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. Quote
005 Posted December 1, 2014 Author Posted December 1, 2014 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 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' Quote
Radian Posted December 1, 2014 Posted December 1, 2014 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 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. Quote
005 Posted December 1, 2014 Author Posted December 1, 2014 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 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 Quote
Radian Posted December 1, 2014 Posted December 1, 2014 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 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' Quote
005 Posted December 1, 2014 Author Posted December 1, 2014 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 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' Quote
Conflicts Posted December 1, 2014 Posted December 1, 2014 I've moved this to the proper forums. Also, avoid multi-quoting if possible it's annoying. Quote
Question
005
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
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.