Artea-Station / Artea-Station-Server

A HRP server focused on a cohesive setting with neat features.
https://discord.gg/BrwHEt8Hdc
GNU Affero General Public License v3.0
4 stars 17 forks source link

[PORT] Gore update #597

Closed QuacksQ closed 2 months ago

QuacksQ commented 5 months ago

About The Pull Request

This pr is a port of the following:

This PR will add movable physics to blood droplets and overall increase the mess you make when you're going to town on your fellow crew members. Blood will now shoot from people when they're hit and it will get all over the place which looks pretty cool in my opinion. This pr builds on #455. Blood now also darkens when it dries out!

How Does This Help Gameplay?

More blood and gore as visual clutter when people are being harmed is only fitting, especially on a shithole of a ship like Belryth.

How Does This Help Roleplay?

Immersion? Also its just cool.

Proof of Testing

Screenshots/Videos https://github.com/Artea-Station/Artea-Station-Server/assets/79924768/914b56a3-d3d6-461c-89ff-7e3b9a39a437

Changelog

:cl: add: Blood particle effect using movable physics when spessmen are being harmed. add: Blood squirts using movable physics. add: Limb dismemberment uses movable physics now. /:cl:

QuacksQ commented 5 months ago

image

Mystery runtime included on the PR I'm not sure how to fix this ngl

github-actions[bot] commented 5 months ago

This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself.

github-actions[bot] commented 4 months ago

This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself.

ChungusGamer666 commented 4 months ago

Mystery runtime included on the PR I'm not sure how to fix this ngl

Trying to access the splat_overlays list at an invalid index, or somehow it straight up has not been initialized. From looking at the code here, this should not be possible

github-actions[bot] commented 4 months ago

This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself.

dwasint commented 3 months ago

image

Mystery runtime included on the PR I'm not sure how to fix this ngl

check if the list is initialized with a length check, it trys to access list item 1 but if the list isn't setup it will fail.

QuacksQ commented 2 months ago

This is going on ice while I work on another project that might kill this