Jump to content
  • 0

Thor Patcher - Failed to Get File


SlashGeeGee

Question


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

My Thor Patcher works but when i add a patch in plist.txt it say's failed to get file .

here's the ss :

10ym7h4.jpg

My Config :

// Thor Patcher Internal Config File
// Note: any entry leaves as blank will use default value

// True = 1
// False = 0
// Note that true or 1 both works fine (that's why I put "=")


//base_url - everything except patch files will read from here
//The address should point to a directory with / at end
//
// example:
//  [url="http://domain.com/patch/"]http://domain.com/patch/[/url]
//	NOT
//  [url="http://domain.com/patch"]http://domain.com/patch[/url]
//
base_url=http://www.intelro.webcrewhosting.com/patch/

//notice_file - [Relative Address]
//You should able to access this file by combine base_url & notice_file
notice_file=http://www.intelro.webcrewhosting.com/patch/notice.html

//core_file - [Relative Address]
//this internal config file only store whats required,
//but core_file is a remote config file that stores on your web host
core_file=main.ini

//TimeOut - timeout of connection in seconds
//0 is default setting, leave it as 0 unless you know what you are doing!
TimeOut=0

//=============================
// File below is on local disk
//=============================
[Local]
//status_file - [Relative Address]
//It used to store information such as last patch id etc,
status_file=illusivero.dat

//grf_file - [Relative Address]
grf_file=your-illusivero.grf

//client_file - [Relative Address]
//It's GAME EXE not patcher's
client_file=IllusiveRO.exe

//client_parameter - [self Explained]
client_parameter=-1sak1

My 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:
//		 [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]:port/dir/"][url="ftp://username:passw...n.com:port/dir/"]ftp://username:passw...n.com:port/dir/[/url]
//	 o Note: username is required if want put password, otherwise everything is optional.
file_url=http://www.intelro.webcrewhosting.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

I'd be glad if someone helped me /no1

Solved :)

By Setting Up Again.

Edited by SlashGeeGee
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

/patch/data/

P.S. Your conf file looks different from mine :<

RootURL='http://www.domain.com/patch/data'

Edited by Matrixfox
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  210
  • Reputation:   10
  • Joined:  11/20/11
  • Last Seen:  

^ see screenshot.

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