MCMrARM / mc-w10-version-launcher

Windows 10 Multi-Version launcher.
GNU General Public License v3.0
811 stars 143 forks source link

32bit (x86) should be supported #114

Open Rennosance opened 3 years ago

Rennosance commented 3 years ago

When downloaded on 32bit pcs, it doesnt run. You should make a 32bit version too

ambiennt commented 2 years ago

Old thread, but any word on this? @MCMrARM I've been trying to find a way to obtain 32 bit builds for all versions for quite some time now. I still have no idea how you're obtaining the product Ids. Using https://store.rg-adguard.net/ only seems to give the most recent version of Minecraft appxs.

MCMrARM commented 2 years ago

I have no plans to support 32-bit versions of Windows.

You can get the update IDs for versions of Minecraft that I have collected at https://github.com/MCMrARM/mc-w10-versiondb/blob/master/versions.txt (this includes x86 versions).

MCMrARM commented 2 years ago

Note that unless someone collected the update UUID for a given version it's not possible to go back and get it, and in addition the updates might be deleted after a few years.

MCMrARM commented 2 years ago

A simple PHP to download a version by UUID (only works for non-betas) can be found here: https://gist.github.com/MCMrARM/d4fe4a8f38e8a12034c1c830b19989c2

ambiennt commented 2 years ago

Thank you so much!

ambiennt commented 2 years ago

https://gist.github.com/ambiennt/fc77c59f24d6d0a5d640f0ff255644f8 walkthrough for how to use the script if anyone's interested

atouu commented 2 years ago

A simple PHP to download a version by UUID (only works for non-betas) can be found here: https://gist.github.com/MCMrARM/d4fe4a8f38e8a12034c1c830b19989c2

Thank you very much for this and it works perfectly for me! Can I host this online?

MCMrARM commented 2 years ago

The script can be freely rehosted. I release it into the public domain, or The Unlicense at your choice.