Add medal source SVGs#432
Merged
Merged
Conversation
Member
|
I don't think you want them in the folder you put them in. They will be bundled with the game dll for no reason, increasing the size considerably. |
Member
Author
|
where would you suggest they go? top-level folder? |
Member
|
I think a top level folder |
Walavouchey
force-pushed
the
add-medal-svgs
branch
2 times, most recently
from
June 16, 2026 17:23
ff566e4 to
8da8081
Compare
peppy
self-requested a review
June 17, 2026 09:47
Member
Member
Author
|
please ensure your imagemagick version is correct (as mentioned in the script)... i've encountered roughly the same issue on a windows build, but idk what the cause is my `magick --version` outputedit: i can reproduce on a mac with the latest brew |
Member
|
I read that and did confirm my version: |
peppy
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

352 designs and 9 "base plates". i'm unsure if adding the generated image files is desired. if not, 8da8081 can be deleted
notes
all svgs here are scaled to a height of 420 px (just per how they've been in our latest figma docs)
some metrics for the medal base
while the client images need to have no padding at the sides due to lazer rendering a solid rim below the medal, the actual resolutions are rather random for whatever reason. i've kept them basically as they were in the original shell script though
most designs had .ai or .svg originals, but a few were lost to time, so they were either reconstructed from components or or traced by hand:
previews
here's a gallery of all generated pngs:
client 2x images
web 2x images
comparisons with current images
here are the image differences (i.e. pairwise subtractions of current and generated images). the more non-black diffs reveal some inconsistencies that have been ironed out while refactoring the vectors, like icon positioning/centering or inconsistencies between 1x and 2x images
apart from resolution inconsistencies, some were even stretched oddly, but this isn't visible in the diffs due to how they were generated
client 2x diffs from current
web 2x diffs from current
script used to generate diffs