005 Posted November 30, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 76 Reputation: 1 Joined: 10/11/12 Last Seen: March 9, 2015 Share 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 Link to comment Share on other sites More sharing options...
Radian Posted November 30, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share 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 Link to comment Share on other sites More sharing options...
Tokei Posted November 30, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 696 Reputation: 721 Joined: 11/12/12 Last Seen: 7 hours ago Share 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 Link to comment Share on other sites More sharing options...
005 Posted December 1, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 76 Reputation: 1 Joined: 10/11/12 Last Seen: March 9, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Radian Posted December 1, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share 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 Link to comment Share on other sites More sharing options...
005 Posted December 1, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 76 Reputation: 1 Joined: 10/11/12 Last Seen: March 9, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Radian Posted December 1, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share 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 Link to comment Share on other sites More sharing options...
005 Posted December 1, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 76 Reputation: 1 Joined: 10/11/12 Last Seen: March 9, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Conflicts Posted December 1, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 317 Reputation: 63 Joined: 11/13/11 Last Seen: March 23 Share Posted December 1, 2014 I've moved this to the proper forums. Also, avoid multi-quoting if possible it's annoying. Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.