Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Open Source] Patcher v3

Junior Spellweaver
Joined
Sep 16, 2009
Messages
137
Reaction score
103
Here is a new version of my open source patcher. In the third version, the patcher is limited to the essential.
In further developments in this patcher will follow a news box.

The patcher looks like this:
Sedrika - [Open Source] Patcher v3 - RaGEZONE Forums


In the Blue progress bar you can change the color. The necessary files are included in the download.

The patcher is positioned at the lower right of the screen and anchored to it, as long as it is not changed in the source code (in the configs with True and False adjustable).

Preview:
Sedrika - [Open Source] Patcher v3 - RaGEZONE Forums

The Patch List Creator is now written in PHP to allow the user to simplify.

Sedrika - [Open Source] Patcher v3 - RaGEZONE Forums


With a click on "Create" all files in the specified path are processed.
This involves the following:
Decompress -> Create Patch List -> Compress

Here is the configuration of the patcher:

Sedrika - [Open Source] Patcher v3 - RaGEZONE Forums


Version Version from the Patcher
FormMove Allow Form to move or not
PatchUrl URL where the "list.txt" file is
MaxDecompress Maximum number of file decompressions at once
UseMd5Check Include Md5 checks for updates
PatcherColor ProgressBar and start button color

ClientName Filename from client
ClientParam Parameter to start the client

__________________________________________________________

In the download you'll find everything you need.
Except for the DefaultPath I would not change anything.

In the "ChangeLog" changes in my developments are listed.

Change Log:
v3.2:
  • Fixxed DateTime Format error for user with MM.dd.yyyy as DateTime Format
  • Start Button color is now adjustable in the configs
v3.1:
  • ProgressBar Color is now adjustable in the configs
  • Added self update
  • Added updater project
  • Updated PHP files
v3.0.1:
  • Added file md5 check (adjustable in the config)
  • Fixxed a bug in file check
v3.0:
  • Release

VirusTotal:
Download:
Download:
Download:
Download:
 
Last edited:
Junior Spellweaver
Joined
Sep 16, 2009
Messages
137
Reaction score
103
It's an Patcher/Updater for your files.

I can recommend it to you if you have a game server. The patcher works with compression. The data traffic is thereby kept low and it is faster.

Sorry for my bad english.


Edit:

I've updated the source to v3.1
For changes have a look at the changelogs.
 
Last edited:
Junior Spellweaver
Joined
Sep 16, 2009
Messages
137
Reaction score
103
I've updated the source.
  • Fixxed DateTime Format error for user with MM.dd.yyyy as DateTime Format
  • Start Button color is now adjustable in the configs
 
Newbie Spellweaver
Joined
Dec 4, 2009
Messages
73
Reaction score
4
The patcher is positioned at the lower right of the screen and anchored to it, as long as it is not changed in the source code (in the configs with True and False adjustable).

Ever heard of .ini files?

Bleh, nevermind ..I just saw it was open source.

doh
 
Last edited:
Skilled Illusionist
Joined
Mar 24, 2007
Messages
362
Reaction score
34
Hey how did you manage to do your own custom percentage bar like that ? o_O
Mind linking me to a source on how you did it ?

Why i had to question it is that i'm coding myself a launcher/updater and i really hate to default percentage bar and i wanted to make mine custom via resources in the project.
 
Junior Spellweaver
Joined
Sep 16, 2009
Messages
137
Reaction score
103
AW: [Open Source] Patcher v3

Hey how did you manage to do your own custom percentage bar like that ? o_O
Mind linking me to a source on how you did it ?

Why i had to question it is that i'm coding myself a launcher/updater and i really hate to default percentage bar and i wanted to make mine custom via resources in the project.

Custom controls.

2
 
Skilled Illusionist
Joined
Mar 24, 2007
Messages
362
Reaction score
34
Re: AW: [Open Source] Patcher v3

Do you mind at all if you could like make a example and release it to the public for the community ?
I'm not fond with 'Custom Controls' just yet >.<
 
Junior Spellweaver
Joined
Sep 16, 2009
Messages
137
Reaction score
103
My custom processbar is already in the source. You just need to have a look.
 
Experienced Elementalist
Joined
May 5, 2012
Messages
254
Reaction score
50
Looks great. Definitely could use this :)
 
Back
Top