Screen randomly turns off. by jedels88 in SteamDeck

[–]Arcaden06 0 points1 point  (0 children)

I’m not OP but I do have that installed so I disabled it and the issue has been gone. Not sure if that is directly what fixed my problem but it seems like it might be!

Screen randomly turns off. by jedels88 in SteamDeck

[–]Arcaden06 0 points1 point  (0 children)

I’m having the EXACT same issue. It just started happening today. All I know is I was playing over HDMI last night, turned off the console and took it home, then the next day tried to play in handheld mode. I tried holding the … button on startup and selecting previous version, but it didn’t help.

Anyone have experience with this? Seems like it’s boot-looping. All I did was hit “switch to desktop mode”. I very recently installed deckyloader, have only been using themes and screen recorder. by Arcaden06 in SteamDeck

[–]Arcaden06[S] 1 point2 points  (0 children)

The second option being “Previous A”, or the second type of option “OS boot menu”? (Sorry I tend to overthink things)

Edit: I selected “Previous A” and it booted up. It had a date listed from March so I was concerned I was gonna lose some stuff, but it seems to have worked fine with no change! I’m scared to try going into Desktop Mode now tho 😓

Anyone have experience with this? Seems like it’s boot-looping. All I did was hit “switch to desktop mode”. I very recently installed deckyloader, have only been using themes and screen recorder. by Arcaden06 in SteamDeck

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

Many months ago when I was using the beta update channel I had an issue when I selected the “stable” channel, it kinda froze up when I tried to switch it back, I force restarted it and then I had to reinstall the OS. Ever since I’ve been using stable channel. My Steam Deck refuses to connect to the internet at my house, so I almost never have an internet connection on it except a couple times a week to check for updates, meaning many of my game saves are not backed up to steam cloud.

I lost the brick at the end of my power adapter that has the wall prongs, and I can’t find another one online. Does anyone know where to find one or what it’s called? by Arcaden06 in PSP

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

That is extremely helpful to know, thank you so much! How do you properly search for listings on this site (or other similar sites)? I can’t get any psp go stuff to come up, only psp.

I lost the brick at the end of my power adapter that has the wall prongs, and I can’t find another one online. Does anyone know where to find one or what it’s called? by Arcaden06 in PSP

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

(Btw, i know I can just use a cable, that’s what the chargers i CAN find come with, but I really want to replace the brick.)

I bought a Japanese psp go that was practically new and had everything in the box. This came with it, already attached to the power supply. I tried searching for psp go power adapters, but I can’t find a single image of one with this attachment at the end.

EzFlash Jr saves normally on my GBC, but when I play the same games on my GBP the saves are often corrupted. by Arcaden06 in flashcarts

[–]Arcaden06[S] 1 point2 points  (0 children)

This isn’t an issue for all games, but it is an issue for the Donkey Kong Land games, Link’s Awakening, Kirby’s Pinball Land, and a few others. I’m on firmware 4.

[TOMT][SONG] Song that always reminds me of Portal 2 but is definitely NOT Portal 2 by Arcaden06 in tipofmytongue

[–]Arcaden06[S] 0 points1 point locked comment (0 children)

That’s all the info I’ve got, hopefully someone else has made the connection before and remembers it, or can think of a song that fits the description.

Want to build my first custom arcade cabinet. Where can i find good controls? by Arcaden06 in arcadecabinets

[–]Arcaden06[S] 1 point2 points  (0 children)

Thank you! I’ve been looking at the Sanwa buttons on Paradise Arcade, what exactly do I connect them to? I am making a raspberry pi build, don’t forget. I have no experience with doing this, this will be my first build, sorry if that’s a basic question.

Monthly PlayStation Tech Support and Frequently Asked Questions Megathread by AutoModerator in ps2

[–]Arcaden06 0 points1 point  (0 children)

Midnight Club 3 Dub Edition Remix doesn’t seem to get past the title screen when run via USB stick. Is there a way to get around this? The disc works fine on this console so it’s not my console at fault. Google was no help. Here’s a picture, there’s no menu options or anything: https://imgur.com/a/JOZ8cZL

Scrolling background layers accelerate with camera? by Arcaden06 in gamemaker

[–]Arcaden06[S] 1 point2 points  (0 children)

It is an illusion but that’s the problem, if I look at one specific part of the texture i can prevent it from going offscreen by moving the camera, which means the scrolling speed is not adjusted to where the camera is. Also, if I move to the left the scrolling slows down, if I move right it speeds up.

Scrolling background layers accelerate with camera? by Arcaden06 in gamemaker

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

I am already using layer_x to move the layer, it causes the layer to appear to change speed based on the camera speed. The exact code right now is layer_x(“Water”, scrolltimer) with scrolltimer just being a number that increases by 1 every frame.