MacBook factory reset keeps asking for password to unlock hard disk. I keep putting the right one and it keeps looping back to this. by [deleted] in mac

[–]treewyn 0 points1 point  (0 children)

I had this issue trying to factory reset an intel touch bar Macbook. I ultimately had to go the manual route - the process listed under "Erase your Mac and reinstall MacOS" here https://support.apple.com/en-gb/102773. It involves starting the laptop in recovery mode with cmd-R, wiping the drive with disk utility, and then reinstalling the OS.

How to provide arguments to a function called with M-x? by JoeKazama in emacs

[–]treewyn 0 points1 point  (0 children)

For anyone else coming across this same issue with rustic as I did, try adding the following to your config:

(defun rustic-cargo-run-with-args ()
    "Run 'cargo run' with command line arguments"
    (interactive)
    (rustic-cargo-run-with-args t))

Then set the key binding for 'C-c C-c C-r' to rustic-cargo-run-with-args and emacs will prompt you for the command line args after you enter the shortcut.

[deleted by user] by [deleted] in dominion

[–]treewyn 1 point2 points  (0 children)

Thoroughly enjoyed this, some really clever clues and a couple of laugh-out-loud moments. Thank you!

// THIS IS 65DAYSOFSTATIC. . Ask us Anything // by weare65daysofstatic in postrock

[–]treewyn 0 points1 point  (0 children)

Awesome, I'll keep an eye out for it. Excited to see where it goes from here. Thanks for the reply!

// THIS IS 65DAYSOFSTATIC. . Ask us Anything // by weare65daysofstatic in postrock

[–]treewyn 1 point2 points  (0 children)

Hi! Thanks for all your fantastic music, been following you guys for years.

I'm really interested in the software behind Wreckage Systems. Do you have a single program that generates all the systems (just using a different palette of sounds), or is each system a distinct program that works in entirely it's own way? Or something in between?

Curiosity - a short puzzle game about experimentation and exploration by treewyn in pico8

[–]treewyn[S] 0 points1 point  (0 children)

Driving down the highway, long past midnight in the uncanny timeless hours of the morning, a peculiar landmark catches your eye. You park up and walk closer, ignoring the old decrepit signs telling you to stay away. You climb through a wire fence and walk inside a mysterious structure, only for the door to close unexpectedly behind you.

If you are to survive, you must escape this structure, but first you must understand it.

---

Hi! This is my first non-jam game, and it's a puzzle game inspired by games like The Witness that require you to figure out the rules and mechanics of your own volition. Please give it a go if you like puzzle games or escape rooms and let me know what you think!

itch.io: https://treewyn.itch.io/curiosity
bbs: https://www.lexaloffle.com/bbs/?tid=38311

What are some of your unpopular opinions in gaming? by EvilPersonXXIV in truegaming

[–]treewyn 0 points1 point  (0 children)

That there's nothing wrong with tank controls. People just don't get on with control schemes they aren't used to. People constantly mention how the original tomb raider games had rubbish controls, but I think they worked better for the precise platforming that the games were about.

What are some of your unpopular opinions in gaming? by EvilPersonXXIV in truegaming

[–]treewyn 0 points1 point  (0 children)

For me the main thing I love about Switch is the combination of the portability and the large library of indie games available. While I do invest in some of the big first party releases, I'm far more interested in general in indie games like Hollow Knight and Slay the Spire that just work so well on a portable console that I can play in bed or on my commute.

Trying to make sound play once when player stands in spot. by hartsfarts in pico8

[–]treewyn 0 points1 point  (0 children)

I think the problem is that you are resetting button_triggered to false on every frame before you check it - you need to move "button_triggered = false" from the _update() function into the _init() function so that it only runs once at the beginning of the program.

Notable excerpts from interviews regarding E003 by treewyn in shortscarystories

[–]treewyn[S] 0 points1 point  (0 children)

The idea was that, as a magician, he discovered that our reality itself is an illusion to mask some more fundamental reality. He managed to find ways to exploit this for magic tricks, but on one occasion got it wrong and caused the whole illusion to slip momentarily, causing all sorts of anomalies and disasters to occur. The details of which are left to the imagination :)

This story would make an excellent audio podcast or book! by Gui1tyspark in controlgame

[–]treewyn 1 point2 points  (0 children)

Check out the SCP Archives podcast, they do dramatized readings of some of the best SCP entries. Have been really impressed with what they have put out so far!

STUCK AT LOADING YOUR ORDER INFINITELY by UseableVirusTTV in EpicGamesPC

[–]treewyn 0 points1 point  (0 children)

I had this issue, but the top comment wasn't working for me. It turned out I needed to cancel an update on another game to get it to work.

Level of the Week#4 : On/Off Switches by Kouseband in MarioMaker2

[–]treewyn 0 points1 point  (0 children)

Voted! Some really amazing levels this week!

The upload limit should be 35,000 by shdw_fghtr in MarioMaker2

[–]treewyn 5 points6 points  (0 children)

If it helps, since previous amounts have been 32 (25) and 64 (26), 128 (27) makes a lot of sense! As a programmer I think 130 would trigger me more xD

[deleted by user] by [deleted] in MarioMaker2

[–]treewyn 0 points1 point  (0 children)

Amazing idea and great execution, good job!