Skip to content

Modern Abandoned Crates Are Here#553

Open
Ossa88 wants to merge 11 commits intoPentestSS13:masterfrom
Ossa88:cows-and-bulls
Open

Modern Abandoned Crates Are Here#553
Ossa88 wants to merge 11 commits intoPentestSS13:masterfrom
Ossa88:cows-and-bulls

Conversation

@Ossa88
Copy link
Copy Markdown
Collaborator

@Ossa88 Ossa88 commented Feb 10, 2026

About The Pull Request

This ports TGStation PR#94090 to work inside our code

Really, I just abandoned most (all) of the shiptest version of the code and took the TGStation version

When a multitool is used on a abandoned crate a UI element comes up and shows you your past guesses.

517678275-3742b222-d8b6-4222-89e4-89b176387f0e 517678285-496095cf-d9d6-4ae7-9bbb-a6eff34864ca
dreamseeker_RKDKbiZWQj.mp4

oxi-clean-but-wait-theres-more

I added god damn wordle as an alternative game you can play.

dreamseeker_aDPgGBBftW
dreamseeker_29U0XA60LA.mp4
scary-movie-shawn-wayans.mp4

I added a god damn custom game called CHECKSUM Higher/Lower

You have to guess a number between 0000 and 9999 where repeated numbers are allowed.
Your hints... Higher and Lower... And the Sum of the 4 individual digits.

0000 = 0
9999 = 36
6969 = 30
8008 = 16

Can you beat CHECKSUM in 15 guesses?

dreamseeker_RfOhoeuAJk

*The video doesn't freeze... I just had to calculate my possible options based on the first two digits I had, and knowing the checksum.

dreamseeker_XF8smrBiqA.mp4

Why It's Good For The Game

Its easier to get feedback from the game.

Alternative games means it can be significantly different.

Changelog

🆑
add: Abandoned Crates have new forms of Locks. Multitools have proper interfaces with these new locks.
/:cl:

@Ossa88
Copy link
Copy Markdown
Collaborator Author

Ossa88 commented Feb 10, 2026

shining-the

@OnlineGirlfriend
Copy link
Copy Markdown
Contributor

crate

@Constellado
Copy link
Copy Markdown
Collaborator

Constellado commented Feb 14, 2026

Modularisation review

A lot of the changes in code/modules/mining/abandoned_crates.dm can be made modularised and then the stuff removed commented out with like 2 lines of code.

There probably is a reason for this though.

@Ossa88
Copy link
Copy Markdown
Collaborator Author

Ossa88 commented Feb 14, 2026

Modularisation review

A lot of the changes in code/modules/mining/abandoned_crates.dm can be made modularised and then the stuff removed commented out with like 2 lines of code.

There probably is a reason for this though.

Oh, I might have missed my final commit.

Ultimately, in the end the entire original ShipTest file was going to be comment blocked out, and we are just going to run our code.

As for the other edits, they are mostly fixes to maps, both ship and pentest, based on the wrong pathed proc that was overlooked for 7 years.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Ironically this file should very much be compatible with TGStation as I used the version from the linked PR. I only added to it for the various game modes.

Comment thread strings/wordle_words.txt Outdated
@Ossa88
Copy link
Copy Markdown
Collaborator Author

Ossa88 commented Feb 20, 2026

So far everything seems to be working, the crates might need some rebalancing of their loot... additional sub types should be made with more loot.

But otherwise no major issues or corrections.

@Ossa88
Copy link
Copy Markdown
Collaborator Author

Ossa88 commented Feb 20, 2026

Oh and eventually smaller sized faction crate sprites so that I can stop using the TG ones.

new /obj/item/clothing/suit/hooded/wintercoat/captain(src)
new /obj/item/clothing/suit/hooded/wintercoat/security(src)
new /obj/item/clothing/suit/hooded/wintercoat/medical(src)
if(100) // Security equipment
Copy link
Copy Markdown
Contributor

@FslashN FslashN Feb 20, 2026

Choose a reason for hiding this comment

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

I think changing this to two randomly chosen ERT suits would be better, since it's so rare.
I'm thinking about modifying the mob ruin drops to the loss prevention suits, since there three ruins with ert suits. And ERT suits are arguably the best hardsuits in the game.

That would mean you could high roll into some really good gear by opening these, and limit ERT suits, which are becoming common enough for anyone to grab.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Oh yah we can easily do that, I can do a if 100, then a 50/50 for the suits

@OnlineGirlfriend
Copy link
Copy Markdown
Contributor

i love that you can do wordle because i can solve that way fucking faster

@Ossa88
Copy link
Copy Markdown
Collaborator Author

Ossa88 commented Feb 22, 2026

i love that you can do wordle because i can solve that way fucking faster

Also, to make this lighter and not as restrictive... it technically doesn't even have the "it must be a word" for your guess.

So literally doing stuff like "QWERT" and "UIOPL" as guesses are valid

@github-actions
Copy link
Copy Markdown
Contributor

This PR has been inactive for a month. This means it is at risk of being auto closed in a week, 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 github-actions Bot added the Stale label Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants