Jump to content
  • 0

Thor Patcher Cant Communicate with Server


Dolphin86

Question


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  704
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

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

Spoiler

[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

Spoiler

//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

 

im using Shinro Design Thor Patcher Skin Link

Edited by dolphincute
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   1
  • Joined:  10/10/18
  • Last Seen:  

[Shiro Designs]Free Thor Patcher\Tools\config.ini   RootURL='http://domain:80/patch/'

[Shiro Designs]Free Thor Patcher\Web\main.ini  file_url=http://domain:80/patch/data/

both of these need to add a port

Edited by label5
forget a web need to add port too
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   1
  • Joined:  10/10/18
  • Last Seen:  

it work on my side when adding 

RootURL='http://******.com:port here/patch/'
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  704
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

2 hours ago, label5 said:

it work on my side when adding 


RootURL='http://******.com:port here/patch/'

which part? you meant i need to add port? example

RootURL='http://******.com:22/patch/'

im not sure what are my port are... or should i just copy as you mention?

 da heck..? it work but it wont patch...?

nvm reason it wont patch since it detect my old patch list order i just add the next number from my last patch list order..\

worked now, thanks

Edited by dolphincute
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...