this post was submitted on 19 Apr 2024
84 points (100.0% liked)
Games
38929 readers
1294 users here now
Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Rules
Authorized Regular Threads
Related communities
Video games
Generic
- Gaming: Our sister community, focused on POC and console gaming. Meme are allowed.
- Cozy games: Because not everything has to explode to make a good game
- Photo [email protected]
Help and suggestions
- [email protected] : You are searching for a game, but can't remember the name? Someone will find it for you here.
- Video Game [email protected] : Can't find a game to play in among the hundred you already own? Find another one to add to your library here.
- Patient [email protected]: Gaming isn't only about having the latest great games. Good old games are there too.
Platform specific
- Linux gaming : For everything related to gaming on Linux platform, be it on Steam Deck or Desktop Linux.
- Steam Deck : A Steam Deck specific community
Game specific
Language specific
Others
PM a mod to add your own
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nobody wanted to develop for it because it had an insanely complex architecture (3x 32-bit processors and dual CPUs that shared a bus and couldn't access RAM at the same time), and developers in the 90s were unaccustomed to multi-core programming. It also used quadrilaterals for the baseline polygon instead of triangles. All this was made worse by poor development tools around launch, leaving most coders stuck using raw assembly language until Sega wrote custom libraries.
Sega also never really had a killer app for it like Mario 64 was for the N64, or FF7 was for the PlayStation. They were developing a game called Sonic XTreme, but it wound up getting canceled.
PlayStation's killer app was likely Crash Bandicoot as that game paved the way for Sony (games like Wipeout, Ridge Racer and Tekken helped too) and gave them some real momentum, it just got better from there. I still remember playing the Demo of Crash and being absolutely blown away.
By the time FF7 released, the Nintendo 64 had launched so that probably contributed to the Saturn's downfall as well.
Funny, I thought of mentioning Crash Bandicoot, but when I put myself into the shoes of 12-year-old me, the single game that came to mind when I thought PlayStation was Final Fantasy 7 more than anything else.
Oh I definitely don't disagree, FF7, Resident Evil and Metal Gear Solid all cemented PlayStation as a force to be reckoned with for suren and can be considered killer apps. I just remember for me getting a PlayStation personally being just wowed by the likes of Crash Bandicoot and Tekken. Fond memories for sure!
Don't forget Twisted Metal. I believe it released before Crash.
The weirdest part about this to me, as a mathematician with limited programming experience, is the idea of using quadrilaterals instead of triangles. You can make any polygon out of triangles, but the same absolutely cannot be said of quadrilaterals. Why would anyone do that?
I'm no game designer or coder so I'm just going off what I read on Wikipedia, but... Apparently the Saturn was a mostly 2D focused system, so it had a processor that could do warping and manipulation of sprites. So when it drew a "polygon" it was really drawing together a bunch of sprites and manipulating them.
...yeah.