THE ORB
Starting the studio

Streaming asset over the size limit

One file is too big for FiveM to load, so it is skipped and everything using it looks broken.

groupsMissing or untextured modelspersonYou can fix this

Do this first

That file needs to be compressed or split. Ask whoever made the pack for an optimised version.

bug_reportPaste your whole console instead

What it means

A single streamed file is larger than FiveM will load. Texture dictionaries have a hard ceiling around 16 MB; the file is skipped and everything that depends on it is missing.

What causes it

Ordered by how often it is the answer.

  1. 1

    Uncompressed 4K textures

    The usual. A vehicle pack exported without DXT compression blows past the limit on one dictionary.

  2. 2

    Every texture packed into one dictionary

    Splitting the same textures across several .ytd files stays under the limit with identical visual results.

  3. 3

    Embedded textures in the .yft

    Textures inside the model rather than in a dictionary count toward the model's own budget.

  4. 4

    A map file with far too much in it

    .ymap and .ybn have practical limits too.

How to tell which one is yours

Sort the stream folder by size. Anything near or over 16 MB is a candidate, and usually there is exactly one offender.

Where to look

stream/, largest files first.

How to fix it

Recompress the textures with DXT/BC compression and mipmaps, or split the dictionary in two. Neither changes how it looks in game at normal draw distances, and both fix this permanently.

Still stuck on your own code?

This page is what this error usually means. Paste your console into Server Fixer and it will rank everything in it and tell you what to do first, and if you would rather not touch it, ORBIE can repair the script and hand the resource back ready to drop in.

bug_reportOpen Server Fixer

Errors that travel with this one