//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=www.jebatro.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 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
Dolphin86
i think i have configure my thor patcher correctly, but im still cant connect... weird, could someone point out which part did i made wrong?
config.ini
[Config:Main] RootURL='http://jebatro.com/patch/' RemoteConfigFile='main.ini' TimeOut=0 StatusFile='update.dat' DefaultGRF='jebatro.grf' ClientEXE='JebatRO.exe' ClientParameter='-1sak1' FinishOnConnectionFailure=false [Config:Window] AutoResize=true Style='none' Width=800 Height=500 DragHandling=true Background='images/bg.jpg' FadeOnDrag=false [Config:BGM] File= Loop=true Volume=20 Directory= [Config:Misc] Title='JebatRO Patcher' HideProgressBarWhenFinish=false [Label:Status] AutoResize=true Width=800 Height=500 Left=199 Top=465 Alignment='center' FontColor=$ffffff FontName = 'calibri' FontSize =10 Text='Patch Process Finished' Hook='StatusChange' [ProgressBar:bar1] Width=800 Height=500 Left=35 Top=450 BackColorStart=35 BackColorEnd=545 FrontColorStart=35 FrontColorEnd=545 FrontImage='images/frontprogress.png' BackImage='images/backprogress.png' Hook='ProgressChange' [Button:Start] Default='images/start.png' OnHover='images/start-hover.png' OnDown='images/start.png' Left=565 Top=427 Hook='Start' [Button:Exit] Default='images/exit.png' OnHover='images/exit.png' OnDown='images/exit.png' Left=620 Top=20 Mode=5 [Button:Forums] Default='images/forum.png' OnHover='images/forum-hover.png' OnDown='images/forum.png' Left=43 Top=107 Mode=1 Action='http://jebatro.com/forum/' [Button:Register] Default='images/register.png' OnHover='images/register-hover.png' OnDown='images/register.png' Left=43 Top=250 Mode=1 Action='http://jebatro.com/cp/?module=account&action=create' [Button:Website] Default='images/website.png' OnHover='images/website-hover.png' OnDown='images/website.png' Left=398 Top=107 Mode=1 Action='http://jebatro.com' [Button:Vote] Default='images/vote.png' OnHover='images/vote-hover.png' OnDown='images/vote.png' Left=585 Top=107 Mode=1 Action='http://jebatro.com/cp/?module=account&action=login'
main.ini
im using Shinro Design Thor Patcher Skin : Link
Edited by dolphincute3 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.