Troubleshooting

Terraria Texture Pack Load Order

You have two texture packs enabled and only one of them shows up on a shared sprite. That's load order doing its job — the pack higher in the Enabled list wins. Here's how to control which one that is.

The one rule: uppermost wins

When several enabled packs replace the same asset, the pack that sits highest in the Enabled Packs listtakes priority for that asset. This is a feature, not a bug — it's how people stack, say, a UI pack beneath a full sprite pack. Packs that touch different files never conflict; order only decides ties.

Available vs. Enabled — get this right first

From the main menu open Workshop (or Resource Packsdirectly). You'll see two columns:

  • Available Packs (left) — installed but off. A pack sitting here does nothing.
  • Enabled Packs (right) — active. Click a pack to move it across; only enabled packs affect the game.

If your pack looks like it's "losing," first confirm it's actually in the Enabled column and not just sitting in Available.

Fixing a conflict, step by step

  1. 1. Move the winner to the top

    Reorder the Enabled Packs list so the pack you want to win sits above any other pack that changes the same sprite.

  2. 2. Isolate to confirm the owner

    Not sure which pack owns a sprite? Disable all but one, look in-game, then re-enable one at a time. The last one that changes the sprite when it's on top is the owner.

  3. 3. Separate by asset type

    Keep a UI/HUD pack and a sprite pack both enabled — they usually edit different files, so both apply and order is irrelevant.

Or skip the conflict entirely

Load-order fights only happen when two packs overlap. If you build a single pack in the in-browser editor with exactly the sprites you want, there's nothing to out-rank — one pack, one clear result, no reordering.

Frequently asked

In Terraria, which resource pack wins when two edit the same sprite?

The pack highest in the Enabled Packs list wins. When several enabled packs replace the same asset, the uppermost one takes priority, so move the pack you want to win to the top of the enabled column.

What's the difference between Available Packs and Enabled Packs?

Available Packs (left column) are installed but off. Enabled Packs (right column) are active. Only enabled packs affect the game, and among them order decides who overrides shared sprites.

Can I stack a UI pack and a sprite pack together?

Yes, as long as they touch different assets they don't conflict at all. Order only matters where two packs replace the exact same file — then the higher one wins for that file.

Related