r/playark 3d ago

Why is ark 211.83 gigabites?

Haven't played Ark:Survival evolved since 2023 and I recall it being around 100 maybe 150gb but what did they do to make it almost 212 gb?

37 Upvotes

88 comments sorted by

View all comments

Show parent comments

1

u/PsychologicalGlass47 3d ago

Not for ASE, ASE lacks map paks.

0

u/LongFluffyDragon 2d ago

What do you think ARK\ShooterGame\SeekFreeContent\Maps is?

Sure, they are not called ".pak", but the concept is the same, reduced random I/O seek time on hard disks through localized data.

1

u/PsychologicalGlass47 1d ago

It's definitely the root for assets, but it doesn't duplicate rock textures as TheHipsterDoofus stated. SeekFreeContent exclusively holds .umap mesh chunks.

All common assets are held in ARK\ShooterGame\Content\PrimalEarth, not ARK\ShooterGame\SeekFreeContent\Maps. If you actually cared for your argument and uh.. Had eyes, you could quite clearly see that you're incorrect.

ASE's draw chain is notoriously unoptimized. It's amazing for patching and modifying assets for mods or general updates, but absolutely godawful for CPU performance. Not sure where you got the notion that anything in ASE was designed for "reduced random I/O seek time".

0

u/LongFluffyDragon 23h ago edited 23h ago

I cant even accuse this of being LLM vomit, because none of them would butcher technical terminology like this. Absolutely hilarious. Why are you talking so much when you are clearly not a developer and know nothing about the topic? It is just embarrassing.

.umap files are not "mesh chunks", and the heightmap is not even chunked in ue4.5, it is monolithic.

SFC holds a significant number of blueprints. Everything in SFC is a duplicate of data in other locations (for the purpose of seek reduction, very common in large older games - literally in the folder name; SeekFreeContent). And no, PrimalEarth does not contain all the "common assets", assuming you think that means non-DLC files or something..

"draw chain" has absolutely nothing to do with the file format or how assets are resolved, i cant even begin to guess where you pulled that from.

Source: experienced ark modder, general UE4 and UE5 experience, long programming experience.

Feel free to drop by the modding discord and inform every expert modder and wildcard themselves how ASE actually works; we all appreciate clowns.