Patcher Problem

Takizuki

New member
Messages
45
Points
0
hi, im new to Thor tried to update my grf but its not updating and showing a directory after patch

f561f913bfe9bef487ec45e97e561717.png


also having problem displaying my Notice Box its not showing on my patcher

here's my thor config

[Config:Main]RootURL='http://mydomain.com/patch/'RemoteConfigFile='main.ini'TimeOut=0StatusFile='myro.dat'DefaultGRF='myro.grf'ClientEXE='loki.exe'ClientParameter='-1sak1'//When patcher unable to connect webserver,//should the patcher allow player start the game anyways?FinishOnConnectionFailure=true[Config:Window]Style='none'//This allows the player drag the window by backgroundDragHandling=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=trueVolume=5Directory=[Config:Misc]Title='Ragnarok Online Patcher'HideProgressBarWhenFinish=false[ProgressBar:bar1]Width=330Height=9Left=50Top=505BackColorStart=BackColorEnd=FrontColorStart=FrontColorEnd=FrontImage='images/frontprogress.png'BackImage='images/backtprogress.png'Hook='ProgressChange'[Label:Status]AutoResize = falseWidth=369Height=Left=15Top=480Alignment='center'FontColor=$FFFFFFFontName = 'Trebuchet MS'FontSize = 9Text='Patch Process Finished'Hook='StatusChange'[NoticeBox:Box0]Width=500Height=196Left=44Top=271URL='http://mydomain.com/patch/notice.html'[Button:Start]Default='images/start.png'OnHover='images/start2.png'OnDown='images/start3.png'Left=470Top=490//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/close3.png'Left=565Top=17Hook='Exit'[Button:Cancel]Default='images/cancel.png'OnHover='images/cancel2.png'OnDown='images/cancel3.png'Left=470Top=490Hook='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=
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:p[email protected]:port/dir/// o Note: username is required if want put password, otherwise everything is optional.file_url=http://mydomain.com/patch/data/[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 filePatchList=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 defragFragmentLimit=50
thanks
default_smile.png


UPDATE:

it seems that the patcher is not saving also coz when i tried to use patcher it still patching the same files. if its already patch it should be not patching at all

 
Last edited by a moderator:
Either report to thor patcher topic, or maybe try using other version of thor.

 
Back
Top