patches

12/09/2014 14:43 Moataz2023#1
i want to learn how to make a patch and make the autopatch download it
12/09/2014 17:15 Super Aids#2
1. Wrong section.
2. Learn to code.
3a. Learn to use either sockets and/or http requests (Uses sockets underneath)
3b. Learn to use C#/VB/(insert any other language that supports the .NET framework.) and the WebClient class
4. Learn GUI programming.
5. Make a nice GUI.
6. Combine it with 3a/3b.
7. You now have to use some logic with the programming knowledge.
8. Your autopatcher is done.
12/10/2014 01:16 turk55#3
Quote:
Originally Posted by Super Aids View Post
1. Wrong section.
2. Learn to code.
3a. Learn to use either sockets and/or http requests (Uses sockets underneath)
3b. Learn to use C#/VB/(insert any other language that supports the .NET framework.) and the WebClient class
4. Learn GUI programming.
5. Make a nice GUI.
6. Combine it with 3a/3b.
7. You now have to use some logic with the programming knowledge.
8. Your autopatcher is done.
Doesn't particularly have to be a .NET language. :P
But doesn't change the fact those steps have to be taken.
12/10/2014 12:53 Super Aids#4
Quote:
Originally Posted by turk55 View Post
Doesn't particularly have to be a .NET language. :P
But doesn't change the fact those steps have to be taken.
That's why I made the choice a/b if you noticed. a was sockets and http requests which is pretty much any language. b was .NET which has WebClient.Download*

@OP if you're curious about how a file is sent from a webserver.
This is the syntax:
Code:
HTTPHEADER
RESPONSE DATA
Ex.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
12/10/2014 15:15 pro4never#5
Alternatively he can use TQs auto patcher.

CptSky wrote a server emulator for it and all he'd have to do is make a couple changes client side to point the patcher at his own patch server and he's good to go.

Making the patches themselves is just an auto extracting Rar archive of files you want in the client once the patch is dl'd.
12/10/2014 15:51 CptSky#6
As pro4never said, TQ's auto patcher is just fine. Using it with my emulator only requires editing one file in the client (AutoPatch.dat).

[Only registered and activated users can see links. Click Here To Register...]
12/16/2014 21:56 Moataz2023#7
okaaaaaaaaaay, i still got no answer :D and i think i don't need to learn that much programs i am not doing my own autopatcher i am just asking how to make a patch and and make that patch go to the autopatcher i have .
12/16/2014 22:11 pro4never#8
Quote:
Originally Posted by Moataz2023 View Post
okaaaaaaaaaay, i still got no answer :D and i think i don't need to learn that much programs i am not doing my own autopatcher i am just asking how to make a patch and and make that patch go to the autopatcher i have .
We answered your question... We told you exactly how to manage using TQs auto patcher and provided you a fully working auto patch server to accomplish it.
12/16/2014 22:44 Moataz2023#9
bro the answers are complicated not my fault ur to smart :D
12/16/2014 23:21 CptSky#10
Quote:
Originally Posted by Moataz2023 View Post
bro the answers are complicated not my fault ur to smart :D
Maybe you should forget about it if our answers are too complicated for you...