I don't know why but I already done everything needed to make the patcher working.
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=true
//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://116.68.171.190/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=59522621
PatcherSum=B43E7164
//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
I am using ConfigEmbeder to packing the thor patcher I am using ThorGenerator to convert the patch files (I will put the patch files on 116.68.171.190/patch/data) Let's call the patch files '2013-03-31patch.thor', before converted '2013-03-31patch.grf' I am editing plist 'line 1: 1 2013-03-31patch.thor' I am uploading every single files from web directory to 116.68.171.190/patch/ (Including data/2013-03-31patch.thor) I am launching the Thor patcher, Thor patcher open but not download anything and start game button available to be clicked
Another question: How I can let only my thor patcher can start RagexeRE.exe? Because I think, If we allow them to open RagexeRE.exe, they will just open RagexeRE.exe and bypass the patch How I can add/remove files from .grf files without forcing players to download the .grf files again.
I also don't know what this things for ClientSum=59522621 & PatcherSum=B43E7164 & ClientPath= & PatcherPath= & ClientParameter='' Safety reason, server secret code
I don't know how to add/delete/replace a files inside a .grf files.
I know there is a RO-GRF Options on the ThorGenerator.exe but I still don't know how it's works lol. Thank you for your help.
Updating the client and the patcher? Is this how it works?
2013-04-04 LegendaryRO-V1.0a-Lite was released.
ClientSum=59522621 PatcherSum=B43E7164
2013-04-05 LegendaryRO-V1.0b was released (Available for download via website or patcher)
ClientSum=59522622
PatcherSum=B43E7165
Then someone use the patcher, after that the client and the patcher is downloaded and replaced.
Question
xeNium
I don't know why but I already done everything needed to make the patcher working.
main.ini
config.iniI am using ConfigEmbeder to packing the thor patcher

I am using ThorGenerator to convert the patch files (I will put the patch files on 116.68.171.190/patch/data) Let's call the patch files '2013-03-31patch.thor', before converted '2013-03-31patch.grf'
I am editing plist 'line 1: 1 2013-03-31patch.thor'
I am uploading every single files from web directory to 116.68.171.190/patch/ (Including data/2013-03-31patch.thor)
I am launching the Thor patcher, Thor patcher open but not download anything and start game button available to be clicked
Another question:
How I can let only my thor patcher can start RagexeRE.exe? Because I think, If we allow them to open RagexeRE.exe, they will just open RagexeRE.exe and bypass the patch
How I can add/remove files from .grf files without forcing players to download the .grf files again.
I also don't know what this things for ClientSum=59522621 & PatcherSum=B43E7164 & ClientPath= & PatcherPath= & ClientParameter='' Safety reason, server secret codeI don't know how to add/delete/replace a files inside a .grf files.
I know there is a RO-GRF Options on the ThorGenerator.exe but I still don't know how it's works lol. Thank you for your help.
Updating the client and the patcher? Is this how it works?
2013-04-04 LegendaryRO-V1.0a-Lite was released.
ClientSum=59522621
PatcherSum=B43E7164
2013-04-05 LegendaryRO-V1.0b was released (Available for download via website or patcher)
ClientSum=59522622
PatcherSum=B43E7165
Then someone use the patcher, after that the client and the patcher is downloaded and replaced.
Edited by xeNiumChanged [Quote] to [Code].
11 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.