

So I haven’t used this yet but it exists and at the very least should offer a good starting point if it doesn’t work out of the box: https://github.com/dandykong/nopssdk
So I haven’t used this yet but it exists and at the very least should offer a good starting point if it doesn’t work out of the box: https://github.com/dandykong/nopssdk
Yes and I just wanted to point out that this isn’t a choice of the devs (most of the time) but rather consoles being a walled garden.
Because I think it’s unfair to say that you shouldn’t have empathy for PC gamers just because they have so many games already. Do the 100 indie games I can buy for <5€ really make up for the inability to play GTA6 or Death Stranding 2 (early)?
Console exclusivity always hurts the consumer and is, in my opinion, a legacy practice.
You always develop games on PC. From there you create builds for PC and Consoles, but the console build step is not easily achievable. You need to go through a lot of hoops to get a game on console. Oh and you’ll spend a lot of money to get there.
And does it really make sense as a solo indie dev to release your game exclusively on one console?
Bottom line consoles intentionally don’t make it easy to publish to. PC is as easy as making an itchio account and uploading your games there.
The port is a mess but I’m lucky I only get the crashes and none of the other bugs (except one occurrence of audio being fucked). Turning off ray tracing completely eliminated crashes for a while but now it’s back to crash city regardless of graphics settings.
I have, possibly a bit too much. Love it. But in my mind it doesn’t really deserve GOTY. For me that award represent more than just “how many hours of fun did I get out of this”.
I really struggled to find a GOTY nominee, and I even ended up going thru the SteamDB release calendar. While there have been quite a lot of good games released this year, there wasn’t really any one game that stood out above the rest. And weirdly I think that’s a good thing this year. I would much rather have 10 games that are so good that I can’t say any any one of them deserves GOTY over the other, than to have one clear winner and nine meh games. (I ended up nominating Selaco btw)
Ughhhh why is it 80€ for the standard edition? Srsly we need to stop this
On what tho? People were like “holy shit 1+2 was exactly what we wanted now make 3+4” and they were like “no :3”
People legit forget the DL in DLSS means deep learning which is a machine learning technique, so it’s also AI
fun fact: This isn’t any one specific CSS framework’s doing but rather part of how JS UI libraries handle scoped CSS. When you have for example two components that have similar CSS, like one component sets button to color green, another component sets button to blue, then the compiler does this kinda thing because “real” CSS doesn’t support scoping.
So in the above example you’d get button class abcd and button class bcde.