My Thor Patcher works but when i add a patch in plist.txt it say's failed to get file. my patching site is ucoz.com
Config.ini
[Config:Main]
RootURL='http://ro.ucoz.com/ro/'
RemoteConfigFile='main.ini'
TimeOut=0
StatusFile='ro.dat'
DefaultGRF='ro.grf'
ClientEXE='RO.exe'
//ClientParameter='-1sak1'
//When patcher unable to connect webserver,
//should the patcher allow player start the game anyways?
FinishOnConnectionFailure=false
[Config:Window]
AutoResize=true
Style='none'
Width=
Height=
//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=125
Directory=
[Config:Misc]
Title='RO Server Patcher'
HideProgressBarWhenFinish=false
[Button:Credits]
Default='images/vanq.PNG'
OnHover='images/vanq2.PNG'
OnDown='images/vanq3.PNG'
Left=661
Top=540
Mode = 3
Action='Any Suggestion? Kindly PM/Add/Follow Me: www.facebook.com/rhey.official, rAthena/Hercules Codename: Vanquiser'
[ProgressBar:bar1]
Width=593
Height=42
Left=165
Top=428
BackColorStart=
BackColorEnd=
FrontColorStart=
FrontColorEnd=
FrontImage='images/fprog.PNG'
BackImage='images/bfrog.PNG'
Hook='ProgressChange'
[Label:Status]
AutoResize = false
Width=528
Height=20
Left=201
Top=396
Alignment='center'
FontColor=$000000
FontName = 'Comic Sans MS'
FontSize =
Text='RO Server -- Patch Done !!'
Hook='StatusChange'
[NoticeBox:Box0]
Width=671
Height=237
Left=133
Top=154
URL='http://ro.ucoz.com/ro/notice.html'
[Button:Start]
Default='images/start.PNG'
OnHover='images/start2.PNG'
OnDown='images/start3.PNG'
Left=360
Top=488
//Hook is used for default buttons,
//do not use this on custom buttons!
Hook='Start'
[Button:Exit]
Default='images/close.PNG'
OnHover='images/close2.PNG'
OnDown='images/close2.PNG'
Left=758
Top=12
Hook='Exit'
[Button:Cancel]
Default='images/close.PNG'
OnHover='images/close2.PNG'
OnDown='images/close2.PNG'
Left=758
Top=12
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=
[Button:Website]
Default='images/website.PNG'
OnHover='images/website2.PNG'
OnDown='images/website3.PNG'
Left=11
Top=8
Mode = 1
Action='http://google.com'
[Button:Rms]
Default='images/rms.PNG'
OnHover='images/rms2.PNG'
OnDown='images/rms3.PNG'
Left=11
Top=71
Mode = 1
Action='http://google.com'
[Button:Page]
Default='images/page.PNG'
OnHover='images/page2.PNG'
OnDown='images/page3.PNG'
Left=11
Top=134
Mode = 1
Action='http://google.com'
[Button:Group]
Default='images/group.PNG'
OnHover='images/group2.PNG'
OnDown='images/group3.PNG'
Left=11
Top=199
Mode = 1
Action='http://google.com'
[Button:Donate]
Default='images/donate.PNG'
OnHover='images/donate2.PNG'
OnDown='images/donate3.PNG'
Left=11
Top=265
Mode = 1
Action='http://google.com'
[Button:Help]
Default='images/help.PNG'
OnHover='images/help2.PNG'
OnDown='images/help3.PNG'
Left=12
Top=330
Mode = 3
Action='For Windows 7/8/Vista Run Patcher as Administrator, Thankyou'
[Button:Register]
Default='images/register.PNG'
OnHover='images/register2.PNG'
OnDown='images/register3.PNG'
Left=13
Top=399
Mode = 1
Action='http://google.com'
[Button:Setup]
Default='images/setup.PNG'
OnHover='images/setup2.PNG'
OnDown='images/setup3.PNG'
Left=13
Top=463
Mode = 2
Action='opensetup.exe'
main.ini
//Thor Patcher remote config file[Main]
//Allow patching or not?
allow=true
//Should patcher ignore everything else and finish patch immediately?
Force_Start=false
//if not, what message should appear?
policy_msg=Server is taking a nap.
//file_url - patch files should ALL put here.
// This config entry will override the one in embed config.
// o HTTP:
// http://domain.com/dir/
// o FTP:
// ftp://domain.com/dir/
// o With <Username> [Password] [Port]
// ftp://username:[email protected]:port/dir/
// o Note: username is required if want put password, otherwise everything is optional.
file_url=http://ro.ucoz.com/ro/
[Patch]
//use CheckSum tool, hash for client & patcher
// used to make sure exe is up to date
// (leave empty to disable this feature)
ClientSum=
PatcherSum=
//This is compressed file for patcher & client update
// To make these work, ClientSum and/or PatcherSum can't be empty
// Note: these files should put same place as patch file (file_url in internal config)
//Relative address, not FULL URL!
ClientPath=
PatcherPath=
// Patch list file
PatchList=plist.txt
[Stars]
// Shining o.O (Anyways, its for start button clones)
// Since orignal client has check sum.. why not for clones? XD
//How many? (it should same as amount of start button clone, but of course it's your choice)
clients=0
// _sum - checksum, use CheckSum tool.
//client1_sum=
// _Name - Filename of exe
//client1_Name=
// _Path - Path for file [Compressed]
//client1_Path=
[Misc]
//Set a limit for fragment, when reach this limit, patcher will ask user to defrag
FragmentLimit=50
Question
Kariton Revolution
My Thor Patcher works but when i add a patch in plist.txt it say's failed to get file. my patching site is ucoz.com

Config.ini
main.ini
help please
Edited by Kariton RevolutionLink to comment
Share on other sites
6 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.