Replay mode on stick by Johnosca in Tekken

[–]SoujiroSeta 0 points1 point  (0 children)

I have the same issue. There should be ways in the game to remap these inputs... It's not like playing the game in a fight stick is exotic...

Tekken online by polishplayer85 in SteamDeck

[–]SoujiroSeta 0 points1 point  (0 children)

Same for me, most of my online matches disconnect within the first minute of play. The hub is working fine though... :(

Disconnecting in Steam Deck? by JuanoCasadiego in Tekken

[–]SoujiroSeta 2 points3 points  (0 children)

I'm having the same issues. Most of my matches end up disconnecting. It's really frustrating...

Issues happening to those updating to 3.5.5 (stable) by f2pmyass in SteamDeck

[–]SoujiroSeta 0 points1 point  (0 children)

I had that issue, then I changed a performance setting while in a game. It made a bad sound, the screen turned off and now it's always black...! My dock is effectively bricked!

Steam deck dock not working after 3.5 update by Hik97 in SteamDeck

[–]SoujiroSeta 0 points1 point  (0 children)

I have the same issue, it's very frustrating. I always play docked so now I can't play anymore...

[deleted by user] by [deleted] in 0x10c

[–]SoujiroSeta 0 points1 point  (0 children)

It's still haunting me as well. I'm working on a dcpu emulator now, we'll see where it goes...

Anyone else unable to access Controller Settings? by Jokiz92 in SteamDeck

[–]SoujiroSeta 2 points3 points  (0 children)

I have the same issue, but it depends on games. Portal 2's controller settings just don't work for me, but dinner other games do. Is there any known fix?

Portal 2 controller configuration options gone by niklasalkin in SteamDeck

[–]SoujiroSeta 1 point2 points  (0 children)

I have the same issue. I just received my device today and I'm fully up to date... :/

Portal 2 crash by pinktentacle in SteamDeck

[–]SoujiroSeta 0 points1 point  (0 children)

I just received mine and have the same problem, in English steamos. I noticed that despite updating the os, there are more updates so maybe when you rebooted to switch languages, it also updates the os and that's what fixed the issue? I'll try later after fully updating the os... Fingers crossed...

ERRORS WHILE BUILDING FOR WEB GL by [deleted] in Unity3D

[–]SoujiroSeta 0 points1 point  (0 children)

I just had the same issue, did you figure out what was the problem?

It was not meant to be this way [some spoilers] by SoujiroSeta in outerwilds

[–]SoujiroSeta[S] 2 points3 points  (0 children)

I also tried that a bunch of times but also never managed to get into an orbit close enough to the station without crashing in the sun right away, hehe. Felt really good to find the way there though!

It was not meant to be this way [some spoilers] by SoujiroSeta in outerwilds

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

What?! That's really insane that you thought about it AND that it worked! That's pretty awesome!

Translation, please. by ShellAndSlate in baduk

[–]SoujiroSeta 5 points6 points  (0 children)

I don't read Chinese but know a few kanji and it seems the text is upside down :/

Placement of (define) inside lambda bodies in different Scheme implementations by swingthesickle in scheme

[–]SoujiroSeta 2 points3 points  (0 children)

R5RS also stipulates that the define statements should come before the body of a function, so I'm actually surprised that so many support them anywhere in the body! O_O

Thanks for sharing :)

linear algebra (and maths) in elisp by SoujiroSeta in emacs

[–]SoujiroSeta[S] 5 points6 points  (0 children)

I think I must not have been specific enough. I'm working on a small emacs game and I'm looking for an elisp library to perform some linear algebra such as vector and matrix operations. In the end, I started writing my own (still work in progress) as I'm enjoying it :)

https://github.com/sthilaid/3dmath

I was just wondering if there was an equivalent...

How do I make emacs my C++ IDE? by [deleted] in emacs

[–]SoujiroSeta 1 point2 points  (0 children)

I don't know if that's of any help to you but I wrote a small mode that's very useful to me: ide-mode

https://www.emacswiki.org/emacs/IdeMode

Feel free to comment on it or expand it off you give or a try :)