Skip to content
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

Lecter + Magazine Resprite #34974

Merged
merged 7 commits into from
Feb 9, 2025

Conversation

august-sun
Copy link
Contributor

About the PR

Revised the Lecter's sprites, as well as the rifle mag's.

Why / Balance

This respriting gives the Lecter a new design while keeping visual aspects consistent with new security armory sprites.

Technical details

Created new Lecter sprite, with appropriate states (base, icon, mag, wielded left/right, inhand left/right, equipped backpack & suitstorage).

Created new rifle magazine sprite, with appropriate states (base, mag-1, practice, red, uranium).

Media

image

image

image

image

image

Requirements

Breaking changes

Changelog

🆑

  • tweak: Reworked Lecter and magazine sprites.

@github-actions github-actions bot added Changes: No C# Changes: Requires no C# knowledge to review or fix this item. Changes: Sprites Changes: Might require knowledge of spriting or visual design. S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. size/S Denotes a PR that changes 10-99 lines. labels Feb 8, 2025
Copy link
Contributor

github-actions bot commented Feb 8, 2025

RSI Diff Bot; head commit 7dde473 merging into 87a8684
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/Objects/Weapons/Guns/Ammunition/Magazine/Rifle/rifle_mag.rsi

State Old New Status
base Modified
mag-1 Modified
practice Modified
red Modified
rubber Modified
uranium Modified

Resources/Textures/Objects/Weapons/Guns/Rifles/lecter.rsi

State Old New Status
base Modified
bolt-open Modified
equipped-BACKPACK Modified
equipped-SUITSTORAGE Modified
icon Modified
inhand-left Modified
inhand-right Modified
mag-0 Modified
wielded-inhand-left Modified
wielded-inhand-right Modified

Edit: diff updated after 7dde473

Comment on lines 2 to 8
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "All sprites by https://github.com/august-sun.",
"size": {
"x": 32,
"y": 32
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these need to be spaces, our JSON convention is 4-spaced and this file appears to be 4-spaced so do follow it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ArtisticRoomba I believe I fixed this?

},
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "All sprites by https://github.com/august-sun.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor attribution nitpick but any way you go is fine as long as you give you github username and explicitly say it's github

Suggested change
"copyright": "All sprites by https://github.com/august-sun.",
"copyright": "All sprites by august-sun (GitHub)",

@@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/shiptest-ss13/Shiptest/pull/1602/commits/3e6cfea9d468508a7f64ad5543c3b22479cb465f, https://github.com/shiptest-ss13/Shiptest/blob/master/icons/obj/ammo.dmi",
"copyright": "All sprites by https://github.com/august-sun.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same nitpick here, you can choose to listen to me or not

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When reviewing in rider I just noticed that for some odd and sick and twisted reason that the file formatting on this is so so wrong. I made the changes locally if you'd like to copy them since I can't push to your repo.

{
    "version": 1,
    "license": "CC-BY-SA-3.0",
    "copyright": "All sprites by https://github.com/august-sun.",
    "size": {
        "x": 32,
        "y": 32
    },
    "states": [

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ArtisticRoomba I think this has been fixed as well!

@ArtisticRoomba
Copy link
Contributor

The G36 (looks like it!) my beloved. Good sprites.

@ArtisticRoomba ArtisticRoomba added P3: Standard Priority: Default priority for repository items. S: Needs Review Status: Requires additional reviews before being fully accepted DB: Beginner Friendly Difficulty: Great for beginners. Unambiguous in scope, and explains how to achieve the result. A: Art Area: Art with no implications for other areas. T: Visual Change Type: Deals with changes to art, sprites or other visuals in the game. and removed S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. labels Feb 8, 2025
@august-sun august-sun closed this Feb 8, 2025
@august-sun august-sun reopened this Feb 8, 2025
@august-sun
Copy link
Contributor Author

Did you know you can very easily accidentally close your own PR on your phone

@Djungelskog2
Copy link

looks great, not sure how much the back sprite overlaps with the quiver sprite tho

@Pumkin69
Copy link

Pumkin69 commented Feb 8, 2025

looks cool

@Entvari
Copy link

Entvari commented Feb 8, 2025

Baller

@TeenSarlacc
Copy link
Contributor

mag sprites are 🔥

Comment on lines 3 to 7
"license": "CC-BY-SA-3.0",
"copyright": "All sprites by https://github.com/august-sun.",
"size": {
"x": 32,
"y": 32
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still an issue, I fixed the whitespace on my local:

{
    "version": 1,
    "license": "CC-BY-SA-3.0",
    "copyright": "All sprites by https://github.com/august-sun.",
    "size": {
        "x": 32,
        "y": 32
    },
    "states": [

@Emisse
Copy link
Contributor

Emisse commented Feb 8, 2025

art approval

@github-actions github-actions bot added size/XS Denotes a PR that changes 0-9 lines. and removed size/S Denotes a PR that changes 10-99 lines. labels Feb 9, 2025
@slarticodefast slarticodefast merged commit e650bbc into space-wizards:master Feb 9, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: Art Area: Art with no implications for other areas. Changes: No C# Changes: Requires no C# knowledge to review or fix this item. Changes: Sprites Changes: Might require knowledge of spriting or visual design. DB: Beginner Friendly Difficulty: Great for beginners. Unambiguous in scope, and explains how to achieve the result. P3: Standard Priority: Default priority for repository items. S: Needs Review Status: Requires additional reviews before being fully accepted size/XS Denotes a PR that changes 0-9 lines. T: Visual Change Type: Deals with changes to art, sprites or other visuals in the game.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants