Jump to content

[ Dead Download Link ] Open Source Patcher [ We Need You ]


NexuS

Recommended Posts

Hi! 

 

I have got some freetime in summer, so i release my patcher source. Just use file size (bytes) to check files.

(Made it in C# WPF)

How to work:

1. Create your patchlist.txt (added image)

2. Upload on FTP or wherever you want

3. Upload the listed files

 

Lets do the exe

1. Open solution with a compiler

2. Edit Globals.cs

 

        public static string ServerUrl = "http://www.***.com/patcher/";

The "ServerUrl" is the server folder, that contain created patchlist.txt

 

 

        //starter exe name
        public static string exename = "game.exe";

If downloaded finished automatically start this exe (currentfolder)

 

 

        //create patchlog.txt with datas of downloading and etc
        public static string logname = "patchlog.txt";
        public static bool enablelog = true;

The patcher create log, "enablelog" = true/false 

 

Download link: https://mega.co.nz/#!pFhVFZoL!kG8zorvqfxikPbcuPxdVwyGifVldWP2ciAaz3gcWXsY

plist.png

ftp.png

For any service, effect, design, programming PM to me

Ohh, the main thing : Have nice summer!

Edited by NexuS
  • Metin2 Dev 1
  • Love 4
Link to comment
Share on other sites

  • 8 months later...
  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.