Update/Overwrite New Thor Patcher

thanna

New member
Messages
212
Points
0
Good Day Guys!

I have been searching this on the internet for 2 days because Im not familiar and not sure at all. I have an old patcher and looks bad so I decide to make a new one but the question is how can I Update/Overwrite the old one with the new one so that others with the shortcut on their desktop will not have any problems at all.

Thanks in advance to those who can enlighten me.

 
this is right in the main.ini 

Code:
[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=

// _sum - checksum, use CheckSum tool.
//client1_sum=
// _Name - Filename of exe
//client1_Name=
// _Path - Path for file [Compressed]
//client1_Path=
 
Last edited by a moderator:
this is right in the main.ini 

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

// _sum - checksum, use CheckSum tool.
//client1_sum=
// _Name - Filename of exe
//client1_Name=
// _Path - Path for file [Compressed]
//client1_Path=
Hello Sir,

I tried Patcher Sum and the Patcher Path. I does download the patch sir but didnt update my Thor.exe into the new design.

I hope you can help me sir.

Thank you.

 
Hello, i also have the same issue. It download the file and creates a Temp.exe closes the patcher and then both files are there it doesn't replace itself with the old patcher. 

 
Back
Top