Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] so instead of sending the patch, you send the downloader which gets executed and updates your client

[DiscordArchive] so instead of sending the patch, you send the downloader which gets executed and updates your client

[DiscordArchive] so instead of sending the patch, you send the downloader which gets executed and updates your client

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

so instead of sending the patch, you send the downloader which gets executed and updates your client instead?
rektbyfaith
04-23-2021, 12:46 PM #1

Archived author: IceReaper • Posted: 2021-04-23T12:46:57.410000+00:00
Original source

so instead of sending the patch, you send the downloader which gets executed and updates your client instead?

rektbyfaith
Administrator
0
04-23-2021, 12:48 PM
#2
Archived author: stoneharry • Posted: 2021-04-23T12:48:27.023000+00:00
Original source

You can set it up how you want your patching process to work. We have 3 known tools available to us:
1) Patching through login
2) Installing updates through the updater
3) Downloading data through the Downloader

Generally you want to use 2) to install any MPQ updates you have and any custom files.

You can send 2) through 1) or 3).

1) can send 2) or 3)
rektbyfaith
04-23-2021, 12:48 PM #2

Archived author: stoneharry • Posted: 2021-04-23T12:48:27.023000+00:00
Original source

You can set it up how you want your patching process to work. We have 3 known tools available to us:
1) Patching through login
2) Installing updates through the updater
3) Downloading data through the Downloader

Generally you want to use 2) to install any MPQ updates you have and any custom files.

You can send 2) through 1) or 3).

1) can send 2) or 3)

rektbyfaith
Administrator
0
04-23-2021, 12:49 PM
#3
Archived author: stoneharry • Posted: 2021-04-23T12:49:15.225000+00:00
Original source

The Blizzard Downloader only exists so that we are not sending a huge update through the authentication server.
rektbyfaith
04-23-2021, 12:49 PM #3

Archived author: stoneharry • Posted: 2021-04-23T12:49:15.225000+00:00
Original source

The Blizzard Downloader only exists so that we are not sending a huge update through the authentication server.

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

It allows peer 2 peer (torrenting) and HTTP direct downloads
rektbyfaith
04-23-2021, 12:49 PM #4

Archived author: stoneharry • Posted: 2021-04-23T12:49:25.102000+00:00
Original source

It allows peer 2 peer (torrenting) and HTTP direct downloads

rektbyfaith
Administrator
0
04-23-2021, 12:49 PM
#5
Archived author: IceReaper • Posted: 2021-04-23T12:49:33.735000+00:00
Original source

Yeah, that makes sense
rektbyfaith
04-23-2021, 12:49 PM #5

Archived author: IceReaper • Posted: 2021-04-23T12:49:33.735000+00:00
Original source

Yeah, that makes sense

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

BNUpdate sounds like it installs the MPQ updates and the new version of the WoW executable - that's exactly what the Blizzard Updater does. It's an official blizzard tool and works with any version of WoW that still uses MPQs
rektbyfaith
04-23-2021, 12:50 PM #6

Archived author: stoneharry • Posted: 2021-04-23T12:50:57.143000+00:00
Original source

BNUpdate sounds like it installs the MPQ updates and the new version of the WoW executable - that's exactly what the Blizzard Updater does. It's an official blizzard tool and works with any version of WoW that still uses MPQs

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

You could spend a long time reverse engineering the BNUpdate and working out the exact structures it expects but I don't see the value when the other tool does the exact same job
rektbyfaith
04-23-2021, 12:51 PM #7

Archived author: stoneharry • Posted: 2021-04-23T12:51:38.455000+00:00
Original source

You could spend a long time reverse engineering the BNUpdate and working out the exact structures it expects but I don't see the value when the other tool does the exact same job

rektbyfaith
Administrator
0
04-23-2021, 12:55 PM
#8
Archived author: stoneharry • Posted: 2021-04-23T12:55:36.810000+00:00
Original source

It took a damn long time to get all these tools and patching processes that we have working, so I would caution about investing time into trying to get other versions of the tools working
rektbyfaith
04-23-2021, 12:55 PM #8

Archived author: stoneharry • Posted: 2021-04-23T12:55:36.810000+00:00
Original source

It took a damn long time to get all these tools and patching processes that we have working, so I would caution about investing time into trying to get other versions of the tools working

rektbyfaith
Administrator
0
04-23-2021, 12:57 PM
#9
Archived author: IceReaper • Posted: 2021-04-23T12:57:35.663000+00:00
Original source

While i totaly agree on that, i do these things just for the fun of doing them, no matter if it makes sense or not Before abandoning the bnupdate i try to investigate some more patches. Maybe i find another version which does not simply say 100% and does everything besides writing new files
rektbyfaith
04-23-2021, 12:57 PM #9

Archived author: IceReaper • Posted: 2021-04-23T12:57:35.663000+00:00
Original source

While i totaly agree on that, i do these things just for the fun of doing them, no matter if it makes sense or not Before abandoning the bnupdate i try to investigate some more patches. Maybe i find another version which does not simply say 100% and does everything besides writing new files

rektbyfaith
Administrator
0
04-23-2021, 12:57 PM
#10
Archived author: Foe • Posted: 2021-04-23T12:57:56.491000+00:00
Original source

Remember to document it
rektbyfaith
04-23-2021, 12:57 PM #10

Archived author: Foe • Posted: 2021-04-23T12:57:56.491000+00:00
Original source

Remember to document it

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