1376
Then vs Now (startrek.website)
top 50 comments
sorted by: hot top controversial new old
[-] MudMan@kbin.social 166 points 5 months ago* (last edited 5 months ago)

Oh, man, imagine thinking that minimum requirements weren't a thing before.

I once deleted the operating system just to fit a single game into my hard drive, booted from floppy while I was playing it and reversed the process when I was finished. Sometimes games were aiming at a specific speed of computer and if you had a computer that didn't run at that specific number of megahertz the game just ran like a slideshow or in fast forward. I didn't realize some of my favourite games were running under the speed cap for years sometimes. We just didn't have a concept of things running at the same refresh rate as your screen in the early 3D era until APIs fully standardized. Sometimes you upgraded your GPU and the hardware accelerated version of your old software rendered game actually ran slower.

Also, game developers "then" made arcade games that literally charged you money for dying, then charged you more money for effectively cheating at the game and actively asked you to literally pay to win. We used to think that was normal.

Also, also, we used to OBSESS about games being bigger. The size the game took up was heavily advertised and promoted, especially on consoles. Bigger was better. We were only kinda glad that CDs could do 500 Mb, so we could keep getting bigger on a single disk, but by the time FMV games got popular triple A games were back to coming into books with disks instead of pages. This was still seen as a selling point.

Also, also, also, the assembly code of a whole bunch of old games is sheer spaghetti. Half of the mechanics in NES games are just bugs. There are a couple of great Youtube channels that just break these down and tweak them. In fairness, they didn't have development tools as much as a notepad and a pencil, but still.

[-] CodexArcanum@lemmy.world 62 points 5 months ago

There's some nostalgia goggles for sure.

I mean, the demo for Rollercoaster Tycoon (Mr. "Hand coded in assembly" there) bricked our Windows 98 machine when i installed it as a kid. My dad was pissed: we had to reformat the harddrive, reinstall windows, all that.

[-] sukhmel@programming.dev 21 points 5 months ago

Seems like a golden era of running everything in ring 0, although that wasn't called like this then, afaik

load more comments (1 replies)
[-] Ellvix@lemmy.world 32 points 5 months ago

Yeah I remember the specific clock speed thing! I had a game that I loved on a friend's computer and didn't get to play it much. Some sort of space sim / combat game. Years later I had my own much more powerful machine and was hyped to check it out. Installed via dosbox or whatever, loaded it up, and it ran at fucking 10x speed! It took seconds to walk around a city and the combat was completely unplayable. So sad but also pretty funny. No idea why they attached the FPS directly to the hardware. If you want an easier game, just get a worse computer apparently.

[-] groet@feddit.de 44 points 5 months ago

No idea why they attached the FPS directly to the hardware.

It's the most trivial and straight forward thing to do. The game is a simple loop of:

  • get user input (can be nothing)
  • calculate new game state based on old state and input
  • draw new game state.

The speed of the game is now 100% dependant on the speed of computation. NOT attaching fps to hardware is the hard thing, as you need to detach the game state loop and the drawing loop and then synchronize them. Doing that yourself is extremely complicated. Today developers don't even need to think about that because the whole drawing loop is abstracted away by things like directX/Vulcan and the game engine. But without those tools, fps tied to CPU speed is basically the default.

load more comments (4 replies)
load more comments (15 replies)
[-] massive_bereavement@kbin.social 21 points 5 months ago

Ecco the dolphin was made specifically hard to ensure people couldn't beat it on rental during a weekend.

[-] MudMan@kbin.social 13 points 5 months ago

Right. That was common, too. Games were tiny and very expensive, so broken balance was often used to pad out length. And yeah, it got crazy once Americans started popularizing rental and publishers got desperate to make the games less economical to beat without purchasing them.

I did finish Ecco 1 legit, though. Once.

I've tried the last couple of stages a few times. I still don't understand how tween me managed that. Even on a CRT with original hardware and zero lag that's a stupid thing to try to do.

load more comments (1 replies)
load more comments (27 replies)
[-] Wilzax@lemmy.world 98 points 5 months ago

"Then" is just indie today.

[-] RandomStickman@kbin.social 31 points 5 months ago

That and it easily running on Linux, either naively or though Proton, is why I haven't touched any AAA in like... at least 5 years? Maybe closer to 10.

load more comments (11 replies)
[-] Skullgrid@lemmy.world 87 points 5 months ago

Games back then : created by 1 to 4 people with autism because they wanted to have fun on a computer

Games now : driven by dickheads that just left business school at the whims of billionaire conglomoration funds.

[-] mossy_@lemmy.world 29 points 5 months ago

I miss when games used to be good. Anyone 'member Vampire Survivors, Lethal Company, Bug Fables? Developers these days just can't compare.

[-] Skullgrid@lemmy.world 24 points 5 months ago* (last edited 5 months ago)

now that's survivor bias

EDIT : here's the fun thing, Lethal company would have been a mod back in the day

load more comments (7 replies)
[-] mathematicalMagpie@lemm.ee 76 points 5 months ago

To be fair, game devs did the hackiest shit to deal with the constraints of the time. They did things that no programmer would do today because they're bad practices when you're not worried about tiny amounts of RAM or storage.

[-] jol@discuss.tchncs.de 33 points 5 months ago

I love watching videos about old game systems programming. The gymnastics you had to do to code, like, super Mario, just to show more than 3 colors is really interesting.

[-] frezik@midwest.social 21 points 5 months ago

People who think modern coding practices are bloated should study why certain speed running mechanics work. A lot of them stem from things we would never do today. We've removed entire classes of bugs by using "bloated" languages and tools.

load more comments (6 replies)
load more comments (2 replies)
load more comments (8 replies)
[-] beefbot@lemmy.blahaj.zone 61 points 5 months ago

Problems with game developers might better be understood as problems with capitalism, to paraphrase Ted Chiang

[-] beefbot@lemmy.blahaj.zone 35 points 5 months ago

We can’t update games or refactor code to make it smaller bc our bosses demand we constantly work harder, better, faster, stronger. They force us into games that require more expensive hardware bc the entire tech industry depends on people upgrading every other year. And it’s online constantly bc we hoover up player data for our new profit centre where we sell all your data.

And now they made a meme that deflects blame off them and onto devs, who have way more contact w the public than anonymous rich people

load more comments (4 replies)
[-] Daxtron2@startrek.website 52 points 5 months ago

So we're just gonna conveniently forget all the shovelware from that time period?

[-] Twinklebreeze@lemmy.world 37 points 5 months ago* (last edited 5 months ago)

Yes. Because older is always better. Then when the present is the before times people will look back fondly on it too.

load more comments (3 replies)
[-] themeatbridge@lemmy.world 24 points 5 months ago

Yeah, heavy survivorship bias in this one.

[-] twinnie@feddit.uk 14 points 5 months ago

Everyone seems to think that games like Doom and Half-Life came out all the time. I remember looking at shareware disks in shops and seeing loads of games that looked like total crap.

[-] bazus1@lemmy.world 14 points 5 months ago

For sure! just go to Abandonware and try to go to a specific year to find something. You have to wade through pages of garbo to find something worth playing.

load more comments (4 replies)
[-] hdnsmbt@lemmy.world 47 points 5 months ago

You realize it's not devs that make those decisions, right? It's publishers and execs. You know, the guys who make the actual money in all this. Stop blaming devs for stupid exec decisions.

load more comments (16 replies)
[-] NigelFrobisher@aussie.zone 47 points 5 months ago

I’ve written software professionally for two decades and I’m still in awe of the people who used to wring every last drop out of 512kb of memory, a floppy drive and 16 colours on the Amiga 500.

load more comments (4 replies)
[-] RealFknNito@lemmy.world 46 points 5 months ago

"WHY ARE YOU PIRATING OUR GAMES???"

[-] RIP_Cheems@lemmy.world 21 points 5 months ago

BECAUSE IF BUYING ISNT OWNING THE PIRATING ISNT STEALING.

load more comments (1 replies)
load more comments (3 replies)
[-] chicken@lemmy.dbzer0.com 39 points 5 months ago* (last edited 5 months ago)

Very rose tinted glasses. I remember horrifying cache corruption bugs that locked you out of certain game areas permanently on that save, random illegal operation exceptions crashing games (no autosave btw), the whole system regularly freezing and needing to be completely restarted, games just inexplicably not working to begin with on a regular basis because of some hardware incompatibility and the internet sucked for finding fixes then and patches weren't a thing so you were just screwed.

I would say that games not all being written in C and assembly trying to squeeze out every possible performance efficiency with nothing but dev machismo as safeguards is in fact a good thing.

load more comments (2 replies)
[-] doublejay1999@lemmy.world 39 points 5 months ago* (last edited 5 months ago)

Not just games . I download one of the trendy note pad apps. It’s 500mb.

load more comments (4 replies)
[-] ICastFist@programming.dev 37 points 5 months ago

For those that are unaware, the second chad is most likely referring to .kkrieger. Not a full game, but a demo (from a demoscene) whose purpose was to make a fully playable game with a max size of 96kb. Even going very slow, you won't need more than 5 minutes to finish it.

The startup is very CPU heavy and takes a while, even on modern systems, because it generates all the geometry, textures, lighting and whatnot from stored procedures.

load more comments (1 replies)
[-] Alexstarfire@lemmy.world 37 points 5 months ago

What a horrible take. Game devs were so bad at one point in the past they almost killed the entire market. Classic survivorship bias here.

[-] Skullgrid@lemmy.world 14 points 5 months ago

That's because the business assholes flooded the market with shitty games that cost $120 (adjusted for inflation) that looked like this :

https://i.imgur.com/yQAWeYw.jpeg

Not the game dev's fault, it's the business asshole's fault, just like the image.

https://www.youtube.com/watch?v=zvPkAYT6B1Q

load more comments (3 replies)
load more comments (7 replies)
[-] Toneswirly@lemmy.world 28 points 5 months ago

Fuck the haters. 80s game devs were creating beauty out of nothing.

load more comments (10 replies)
[-] MystikIncarnate@lemmy.ca 25 points 5 months ago

I see stuff like this and I don't blame developers/coders for all the shit that's happening. If you objectively look at gameplay and such, most games are actually pretty decent on their own. The graphics are usually really nice and the story is adequate, if not quite good, the controls are sensible and responsive...

A lot of the major complaints about modern games isn't necessarily what the devs are making, it's more about what the garbage company demands is done as part of the whole thing. Online only single player is entirely about control, keeping you from pirating the game (or at least trying to) plus supplying on you and serving you ads and such... Bad releases are because stuff gets pushed out the door before it's ready because the company needs more numbers for their profit reports, so things that haven't been given enough time and need more work get pushed onto paying customers. Day one patches are normal because between the time they seed the game to distributors like valve and Microsoft and stuff, and the time the game unlocks for launch day, stuff is still being actively worked on and fixed.

The large game studios have turned the whole thing into a meat grinder to just pump money out of their customers as much as possible and as often as possible, and they've basically ruined a lot of the simple expectations for game releases, like having a game that works and that performs adequately and doesn't crash or need huge extras (like updates) to work on day 1....

Developers themselves aren't the problem. Studios are the problem and they keep consolidating into a horrible mass of consumer hostile policies.

load more comments (1 replies)
[-] Suavevillain@lemmy.world 22 points 5 months ago

I never thought game patches would become such a terrible thing. But the state some games have released in has been crazy.

[-] captain_aggravated@sh.itjust.works 22 points 5 months ago

"The inverse square root function in the C math library isn't fast enough. That's okay, I'll write my own algorithm that abuses floating point numbers in a way that gives me a close approximation a bit faster."

load more comments (1 replies)
[-] SuddenDownpour@sh.itjust.works 21 points 5 months ago

...Is the breast milk thing inspired by reality? Wait, I don't know if I really want to know.

[-] johannesvanderwhales@lemmy.world 18 points 5 months ago

DAE games bad now??

[-] Vilian@lemmy.ca 16 points 5 months ago

it's not devs fault, is the company

load more comments (1 replies)
[-] WindowsEnjoyer@sh.itjust.works 15 points 5 months ago

This is so true. Also let's not forget where game is almost unplayable and constantly crashing on release.

[-] mavu@discuss.tchncs.de 14 points 5 months ago* (last edited 5 months ago)

I hate this conflation of "Developer" with every other role in modern game development.

If you think the new Porsche looks shit, do you blame the Mecanical engineer who designed the brake mechanism?

If your new manga body pillow gives you a rash, do you blame the graphic designer of the manga?

There is not a single thing listed in the meme above that is actually the fault of the actual developers working on the game. Don't even need to talk about the first picture.

game size is studio management related. They want to stuff as much (repetitive, boring) content into the game as possible. Plus a multiplayer mode no one asked for.

Optimizations don't happen because the CEO decides to take the sales money of the game this quarter, and not next, and ships an unfinished product.

Always online is ALWAYS a management decision.

It's a shit joke, it's wrong because it blames the wrong people, and its also just dumb.

[-] leaky_shower_thought@feddit.nl 14 points 5 months ago

those always online "single-player" games aren't what you think.

your ads and tracking friends are always interested in playing with you.

load more comments
view more: next ›
this post was submitted on 25 Jan 2024
1376 points (94.9% liked)

Gaming

2514 readers
330 users here now

!gaming is a community for gaming noobs through gaming aficionados. Unlike !games, we don’t take ourselves quite as serious. Shitposts and memes are welcome.

Our Rules:

1. Keep it civil.


Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only.


2. No sexism, racism, homophobia, transphobia or any other flavor of bigotry.


I should not need to explain this one.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Try not to repost anything posted within the past month.


Beyond that, go for it. Not everyone is on every site all the time.


founded 1 year ago
MODERATORS