Jump to content
  • 0

Failed to get .thor


Dust87

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/28/14
  • Last Seen:  

Hi guys, it's me! (again! xD)

I get another probleme with my patcher, I don't know why the patcher can find the plist.txt, but don't wanna download my patch.

There is my main.ini, my patcher config, and my files locations:

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=http://MYIP/html/thor/patchs/

[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=CA00FA40


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

config.ini:

 

Spoiler

[Config:Main]

RootURL='http://MYIP:8080/thor/'

RemoteConfigFile='main.ini'

TimeOut=0

StatusFile='patchs.dat'

DefaultGRF='mdata.grf'

ClientEXE='Morigan Launcher.exe'
ClientParameter='-1sak1'

FinishOnConnectionFailure=false

[Config:Window]
AutoResize=true
Style='none'

Width=
Height=

DragHandling=true

Background='images/bg.jpg'

FadeOnDrag=false

[Config:BGM]
File=

Loop=true

Volume=20

Directory=

[Config:Misc]
Title='Morigan Patcher'

HideProgressBarWhenFinish=false


[Label:Status]
AutoResize=true

Width=411
Height=16

Left=40
Top=447
Alignment='left'

FontColor=$ffffff
FontName = 'calibri'
FontSize =9

Text='Patch Process Finished'

Hook='StatusChange'

[ProgressBar:bar1]
Width=411
Height=16

Left=36
Top=419

BackColorStart=
BackColorEnd=

FrontColorStart=
FrontColorEnd=

FrontImage='images/frontprogress.png'
BackImage='images/backprogress.png'

Hook='ProgressChange'


[NoticeBox:Box0]
Width=216
Height=161
Left=32
Top=238
URL='http://MYIP:8080/thor/notice.html'

[Button:Start]
Default='images/start.png'
OnHover='images/starthover.png'
OnDown='images/startdown.png'
Left=468
Top=323
Hook='Start'

[Button:Exit]
Default='images/Exit.png'
OnHover='images/Exithover.png'
OnDown='images/Exitdown.png'
Left=684
Top=6
Mode=5
 

and my path:

58d8d98701e84_Sanstitre.png.ef3ed368ede4570bcff77e705abc9c33.png

 

PS: I've already trry to add the 8080 port after my IP in main.ini, even tried to make patchs through FTP.

If you don't mind to help me :P

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  882
  • Reputation:   117
  • Joined:  05/23/12
  • Last Seen:  

Und will need to change:

file_url=http://MYIP/html/thor/patchs/

To:

file_url=http://MYIP:8080/thor/patchs/

 

Rynbef~

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/28/14
  • Last Seen:  

55 minutes ago, Rynbef said:

Und will need to change:

file_url=http://MYIP/html/thor/patchs/

To:

file_url=http://MYIP:8080/thor/patchs/

 

Rynbef~

Thx problem solved :)

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