Commit 3600a73
committed
Try to load texture from bsp if external wad load fails
Fixes the missing SKYG texture in Q64 start.bsp for e.g.
See Novum/vkQuake#830
Issue was a side effect of Valve BSP, WAD, and external
texture support addition, as of commit 4efddb4: Quake64
bsp wrongly advise in their data that some textures are
to be loaded from a separate external wad, but that wad
does not exist or is invalid: the existing 'Quake64.wad'
does not work.
Port of vkQuake patch authored by Vincent Sonnier.1 parent c2a40e0 commit 3600a73
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
712 | | - | |
713 | | - | |
714 | | - | |
715 | | - | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
716 | 719 | | |
717 | 720 | | |
718 | 721 | | |
| |||
0 commit comments