• 0 Posts
  • 12 Comments
Joined 27 days ago
cake
Cake day: August 21st, 2024

help-circle
  • i bought this expecting a story-heavy atmospheric lonely driving experience with weird world building tense moments, like the vibe of the ship repair stuff in outer wilds.

    i got a survival-crafting horror roguelike. you do comparatively little driving, the main game consists of scavenging for loot and using it to build replacement parts for your crumbling vehicle.

    i hope this gets me back in. last time i thought the “repair vehicle after a successful run” setting would help me, but that also completely removes the quirks system, where the car picks up weird behaviors with time. it just deletes that gameplay element. that made me feel like i was cheating, which wasn’t fun.













  • i fixed an old mod i published on steam years ago.

    i randomly got a ping on a workshop item for tabletop simulator that i hadn’t touched in aaages. in 2019, someone in my friend group had the idea to replicate the TechDif “Two of these people are lying” format, so i hacked together writeable and shuffleable note cards we could use to play online. a week or so ago i got a ping on that item, it was someone asking if they could ask me a question (never ask to ask, kids). this made me realize that it had hundreds of downloads, which made me a bit self-conscious about the code. looking at the other comments, i found some years old feature requests which i stayed up all night implementing.

    the most interesting part (or gross, depending on your pov) was the request to make a card read-only. there’s no way to mark a text entry box as read-only, but i found out that they are only interactable on one side. so i added a toggle that rotates the text box so the back side faces up, and sets the scale to -1 which mirrors the whole thing.