this post was submitted on 04 Sep 2026
1 points (100.0% liked)

Murdered by Words

2549 readers
3 users here now

Responses that completely destroy the original argument in a way that leaves little to no room for reply - a targeted, well-placed response to another person, organization, or group of people.

The following things are not grounds for murder:

Rules:

  1. Be civil and remember the human. No name calling or insults. Swearing in general is fine, but not to insult someone else.
  2. Discussion is encouraged but arguments are not. Don’t be aggressive and don’t argue for arguments sake.
  3. No bigotry of any kind.
  4. Censor the person info of anyone not in the public eye.
  5. If you break the rules you’ll get one warning before you’re banned.
  6. Enjoy the community in the light hearted way it’s intended.

founded 3 years ago
MODERATORS
 
top 20 comments
sorted by: hot top controversial new old
[–] FrowingFostek@lemmy.world 0 points 4 days ago

And they already have the muthafuckin fit girl repack?! 47gb flattened GTA6, its beautiful. 🥲

[–] godsammitdam@lemmy.zip 0 points 4 days ago* (last edited 4 days ago) (6 children)

On his site he says he's selling it and it's 180GB

Of course, anyone that might possibly think of buying, buyer beware, and beware of downloading.

https://cyberleek.gg/

[–] kungen@feddit.nu 0 points 3 days ago

"only 3 left at this price!" for several days. A fool and his money...

[–] antianarchist@sopuli.xyz 0 points 3 days ago

Imagine trusting someone who was not able to build a website without an llm.

Script kiddies who were successful. For now. Give it a couple more weeks and you will have the news of them being arrested.

[–] tazeycrazy@feddit.uk 0 points 4 days ago

I hope the crypto rug puller, hacker doesn't have anything hidden in that almost obvious honny pot.

[–] Orygin@sh.itjust.works 0 points 4 days ago

If that's real, it's gonna flood torrent sites soon enough

[–] lemmysmash@piefed.social 0 points 4 days ago (1 children)

Damn, the physics in those videos looks basically the same as it was in GTA 3.

[–] halcyoncmdr@piefed.social 0 points 3 days ago

Physics in GTA has never been accurate, GTA V physics are just as insane as the previous releases.

Expecting GTA to suddenly be more accurate this time is insane.

[–] JoeBigelow@lemmy.ca 0 points 4 days ago

Shit, $35 tho

[–] Goldholz@lemmy.blahaj.zone 0 points 4 days ago (1 children)
[–] tacosanonymous@mander.xyz 0 points 4 days ago

And I wouldn’t trust those clowns even if this happened.

[–] breadsmasher@lemmy.world 0 points 4 days ago (2 children)

obvious bait/satire

but on a serious note, gta 6 wont be less than 100gb

[–] rockSlayer@lemmy.blahaj.zone 0 points 4 days ago

Having worked on prelaunch titles, a build from July at 47GB means that 60% of the game is placeholder. I'd bet at least 40% of the Points Of Interest lack ground collision

[–] Kolanaki@pawb.social 0 points 4 days ago (1 children)

But it's zipped. Obviously they saved some space by compressing it.

[–] Zomg@piefed.world 0 points 4 days ago (1 children)
[–] Kolanaki@pawb.social 0 points 4 days ago* (last edited 4 days ago) (3 children)

I mean, I recently read that some ~85 terrabyte Minecraft world has been compressed down to ~15 TB. It might be possible to get GTA6 down to around 400kb. 🤷‍♂️

[–] nehal3m@lemmy.zip 0 points 4 days ago

Yeah, 400kb is plenty for a prompt that will get ChatGPT to write the game.

[–] Zomg@piefed.world 0 points 4 days ago* (last edited 4 days ago) (1 children)

The standard ZIP format relies heavily on the DEFLATE algorithm (combining LZ77 and Huffman coding). Its maximum theoretical run-length encoding limit is 1032:1 for extremely repetitive identical bytes, because the longest single repeated sequence it can encode is 258 bytes using specific bit lengths

Such compression relies on repeated information, something GTA certainly lacks when compared to Minecraft. Minecraft worlds are a different story given there's like what? A few dozen or more block types? Most being stone, grass and sand.

[–] DarkSirrush@piefed.ca 0 points 4 days ago

Pretty sure unmodded has a few hundred worldgen block types now, and stone takes up a much smaller percentage than it used to.

Modded can easily hit over 1000 worldgen block types.

[–] LordKitsuna@lemmy.world 0 points 4 days ago

A difference in the type of data. A Minecraft world is just a series of coordinates. There's a lot of repeat data. It's very easy to algorithm your way into something much smaller.

Game data is textures, audio files, level maps, etc. Things that are not repeating data that can be easily condensed.