Show newer

@beardalaxy @rasterman @ChristiJunior If you play any of the Ys games, especially the later ones, you quickly learn that it's just basically Zelda with experience points (basically the only thing that keeps Zelda from being considered a true RPG). Ys puts an emphasis on exploration just like Zelda, but has the experience points and leveling up that you expect in an action-RPG.

Also, believe it or not, Zelda and Ys were basically rival franchises for a brief time. Though, it wasn't as big as OOT vs FFVII. It was only briefly during the 1980s in Japan. Ys was scene as the PC gamer's equivalent to Zelda and vice versa. Ys III even tried to copy Zelda II by being a side-scroller.

>I think the games zelda is most comparable to outside of the action adventure genre are like, 3d platformers that feature combat.

Yeah, I can see that. I like to think Zelda influenced the non-linearity in 3D games like Super Mario 64. But then again, I think Zelda had an influence on non-linear action games period: action-adventures, action-RPGs, Metroidvanias, platform adventures, sandbox games, etc. Pretty much all of them have openly admitted to having some influence to Zelda, whether directly or indirectly.

@rasterman @ChristiJunior @beardalaxy You were suggesting a game. I told you to make that game yourself, if you want to see it happen. That link was just a link to a multimedia framework which I use to make games.

No, you don't need to compile Ys. Just emulate the PSP version.

xianc78 boosted
Not even kidding but the library book shelf at my college is fucking woke books about coronavirus and fake news and the 2016 election and internet cyberbullying and books about BLM and shit (I believe its intentionally eye-catching to bait people into "reading" but that shelf is never read from), you'd think its those autogenerated rightoid images of kids books but its so real, and for some reason book 1 and 2 of "It's not my fault im not popular" mangas really does not balance it out on the shelf.

@beardalaxy @rasterman @ChristiJunior I know they are two separate genres but they are similar enough. I think Zelda fans would really like Ys, especially the later games.

To me, action-adventures, action RPGs, and metroidvanias are compatible with each other. If you like one genre you would like the other ones as well.

xianc78 boosted
This leaked internal jewgle memo is absolute AI whitepill. Free/Libre AI is blowing them the fuck out. https://www.semianalysis.com/p/google-we-have-no-moat-and-neither

@PhenomX6 @alex
>It's less with the blockchain part and more the centralized part.

I know, but a lot of people assume that anything blockchain-related is 100% decentralized.

>As for email it's just a pain to get them to communicate with GMail. There are horror stories everywhere about it.

Surprisingly, Gmail actually has a troubleshooting guide for those having issues with their servers communicating to Gmail (I was expecting "why don't you just use your domain on our servers"). I don't know if I trust it though. I never ran an email server before. I've heard that running a mail server in general is a pain, even without the Gmail problem.

support.google.com/mail/answer

xianc78 boosted
Canadian government: "Over 70% of Canadian citizens don't trust the official government narrative. We need to make questioning the official government narrative and posting any unapproved information illegal."

@rasterman @ChristiJunior OOT (and the rest of the Zelda series) will be total dogshit once you get into the Ys series. Stop listening to these Nintendo peasants.

xianc78 boosted

🚨#BREAKING: Massive explosion at a oil refinery plant with reports of multiple people injured

📌#Deerpark | #Texas

Currently, A large number of emergency crews and other agencies are responding to a massive explosion at a shell oil refinery plant in Deer Park, Texas with reports of multiple people have been injured as this plant produces multiple types of oils and gasoline. Thick black smoke can be seen miles away with multiple explosions being reported t.me/oslint_analysis/81059

@PhenomX6 @alex
>You know, this is worrying me because it reminds me of LBRY in a bad way.

LBRY isn't unique in that regard. A lot of blockchain based social networks like Bastyon have the same problem. In fact, the only truly decentralized blockchain I know of is Monero. Even Bitcoin's lightening network is mostly based in Washington D.C, iirc.

>or worse GMail.

How is Gmail worse? I know they making it hard for people to set up their own email-servers due to their spam policy, but they don't whitelist. They seem to only blacklist your IP range if they catch a server that seems to be solely used for spam. It's still possible to run your own E-mail server and still communicate with Gmail, assuming your range isn't blacklisted.

xianc78 boosted
You know, it's funny contrasting Mastodon/Pleroma and Bluesky as well.

Bluesky openly advertises Sandbox mode as something you can use when you're ready. Mastodon's documentation warns you that you should only use limited federation mode for corporate networks and the like and that it goes against the ethos. Pleroma just downplays it and shoves it in the list of settings.

But even more worryingly, they're going for the same kind of "supernode" network that fucked over gnutella towards the end when Limewire was hardcoded to only use their gnutella supernodes (which acted as a kill switch). Nowadays it's more likely it'd be used as a censorship mechanism rather than a killswitch.

I don't feel this is going to take off. As jank as AP is, it seems like a giant clusterfuck compared to AP or even StatusNet (which still works if you somehow want to use a jank php piece of shit).
xianc78 boosted
You know, this is worrying me because it reminds me of LBRY in a bad way.

LBRY is very infamous for context because while it's decentralized, the documentation is deliberately incomplete and you can't exactly host your own nodes. The only P2P hosting is from LBRY clients, and the rest are all Reflector nodes hosted by Odysee and the like.
https://nodes.madiator.com/

What they're pushing for is a "whitelist", a "federation of allies", or worse GMail. They want only people they can approve of to federate, they do not want people they do not like in their cool kids club. The silver lining is that it's going to die off at that rate because the thing keeping Poast/Gab/etc. going is they're "Twitter for people banned from Twitter" and BlueSky is "Twitter for people mad at Musk" which isn't the same by any means.

Look at ResetEra and how it's mocked by most of the internet for having the worst moderation of any website on the internet, where posting is walking on eggshells. BlueSky will never take off if it has the reputation of "ResetEra but social media" like mastodon.social has.
https://youtu.be/GRi3OJ0DYqs
xianc78 boosted
xianc78 boosted

@scarlet @bartholin Before Unity, you had Flash, Java, XNA, Pygame, various game makers, etc. They all either run interpreted or bytecode. Very few indie games run on native code. The only indie games I know that run on native code off the top of my head (not including those using engines like Unreal or Godot) are CaveStory and VVVVVV. Both were written in C++ and use DirectX and SDL, respectively.

Right now, I'm trying my hand at SFML which is a multimedia library that is similar to SDL, but is written in C++ and is object-oriented. SDL is probably the better option though, but I have this weird thing where I try to be different from everyone else.

@PhenomX6 @bartholin @scarlet XNA/MonoGame is just a framework, not a full blown game engine. C# originally had built-in DirectX support, but Microsoft abandoned that in favor of XNA which they later discontinued.

xianc78 boosted
Show older
Game Liberty Mastodon

Mainly gaming/nerd instance for people who value free speech. Everyone is welcome.