Hello everyone,
I’m currently struggling to understand how patching of mobile applications is supposed to work.
Now to give some information upfront:
- I used the Mobile Wizard to create the initial small APK with just an EntryMap that has the Content Request etc. Nodes setup.
- I also used the Wizard to create the “DLC1.0” that is then placed on a webserver to be downloaded by the app.
This works 100% fine and properly downloads the second map with all content.
Now the “problem” comes up when talking about patching either release or DLC.
For release patching, I assume I can simply create a new profile in the ProjectLauncher and check “Generate Patch”.
I added the release version (1.0.0) to the profile and it properly generates a “…_p.pak” file in the StagedBuilds folder.
Now how to apply that patch? The documentation says it needs to be copied next to the original pak file of that release on Windows.
I do not see that on my mobile device though. WindowsExplorer shows me an empty UE4Game folder on my phone and on the phone itself it also only shows the Engine and Saved folder.
Not a Releases folder and no where the original pak file.
I installed the APK via the bat file that is generated into the App folder when specifying the Archive option of the Profile.
I assume installing it by manually copying the APK and installing it won’t change anything.
Now I don’t know if the GoogleStore or IOS Store supports adding additional Pak files like that.
Since the Release version is usually quite small, I could live with simply recreating the APK and uploading the new version.
However would one then NOT use Pak files and generate all files unpacked? Because otherwise the whole thing is downloaded again instead of just the changes.
Or is that normal? I doubt that you always have to redownload the whole APK file from the store if someone updates it.
So what am I supposed to do for the Release here?
Furthermore, the DLC. Let’s say it’s a HUGE game, where the DLC1.0 for the additional content holds 1GB.
Now I add changes to the DLC content, that add 10MB more to that. How do I patch these in?
Since DLCs are based on Maps and their referenced content instead of a single uasset file, I can’t just regenerated a new DLC, can I?
That would result in the 1.01GB DLC1.0 again, or?
And if yes, patching doesn’t work for DLCs, as the Launcher says “Only DLC or Release”. So how am I supposed to add content to this?
A second DLC2.0 would only work if it’s a second map with new assets, but not if I want to update the existing map of DLC1.0.
The Chunk Manifest file should technically take care of patching or? So would I simply override the existing DLC1.0 and the manifest file would only require the user to download the changes?
Cheers,
Cedric
EDIT: It appears that recreating the DLC again with the original files still in place will in the end only apply changes. I created it again after changing a blueprint, uploaded all 3 folders to the Server again (overriding what is different in size) and started the app. It only downloaded 2MB instead of the initially 9MB.
Success?
Question about the release version patch still exists.