Fily Posted December 3, 2016 Posted December 3, 2016 Hi, My Thor patcher doesn't open my client.exe and here's my config file [Config:Main] RootURL='http://mydomain.com/' RemoteConfigFile='main.ini' TimeOut=0 StatusFile='myro.dat' DefaultGRF='myro.grf' ClientEXE='MyRO.exe' ClientParameter='-1sak1' //When patcher unable to connect webserver, //should the patcher allow player start the game anyways? FinishOnConnectionFailure=false [Config:Window] Style='none' //This allows the player drag the window by background DragHandling=true //Background can be either jpg or bmp, in later case //the top-left pixel is chosen as transparent color. Background='images/bg.bmp' FadeOnDrag=true [Config:BGM] File='' Loop=true Volume=5 Directory= [Config:Misc] Title='MyRO Patcher' HideProgressBarWhenFinish=true [ProgressBar:bar1] Width=342 Height=10 Left=23 Top=486 FrontImage= BackImage= Hook='ProgressChange' [Label:Status] AutoResize = false Width=369 Height= Left=15 Top=498 Alignment='center' FontColor=$000000 FontName = '' FontSize = Text='' Hook='StatusChange' [NoticeBox:Box0] Width=347 Height=250 Left=21 Top=217 URL='http://mydomain.com/notice.html' [Button:Start] Default='images/start1.png' OnHover='images/start2.png' OnDown='images/start3.png' Left=383 Top=211 //Hook is used for default buttons, //do not use this on custom buttons! Hook='Start' [Button:Exit] Default='images/Exit1.png' OnHover='images/Exit2.png' OnDown='images/Exit3.png' Left=383 Top=244 Hook='Exit' [Button:Cancel] Default='images/Exit1.png' OnHover='images/Exit2.png' OnDown='images/Exit3.png' Left=383 Top=211 Hook='Cancel' //[Button:Extra] // // // // Mode - mode for button // 1 = open URL // 2 = Launch file/program // 3 = Message box //Mode= // Action - depend on what you set in the Mod, this may vary // ex. Mode = 1 , Action='http://google.com' //Action= Quote
0 Azeroth Posted December 3, 2016 Posted December 3, 2016 4 minutes ago, Fily said: Can you link me to the old version? http://thor.aeomin.net/archive/ 1 Quote
0 Dev Blaze Posted December 3, 2016 Posted December 3, 2016 (edited) rename your Exe "MyRO.exe" then save it again ConfigEmbeder Edited December 3, 2016 by Dev Blaze Quote
0 Fily Posted December 3, 2016 Author Posted December 3, 2016 32 minutes ago, Dev Blaze said: rename your Exe "MyRO.exe" then save it again ConfigEmbeder http://imgur.com/a/7XuUg I couldn't find "ConfigEmbedder" and my exe's name is already MyRO.exe Quote
0 chatterboy Posted December 3, 2016 Posted December 3, 2016 You forgut the Hook='Start' on the top of [Button:Start] Quote
0 Fily Posted December 3, 2016 Author Posted December 3, 2016 36 minutes ago, chatterboy said: You forgut the Hook='Start' on the top of [Button:Start] There is already a Hook='Start' and still not working. Quote
0 Azeroth Posted December 3, 2016 Posted December 3, 2016 1 hour ago, chatterboy said: You forgut the Hook='Start' on the top of [Button:Start] by default its already Hook='Start' reconfig again. Quote
0 Fily Posted December 3, 2016 Author Posted December 3, 2016 28 minutes ago, Azeroth said: by default its already Hook='Start' reconfig again. No luck. :/ I wonder what's happening. Anyone tried the latest thor patcher version? Quote
0 Azeroth Posted December 3, 2016 Posted December 3, 2016 I never used Latest thor i used the old version around 2.5+ Quote
0 Fily Posted December 3, 2016 Author Posted December 3, 2016 4 minutes ago, Azeroth said: I never used Latest thor i used the old version around 2.5+ Can you link me to the old version? Quote
0 Fily Posted December 4, 2016 Author Posted December 4, 2016 2 hours ago, Azeroth said: http://thor.aeomin.net/archive/ Thank you. Fixed. I downloaded the most latest which is 2.6.4.13b and it worked. Quote
Question
Fily
Hi,
My Thor patcher doesn't open my client.exe and here's my config file
[Config:Main] RootURL='http://mydomain.com/' RemoteConfigFile='main.ini' TimeOut=0 StatusFile='myro.dat' DefaultGRF='myro.grf' ClientEXE='MyRO.exe' ClientParameter='-1sak1' //When patcher unable to connect webserver, //should the patcher allow player start the game anyways? FinishOnConnectionFailure=false [Config:Window] Style='none' //This allows the player drag the window by background DragHandling=true //Background can be either jpg or bmp, in later case //the top-left pixel is chosen as transparent color. Background='images/bg.bmp' FadeOnDrag=true [Config:BGM] File='' Loop=true Volume=5 Directory= [Config:Misc] Title='MyRO Patcher' HideProgressBarWhenFinish=true [ProgressBar:bar1] Width=342 Height=10 Left=23 Top=486 FrontImage= BackImage= Hook='ProgressChange' [Label:Status] AutoResize = false Width=369 Height= Left=15 Top=498 Alignment='center' FontColor=$000000 FontName = '' FontSize = Text='' Hook='StatusChange' [NoticeBox:Box0] Width=347 Height=250 Left=21 Top=217 URL='http://mydomain.com/notice.html' [Button:Start] Default='images/start1.png' OnHover='images/start2.png' OnDown='images/start3.png' Left=383 Top=211 //Hook is used for default buttons, //do not use this on custom buttons! Hook='Start' [Button:Exit] Default='images/Exit1.png' OnHover='images/Exit2.png' OnDown='images/Exit3.png' Left=383 Top=244 Hook='Exit' [Button:Cancel] Default='images/Exit1.png' OnHover='images/Exit2.png' OnDown='images/Exit3.png' Left=383 Top=211 Hook='Cancel' //[Button:Extra] // // // // Mode - mode for button // 1 = open URL // 2 = Launch file/program // 3 = Message box //Mode= // Action - depend on what you set in the Mod, this may vary // ex. Mode = 1 , Action='http://google.com' //Action=
10 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.