Hi guys
I am having real trouble getting my thor patcher to connect too my web host, the only error message i get is either "attempting to connect" or "failed to communicate with server"
here is my config.ini
[Config:Main]
RootURL='http://www.praetoriaro.com/patcher/'
RemoteConfigFile='main.ini'
TimeOut=0
StatusFile='PraetoriaRO.dat'
DefaultGRF='info.grf'
ClientEXE='PraetoriaRO.exe'
ClientParameter='-1rag1'
FinishOnConnectionFailure=false
[Config:Window]
AutoResize=true
Style='none'
Width=500
Height=430
DragHandling=true
Background='images/bg.jpg'
FadeOnDrag=true
[Config:BGM]
File=
Loop=true
Volume=20
Directory=
[Config:Misc]
Title='PraetoriaRO Patcher'
HideProgressBarWhenFinish=true
[ProgressBar:bar1]
Width=310
Height=20
Left=22
Top=385
BackColorStart=$009DEEEF
BackColorEnd=$00C2F1F1
FrontColorStart=$006ED5B0
FrontColorEnd=$0080DDCA
FrontImage=
BackImage=
Hook='ProgressChange'
[Label:Status]
AutoResize = false
Width=310
Height=
Left=20
Top=365
Alignment='center'
FontColor=$ffffff
FontName = ''
FontSize =
Text=''
Hook='StatusChange'
[NoticeBox:Box0]
Width=310
Height=150
Left=20
Top=200
URL='http://www.praetoria.com/patcher/index.html'
[Button:Start]
Default='images/start1.png'
OnHover='images/start2.png'
OnDown='images/start3.png'
Left=383
Top=211
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'
and here is my main.ini
I hope someone could help me please.
I am having real trouble getting my thor patcher to connect too my web host, the only error message i get is either "attempting to connect" or "failed to communicate with server"
here is my config.ini
[Config:Main]
RootURL='http://www.praetoriaro.com/patcher/'
RemoteConfigFile='main.ini'
TimeOut=0
StatusFile='PraetoriaRO.dat'
DefaultGRF='info.grf'
ClientEXE='PraetoriaRO.exe'
ClientParameter='-1rag1'
FinishOnConnectionFailure=false
[Config:Window]
AutoResize=true
Style='none'
Width=500
Height=430
DragHandling=true
Background='images/bg.jpg'
FadeOnDrag=true
[Config:BGM]
File=
Loop=true
Volume=20
Directory=
[Config:Misc]
Title='PraetoriaRO Patcher'
HideProgressBarWhenFinish=true
[ProgressBar:bar1]
Width=310
Height=20
Left=22
Top=385
BackColorStart=$009DEEEF
BackColorEnd=$00C2F1F1
FrontColorStart=$006ED5B0
FrontColorEnd=$0080DDCA
FrontImage=
BackImage=
Hook='ProgressChange'
[Label:Status]
AutoResize = false
Width=310
Height=
Left=20
Top=365
Alignment='center'
FontColor=$ffffff
FontName = ''
FontSize =
Text=''
Hook='StatusChange'
[NoticeBox:Box0]
Width=310
Height=150
Left=20
Top=200
URL='http://www.praetoria.com/patcher/index.html'
[Button:Start]
Default='images/start1.png'
OnHover='images/start2.png'
OnDown='images/start3.png'
Left=383
Top=211
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'
and here is my main.ini
I hope someone could help me please.
Code:
//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:
// [URL="http://domain.com/dir/"]http://domain.com/dir/[/URL]
// o FTP:
// [URL="ftp://domain.com/dir/"]ftp://domain.com/dir/[/URL]
// o With <Username> [Password] [Port]
// [URL="ftp://username:[email protected]/dir/"]ftp://username:[email protected]:port/dir/[/URL]
// o Note: username is required if want put password, otherwise everything is optional.
file_url=http://www.praetoriaro.com/patcher/
[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