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] Some textures are not displayed #118

Closed
extone opened this issue Sep 17, 2014 · 5 comments
Closed

[BUG] Some textures are not displayed #118

extone opened this issue Sep 17, 2014 · 5 comments
Labels

Comments

@extone
Copy link

extone commented Sep 17, 2014

On some maps some textures as well as all hit decals are not displayed. When decal on wall should appear console prints error message:
^3Failed to compile vertex shader for program defaultQ3AShader_cc_ac_dl4_ls3
ERROR: 19:9: 'a_LightmapCoord01' : syntax error syntax error

bug seems to appear after commit c029ea2 "Pack lightmap coordinates into two vertex attributes" (25 April)
Happens e.g. on following map https://dl.dropboxusercontent.com/u/102271334/zenith.bsp

@viciious
Copy link
Collaborator

Make sure your Glsl scripts in basewsw are up to date

@extone
Copy link
Author

extone commented Sep 17, 2014

ok, tried it again
that's what i've done:

  1. downloaded and unpacked warsow_1.51_unified.tar.gz
  2. removed executables and 'libs' folder
  3. upacked dataXXX.pk3 files in 'basewsw' folder
  4. removed dataXXX.pk3 and modulesXXX.pk3 files
  5. removed 'glsl' folder in 'basewsw' folder
  6. renamed 'basewsw' to 'base'
  7. downloaded https://github.com/viciious/qfusion/archive/master.zip
  8. rebuild in vs2013express
  9. copied executables, 'libs' and 'base' folders into root folder from Release/x86 folder
  10. copied 'glsl' folder from 'qfusion-master' folder to 'base' folder
  11. copied https://dl.dropboxusercontent.com/u/102271334/zenith.bsp into 'base/maps' folder
  12. run qfusion_x86.exe
  13. run from console 'map zenith' - bug still here
  14. condump https://dl.dropboxusercontent.com/u/102271334/condump.txt
  15. screenshot https://dl.dropboxusercontent.com/u/102271334/wsw_140917_182504.jpg

@extone
Copy link
Author

extone commented Sep 17, 2014

and this is how it should look (wsw 1.51)
https://dl.dropboxusercontent.com/u/102271334/wsw_140917_183354.jpg

@Triang3l
Copy link
Member

Fixed the bug, qf_lmvec01 was undefined for 3 and 4 lightstyles.

Regarding the HUD textures: we optimized the loading screen and number font rendering, so we had to add some new files to the game. I uploaded the files required for 1.6 to work with 1.51 content: https://onedrive.live.com/redir?resid=65B4D1E61B5CD82A!1574&authkey=!AG25Vtnl1QTCZN4&ithint=folder%2c

@extone
Copy link
Author

extone commented Sep 17, 2014

Thanks a lot!

@viciious viciious added the bug label Oct 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants