Funky Facepaint Markings Port! #862

Merged
EchoOfNothing merged 5 commits from PonPon/SuspiciouslyMothShapedByrd:facepaintings!! into master 2026-08-27 08:23:25 +00:00
Contributor

Short description

MORE CUSTOMIZATION!! Most species get new head markings that resemble facepaints like for mimes or clowns or what not! Ported from Funkystation #1621

Why we need to add this

BOUNTY AND ALSO MORE CUSTOMIZATION HUZZAH!!

Media (Video/Screenshots)

Uhh I forgot to grab more but here's vulp image

Checklist

Ingame Changelog

🆑 zergologist originally, ported by PonPon

  • add: Ported from Frontier: A total of 14 distinct customization options for the head slot to human-headed species, vulpkanins, reptilians, and, Funky specific, Thavens. Includes base white facepaint, five options each for clown and mime, lipstick, eyebrows, and blush.
<!-- Link definitions, do not edit --> [guidelines]: https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html [ruleset]: https://rules.byrdstation.space/#h.vigrxrnffwji ## Short description <!-- What do you propose to change with your PR? --> MORE CUSTOMIZATION!! Most species get new head markings that resemble facepaints like for mimes or clowns or what not! Ported from [Funkystation #1621](https://github.com/funky-station/funky-station/pull/1621) ## Why we need to add this <!-- What is the reason for adding these changes? Please post links to Discussions as well as Bug Reports here. Please describe how this will change the game balance. --> BOUNTY AND ALSO MORE CUSTOMIZATION HUZZAH!! ## Media (Video/Screenshots) <!--If your PR contains in-game changes you must provide screenshots/videos of the changes.--> Uhh I forgot to grab more but here's vulp ![image](/attachments/25a3bfcf-b2af-466a-8d63-03b5888a0415) ## Checklist <!-- Check boxes for faster reviewing of your PR --> - [X] I do not require assistance to complete the PR. - [X] I have verified that the changes work before posting/requesting review of my PR. - [X] I have added screenshots/videos of the changes, or this PR does not change in-game mechanics. - [X] I have read the [Pull Request and Changelog Guidelines][guidelines] and [Byrd Station's Contributor Ruleset][ruleset]. ### Ingame Changelog <!--If you want the players to know about changes made in this PR, specify them using the template outside the comment. Short and informative.--> :cl: zergologist originally, ported by PonPon - add: Ported from Frontier: A total of 14 distinct customization options for the head slot to human-headed species, vulpkanins, reptilians, and, Funky specific, Thavens. Includes base white facepaint, five options each for clown and mime, lipstick, eyebrows, and blush.
Co-authored-by: funkystationbot <funky@funkystation.org>
error fix vulps fucky
Some checks failed
Test Packaging / Test Packaging (pull_request) Failing after 1m9s
RGA schema validator / YAML RGA schema validator (pull_request) Successful in 3m20s
RSI Validator / Validate RSIs (pull_request) Successful in 4m37s
YAML Linter / YAML Linter (pull_request) Successful in 9m46s
Map file schema validator / YAML map schema validator (pull_request) Successful in 10m25s
CRLF Check / CRLF Check (pull_request) Failing after 2m27s
Labels: PR / labeler (pull_request_target) Successful in 43s
Labels: Size / size-label (pull_request_target) Failing after 4s
Close PRs on master / run (pull_request_target) Has been skipped
b129b6a354
EchoOfNothing requested changes 2026-08-24 14:39:35 +00:00
Dismissed
@ -0,0 +10,4 @@
marking-FacepaintMimeSeriousThaven = Serious Mime Facepaint
marking-FacepaintWhiteThaven = White Facepaint
marking-FacepaintBlushThaven = Blush
marking-FacepaintBlushThaven-facepaint_blush = Blush
Member

marking-FacepaintBlushThaven-facepaint_blush doesn't seem to be used anywhere.

`marking-FacepaintBlushThaven-facepaint_blush` doesn't seem to be used anywhere.
PonPon marked this conversation as resolved
@ -0,0 +12,4 @@
marking-FacepaintBlushThaven = Blush
marking-FacepaintBlushThaven-facepaint_blush = Blush
marking-FacepaintEyebrowsThaven = Eyebrows
marking-FacepaintEyebrowsThaven-facepaint_eyebrows = Eyebrows
Member

marking-FacepaintEyebrowsThaven-facepaint_eyebrows doesn't seem to be used anywhere.

`marking-FacepaintEyebrowsThaven-facepaint_eyebrows` doesn't seem to be used anywhere.
PonPon marked this conversation as resolved
@ -0,0 +14,4 @@
marking-FacepaintEyebrowsThaven = Eyebrows
marking-FacepaintEyebrowsThaven-facepaint_eyebrows = Eyebrows
marking-FacepaintLipstickThaven = Lipstick
marking-FacepaintLipstickThaven-facepaint_lipstick = Lipstick
Member

marking-FacepaintLipstickThaven-facepaint_lipstick doesn't seem to be used anywhere.

`marking-FacepaintLipstickThaven-facepaint_lipstick` doesn't seem to be used anywhere.
PonPon marked this conversation as resolved
@ -0,0 +45,4 @@
marking-FacepaintEyebrowsSnout = Eyebrows
marking-FacepaintEyebrowsSnout-facepaint_eyebrows = Eyebrows
marking-FacepaintLipstickSnout = Lipstick
marking-FacepaintLipstickSnout-facepaint_lipstick_snout = Lipstick
Member

marking-FacepaintLipstickSnout-facepaint_lipstick_snout doesn't seem to be used anywhere.

`marking-FacepaintLipstickSnout-facepaint_lipstick_snout` doesn't seem to be used anywhere.
PonPon marked this conversation as resolved
@ -1,0 +6,4 @@
# SPDX-FileCopyrightText: 2025 pa.pecherskij <pa.pecherskij@interfax.ru>
# SPDX-FileCopyrightText: 2025 taydeo <td12233a@gmail.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later AND MIT
Member

We no longer use SPDX. Please remove it.

We no longer use SPDX. Please remove it.
EchoOfNothing marked this conversation as resolved
@ -0,0 +1,200 @@
# SPDX-FileCopyrightText: 2025 Zergologist <114537969+Chedd-Error@users.noreply.github.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
Member

We no longer use SPDX. Please remove it.

We no longer use SPDX. Please remove it.
EchoOfNothing marked this conversation as resolved
@ -0,0 +1,553 @@
# SPDX-FileCopyrightText: 2025 Zergologist <114537969+Chedd-Error@users.noreply.github.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
Member

We no longer use SPDX. Please remove it.

We no longer use SPDX. Please remove it.
Author
Contributor

oh that appeared when i yanked the commit-

just means remove the comments that have SPDX ye?

oh that appeared when i yanked the commit- just means remove the comments that have SPDX ye?
Member

Yes.
#274

Yes. https://git.byrdstation.space/Byrd-Station/Byrd/pulls/274
EchoOfNothing marked this conversation as resolved
kill spdx
Some checks failed
Labels: Size / size-label (pull_request_target) Successful in 1m2s
Labels: PR / labeler (pull_request_target) Successful in 1m2s
CRLF Check / CRLF Check (pull_request) Failing after 3m46s
RSI Validator / Validate RSIs (pull_request) Successful in 4m3s
RGA schema validator / YAML RGA schema validator (pull_request) Successful in 5m34s
Map file schema validator / YAML map schema validator (pull_request) Successful in 10m22s
YAML Linter / YAML Linter (pull_request) Successful in 9m35s
Test Packaging / Test Packaging (pull_request) Successful in 20m53s
11eb281c5b
Member

Are there any plans for those unused localization strings?

Are there any plans for those unused localization strings?
kill unused thing
Some checks failed
Labels: Size / size-label (pull_request_target) Successful in 4s
Labels: PR / labeler (pull_request_target) Successful in 5s
Map file schema validator / YAML map schema validator (pull_request) Has been cancelled
YAML Linter / YAML Linter (pull_request) Has been cancelled
CRLF Check / CRLF Check (pull_request) Has been cancelled
RGA schema validator / YAML RGA schema validator (pull_request) Has been cancelled
Test Packaging / Test Packaging (pull_request) Has been cancelled
RSI Validator / Validate RSIs (pull_request) Has been cancelled
3e782d61e1
kill more unused things that I forgot about
Some checks failed
Labels: PR / labeler (pull_request_target) Successful in 15s
Labels: Size / size-label (pull_request_target) Successful in 9s
CRLF Check / CRLF Check (pull_request) Failing after 3m32s
RSI Validator / Validate RSIs (pull_request) Successful in 4m41s
RGA schema validator / YAML RGA schema validator (pull_request) Successful in 4m57s
Map file schema validator / YAML map schema validator (pull_request) Successful in 10m26s
YAML Linter / YAML Linter (pull_request) Successful in 10m19s
Test Packaging / Test Packaging (pull_request) Successful in 21m30s
PR Changelogs / changelog (pull_request_target) Successful in 37s
df6388732e
EchoOfNothing left a comment

LGTM. Thank you for your contribution!

LGTM. Thank you for your contribution!
byrdbot referenced this pull request from a commit 2026-08-27 08:26:56 +00:00
Sign in to join this conversation.
No description provided.