Resolved Sequential Download System

melihxrist

Member
Joined
Aug 31, 2023
Messages
13
Location
Turkey
Programming Experience
3-5
Hello, everything about my launcher is complete, I only have 1 problem left. My update system is done through version control. For example, if my version value is 1 and I have 3 update packages, I need to set the version on the server side to 3. But when I make version 3, my update only downloads the 3rd update package. I want it to download the packages I want from 1 to 3. It should go down to 1,2,3 and update each one as an update. With which feature can I do it?
 
I didn't understand most of your message

I'm sorry, I'm using translation so I can't be fully descriptive. I'm thinking of setting up a system like you described. For example, if my version value is 1 and the version value on the server is 5, I want it to download in the update folder on the server as sample patch1, patch2, patch3, patch4, patch5. For example, if my version value is 3, I want it to download only patch4 and patch5.
 
Back
Top Bottom