-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloaded mods are stored with wrong filenames #6
Comments
Hey! Did you install from source, or did you install with |
Actually, it doesn't appear to be a result of the version, so don't worry about that. This appears to be from the fact that the host URL looks like this: https://mods.factorio.com/download/even-distribution/611ff8effdd9bd808d2dc9ed. When downloading it manually by visiting the page, the .zip file is named correctly, however the name in my sourcecode is gleaned directly from the URL. The file is still a zip file, it's just named weird. Out of curiosity, does the server still accept the mods as valid, or do the names break it? |
As the mod names do not have proper file extensions, I didn't try.
Aug 6, 2024 19:18:25 Nathaniel Graham ***@***.***>:
…
Actually, it doesn't appear to be a result of the version, so don't worry about that. This appears to be from the fact that the host URL looks like this: https://mods.factorio.com/download/even-distribution/611ff8effdd9bd808d2dc9ed. When downloading it manually by visiting the page, the .zip file is named correctly, however the name in my sourcecode is gleaned directly from the URL.
The file is still a zip file, it's just named weird.
Out of curiosity, does the server still accept the mods as valid, or do the names break it?
—
Reply to this email directly, view it on GitHub[#6 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ABCDHS27UNW4ZT5SQTADFXLZQEAODAVCNFSM6AAAAABLWYEB7GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZRG43TEMZZG4].
You are receiving this because you authored the thread.
[Tracking image][https://github.com/notifications/beacon/ABCDHS3J6RWQ4GPF7YUXXX3ZQEAODA5CNFSM6AAAAABLWYEB7GWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUHNB7O2.gif]
|
Here's the log after calling it with
My
update-factorio.yaml
:In the mods directory, the downloaded files are stored with filenames being some form of fingerprint:
The text was updated successfully, but these errors were encountered: