Option to download Mac distribution as a tarball?
Posted: Thu Nov 24, 2016 2:41 am
Hey there!
This question is aimed towards the game's developers.
I have recently started work on a project that aims to allow easy installation of mod packs, and it rides on top of your wonderful API sitting at https://mods.factorio.com/api/.
I wish to be able to let users run mod packs on their chosen Factorio versions. Now, this is not a problem for Windows or Linux users as you (thankfully!) provide .zip and .tar.gz distributions for them respectively.
However, for Mac OS X users, there is only a .dmg distribution, which is.. uh.. hard.. to extract, to say the least. Especially since I'm writing this project in Java.
My request is this:
Could you please provide either a .tar.gz or .zip distribution for Mac?
I'm asking as it's painful to write a DMG extractor (the only library is 4-8 years old and is heavily obfuscated), and I don't want to need to extract the files every time a user wants to install a new game version for a mod pack.
It's either that or hosting the extracted files on my own server, but I feel like that would be against the terms of service (I'm not a lawyer so I don't particularly feel like delving into that stuff), and I don't particularly want to do that, either.
Thank you in advance for any response. I understand if you are unable to do this, although I hope you can!
P.S. I love your game. Thanks for making it. It has made for countless hours of enjoyment.
This question is aimed towards the game's developers.
I have recently started work on a project that aims to allow easy installation of mod packs, and it rides on top of your wonderful API sitting at https://mods.factorio.com/api/.
I wish to be able to let users run mod packs on their chosen Factorio versions. Now, this is not a problem for Windows or Linux users as you (thankfully!) provide .zip and .tar.gz distributions for them respectively.
However, for Mac OS X users, there is only a .dmg distribution, which is.. uh.. hard.. to extract, to say the least. Especially since I'm writing this project in Java.
My request is this:
Could you please provide either a .tar.gz or .zip distribution for Mac?
I'm asking as it's painful to write a DMG extractor (the only library is 4-8 years old and is heavily obfuscated), and I don't want to need to extract the files every time a user wants to install a new game version for a mod pack.
It's either that or hosting the extracted files on my own server, but I feel like that would be against the terms of service (I'm not a lawyer so I don't particularly feel like delving into that stuff), and I don't particularly want to do that, either.
Thank you in advance for any response. I understand if you are unable to do this, although I hope you can!
P.S. I love your game. Thanks for making it. It has made for countless hours of enjoyment.