Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] There's been a few versions of the patching programs over the years, I'm not familiar with the one y

[DiscordArchive] There's been a few versions of the patching programs over the years, I'm not familiar with the one y

[DiscordArchive] There's been a few versions of the patching programs over the years, I'm not familiar with the one y

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
04-23-2021, 12:31 PM
#1
Archived author: stoneharry • Posted: 2021-04-23T12:31:45.581000+00:00
Original source

There's been a few versions of the patching programs over the years, I'm not familiar with the one you are trying to analyse. However, I would guess that if it handles updating any version to 1.12 it will try to contact Blizzard servers to find out which patch it needs to download and install for the version your client is on. That's how the launcher works.

Let's take a step back - why are you trying to update from CD to 1.12 in the first place? Why not use one of the many 1.12 direct client downloads?
rektbyfaith
04-23-2021, 12:31 PM #1

Archived author: stoneharry • Posted: 2021-04-23T12:31:45.581000+00:00
Original source

There's been a few versions of the patching programs over the years, I'm not familiar with the one you are trying to analyse. However, I would guess that if it handles updating any version to 1.12 it will try to contact Blizzard servers to find out which patch it needs to download and install for the version your client is on. That's how the launcher works.

Let's take a step back - why are you trying to update from CD to 1.12 in the first place? Why not use one of the many 1.12 direct client downloads?

rektbyfaith
Administrator
0
04-23-2021, 12:33 PM
#2
Archived author: IceReaper • Posted: 2021-04-23T12:33:08.543000+00:00
Original source

I want to replicate the original patching behavior as precisely as possible. Starting from a clean cd version and using the ingame update feature as in that particular version, no launcher not backgrounddownloader was present
rektbyfaith
04-23-2021, 12:33 PM #2

Archived author: IceReaper • Posted: 2021-04-23T12:33:08.543000+00:00
Original source

I want to replicate the original patching behavior as precisely as possible. Starting from a clean cd version and using the ingame update feature as in that particular version, no launcher not backgrounddownloader was present

rektbyfaith
Administrator
0
04-23-2021, 12:34 PM
#3
Archived author: IceReaper • Posted: 2021-04-23T12:34:15.456000+00:00
Original source

afterwards i want to mimic the proper sdk/server-side patch creation mechanicsm, so i can build and deploy proper legacy patches from git
rektbyfaith
04-23-2021, 12:34 PM #3

Archived author: IceReaper • Posted: 2021-04-23T12:34:15.456000+00:00
Original source

afterwards i want to mimic the proper sdk/server-side patch creation mechanicsm, so i can build and deploy proper legacy patches from git

rektbyfaith
Administrator
0
04-23-2021, 12:35 PM
#4
Archived author: stoneharry • Posted: 2021-04-23T12:35:33.353000+00:00
Original source

The blizzard updater would do that for you, using a newer version of the official tools. It still works with vanilla. You can skip the blizzard downloader
rektbyfaith
04-23-2021, 12:35 PM #4

Archived author: stoneharry • Posted: 2021-04-23T12:35:33.353000+00:00
Original source

The blizzard updater would do that for you, using a newer version of the official tools. It still works with vanilla. You can skip the blizzard downloader

rektbyfaith
Administrator
0
04-23-2021, 12:35 PM
#5
Archived author: stoneharry • Posted: 2021-04-23T12:35:58.006000+00:00
Original source

It's a ton of work to reverse engineer these tools, better to use the known versions and it should provide everything you need
rektbyfaith
04-23-2021, 12:35 PM #5

Archived author: stoneharry • Posted: 2021-04-23T12:35:58.006000+00:00
Original source

It's a ton of work to reverse engineer these tools, better to use the known versions and it should provide everything you need

rektbyfaith
Administrator
0
04-23-2021, 12:37 PM
#6
Archived author: stoneharry • Posted: 2021-04-23T12:37:36.494000+00:00
Original source

I have a Jenkins job that builds the installer and client updates from git repos
rektbyfaith
04-23-2021, 12:37 PM #6

Archived author: stoneharry • Posted: 2021-04-23T12:37:36.494000+00:00
Original source

I have a Jenkins job that builds the installer and client updates from git repos

rektbyfaith
Administrator
0
04-23-2021, 12:40 PM
#7
Archived author: stoneharry • Posted: 2021-04-23T12:40:23.404000+00:00
Original source

You might even be able to open the BNUpdate with a MPQ editor, see if there's data you can extract, and use that as the skin for the newer version
rektbyfaith
04-23-2021, 12:40 PM #7

Archived author: stoneharry • Posted: 2021-04-23T12:40:23.404000+00:00
Original source

You might even be able to open the BNUpdate with a MPQ editor, see if there's data you can extract, and use that as the skin for the newer version

rektbyfaith
Administrator
0
04-23-2021, 12:42 PM
#8
Archived author: IceReaper • Posted: 2021-04-23T12:42:28.308000+00:00
Original source

Hm.. in long terms having a custom BNUpdate would be preferred anyway. I mean its job is simply to apply an update to the game files. Ill give the download a look
rektbyfaith
04-23-2021, 12:42 PM #8

Archived author: IceReaper • Posted: 2021-04-23T12:42:28.308000+00:00
Original source

Hm.. in long terms having a custom BNUpdate would be preferred anyway. I mean its job is simply to apply an update to the game files. Ill give the download a look

rektbyfaith
Administrator
0
04-23-2021, 12:42 PM
#9
Archived author: stoneharry • Posted: 2021-04-23T12:42:42.427000+00:00
Original source

That's what the blizzard updater does.
rektbyfaith
04-23-2021, 12:42 PM #9

Archived author: stoneharry • Posted: 2021-04-23T12:42:42.427000+00:00
Original source

That's what the blizzard updater does.

rektbyfaith
Administrator
0
04-23-2021, 12:42 PM
#10
Archived author: stoneharry • Posted: 2021-04-23T12:42:54.429000+00:00
Original source

The blizzard downloader is an entirely different program
rektbyfaith
04-23-2021, 12:42 PM #10

Archived author: stoneharry • Posted: 2021-04-23T12:42:54.429000+00:00
Original source

The blizzard downloader is an entirely different program

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)