Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bug with converting sky texture #57

Open
pzC6L4g opened this issue Apr 5, 2023 · 4 comments
Open

Bug with converting sky texture #57

pzC6L4g opened this issue Apr 5, 2023 · 4 comments

Comments

@pzC6L4g
Copy link

pzC6L4g commented Apr 5, 2023

When converting sky textures, I get these messages:

Searching for .vmt files...
missing sky face: materials\skybox\legacy_faces\docks_hdrbk.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrdn.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrft.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrlf.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrrt.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrup.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrbk.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrdn.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrft.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrlf.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrrt.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrup.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrbk.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrdn.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrft.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrlf.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrrt.pfm
missing sky face: materials\skybox\legacy_faces\docks_hdrup.pfm
......
Collected face BK for sky_l4d_c4m4_hdr_cube.tga
Collected face DN for sky_l4d_c4m4_hdr_cube.tga
Collected face FT for sky_l4d_c4m4_hdr_cube.tga
Collected face LF for sky_l4d_c4m4_hdr_cube.tga
Collected face RT for sky_l4d_c4m4_hdr_cube.tga
Collected face UP for sky_l4d_c4m4_hdr_cube.tga
......
missing sky face: materials\skybox\legacy_faces\urbannightburning_ldrbk.pfm
missing sky face: materials\skybox\legacy_faces\urbannightburning_ldrdn.pfm
missing sky face: materials\skybox\legacy_faces\urbannightburning_ldrft.pfm
missing sky face: materials\skybox\legacy_faces\urbannightburning_ldrlf.pfm
missing sky face: materials\skybox\legacy_faces\urbannightburning_ldrrt.pfm
missing sky face: materials\skybox\legacy_faces\urbannightburning_ldrup.pfm
missing sky face: materials\skybox\legacy_faces\urbannightburning_ldrbk.pfm
missing sky face: materials\skybox\legacy_faces\urbannightburning_ldrdn.pfm
missing sky face: materials\skybox\legacy_faces\urbannightburning_ldrft.pfm
missing sky face: materials\skybox\legacy_faces\urbannightburning_ldrlf.pfm
missing sky face: materials\skybox\legacy_faces\urbannightburning_ldrrt.pfm
missing sky face: materials\skybox\legacy_faces\urbannightburning_ldrup.pfm
missing sky face: materials\skybox\legacy_faces\urbannightstorm_ldrbk.pfm
missing sky face: materials\skybox\legacy_faces\urbannightstorm_ldrdn.pfm
missing sky face: materials\skybox\legacy_faces\urbannightstorm_ldrft.pfm
missing sky face: materials\skybox\legacy_faces\urbannightstorm_ldrlf.pfm
missing sky face: materials\skybox\legacy_faces\urbannightstorm_ldrrt.pfm
missing sky face: materials\skybox\legacy_faces\urbannightstorm_ldrup.pfm
missing sky face: materials\skybox\legacy_faces\urbannightstorm_ldrbk.pfm
missing sky face: materials\skybox\legacy_faces\urbannightstorm_ldrdn.pfm
missing sky face: materials\skybox\legacy_faces\urbannightstorm_ldrft.pfm
missing sky face: materials\skybox\legacy_faces\urbannightstorm_ldrlf.pfm
missing sky face: materials\skybox\legacy_faces\urbannightstorm_ldrrt.pfm
missing sky face: materials\skybox\legacy_faces\urbannightstorm_ldrup.pfm

By the way, these sky textures are from L4D2's HD Sky Textures mod.

@kristiker
Copy link
Owner

L4D2's HD Sky Textures mod

Link to this mod? Thinking its bad parameters in the vmt, maybe you can edit it, or if you can find those sky faces move them to legacy_faces folder manually.

@pzC6L4g
Copy link
Author

pzC6L4g commented Apr 5, 2023

L4D2's HD Sky Textures mod

Link to this mod? Thinking its bad parameters in the vmt, maybe you can edit it, or if you can find those sky faces move them to legacy_faces folder manually.

https://steamcommunity.com/sharedfiles/filedetails/?id=121090376
This mod's name is "Informal Skyboxes".
I've tried everything you said, and it doesn't work.

@kristiker
Copy link
Owner

Yeah its bad parameters. I don't know how the engine figures it out to draw them correctly. You can fix by changing $hdrbasetexture to $basetexture in the materials, or $hdrcompressedtexture if it looks bad.

@pzC6L4g
Copy link
Author

pzC6L4g commented Apr 13, 2023

Yeah its bad parameters. I don't know how the engine figures it out to draw them correctly. You can fix by changing $hdrbasetexture to $basetexture in the materials, or $hdrcompressedtexture if it looks bad.

Wow, it's worked after change $hdrbasetexture to $basetexture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants