Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merging issues from old bspguy with animated textures #115

Open
GarompaEstomper opened this issue Apr 20, 2024 · 2 comments
Open

Merging issues from old bspguy with animated textures #115

GarompaEstomper opened this issue Apr 20, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@GarompaEstomper
Copy link

This is an issue that also happens in the old bspguy. So it was never ever fixed.
There is a big problem with animated textures (for example in this case texture -0out_rk3 from halflife.wad is just a static rock texture, but happens with actual animated ones as well). Upon merging the maps end up corrupted, and if you try to launch the game will say "missing frame 1 of -0out_rk3" even if the wad contains the textures needed. Its as if the merging corrupts the animated textures.

@UnrealKaraulov UnrealKaraulov self-assigned this Apr 21, 2024
@UnrealKaraulov UnrealKaraulov added the bug Something isn't working label Apr 21, 2024
@Qwertyus3D
Copy link

-0out_rk3 it's not animated, but random tiling texture. "-" means those textures with similar names begining with -0/1/2/3/4/5 are used randomly to cover a surface, to prevent the repititive pattern. Animated or switchable textures begin with "+".

@GarompaEstomper
Copy link
Author

I managed to fix it by just merging the maps in different splits (map 1+2+3+4 or 1+2+3 gave the error, but splitting them 1+2 & 3+4 did not, weird I know.)
Yes you are right its not animated but I remember getting this error once when I ported another mod, and that time it did happen with an animated computer texture. To fix that one luckily I could just delete the model using it or change the texture to a static one manually, but here the rock texture was used everywhere and almost gave up.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants