Skip to content

fix: t6 modman textures#849

Merged
Laupetin merged 6 commits into
mainfrom
fix/t6-modman-textures
Jun 22, 2026
Merged

fix: t6 modman textures#849
Laupetin merged 6 commits into
mainfrom
fix/t6-modman-textures

Conversation

@Laupetin

Copy link
Copy Markdown
Owner

WebGL does not support BC4 and BC5 textures which are used a lot in T6.
To fix this, ModMan now converts the textures to B8G8R8 on the fly.

When already at it, I also checked which other texture formats are also not supported and added logic to convert them on the fly as well.

Also adds decompression algorithms for BC1-BC3 to have parity on that.

2026-06-22_00-58-02

@Laupetin Laupetin added bug Something isn't working enhancement New feature or request labels Jun 21, 2026
@Laupetin Laupetin force-pushed the fix/t6-modman-textures branch from b8bc27e to ee3923f Compare June 21, 2026 23:08
@Laupetin Laupetin force-pushed the fix/t6-modman-textures branch from ee3923f to b32701f Compare June 21, 2026 23:10
@Laupetin Laupetin merged commit 255c424 into main Jun 22, 2026
8 checks passed
@Laupetin Laupetin deleted the fix/t6-modman-textures branch June 22, 2026 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant