My Thor Patcher works but when i add a patch in plist.txt it say's failed to get file .
here's the ss :
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
Question
SlashGeeGee
My Thor Patcher works but when i add a patch in plist.txt it say's failed to get file .
here's the ss :
My Config :
My Main.INI :
I'd be glad if someone helped me
Solved
By Setting Up Again.
Edited by SlashGeeGee2 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.