-
Notifications
You must be signed in to change notification settings - Fork 10
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
Include map images? #15
Comments
Not sure, having version releases to only include new map images seems a bit too much hassle. Might be a better idea to have a script to fetch all maps/update so new map images come in automatically |
I'm not planning to bump the version every time a new image is submitted. In fact, I prefer not to create a new release for every change we make. Users can submit their own images, just have to approve them and they will be included in the next release.
Interesting. I'm not sure about an update script, but we could use the repo as a CDN: |
@sn3p I didn't know you provided links to the map images. Where is this link? Because you do have a bunch of maps under the assets. And on my side I was working to create new ones for the standard maps. |
@davidbernard04 in the README under UTStats Web Installation you'll find these links: I never used them, but I think these images don't have the correct filenames and dimensions by default. So you probably have to rename/resize them.
These always been there afaik, I never added any myself.
Awesome, please share them if you have new ones <3 |
@sn3p OK I see, those are the old low-res square format which would appear all stretched-up here. May I suggest you include in git only 900x300 images? |
If we're going to include the them will be in the correct format of course. But the question remains, I'm not sure if we even want to include all map images. Releases could get pretty large, we would need to maintain them, overseeing the quality is good enough, etc. |
For my part I do like when everything is bundled together, easier to use. About the size of releases, let's say a map image takes 150 KB (at least the ones I did, hehe). Having 200 hundreds map images would take 30 MB. It's not that bad, no? |
Already thought about this in the past but seems a good time to mention it: We should separate out the config that is local (ftp settings, info of UT servers etc.) from the other config and add it to a .gitignore so that people's git doesn't identify changes to it (unless you git add -f it) That way, users who want to just have their web host pulling updates (for maps for example) directly from github can do so. Git is the perfect choice for something that tracks updates and users can choose when to download them. I can raise a separate discussion topic for it if you think it needs it? Agreed - 30MB is nothing. |
Agreed. I have a few new map images, will add them soon!
Ik like the idea of separating local and privacy sensitive settings. Let's discuss this in a new issue 👍 |
We currently offer links to map image packs, but could include them by default as well.
This means releases will significantly increase in size.
We currently have this placeholder image, which suggests we include map images:
The text was updated successfully, but these errors were encountered: