mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
textures: Add missing Plutonia texture definitions.
The Plutonia WAD includes some extra textures (and associated patches) compared to the original doom2.wad. Add these missing textures, with dummy "Plutonia versions" of textures where they conflict with existing ones, so that we include all patches needed for compatibility. Fixes #42.
This commit is contained in:
parent
140b805857
commit
085ced2434
1 changed files with 69 additions and 0 deletions
|
@ -1108,6 +1108,8 @@ A-CAMO4 128 128
|
|||
* CAMO4 0 0
|
||||
A-CAMO5 128 128
|
||||
* CAMO5 0 0
|
||||
A-CONCTE 128 128
|
||||
* CONCRETE 0 0
|
||||
A-DROCK1 256 128
|
||||
* DARKROCK 0 0
|
||||
A-DROCK2 256 128
|
||||
|
@ -1144,6 +1146,8 @@ A-ASKIN5 256 128
|
|||
* W110_1 0 0
|
||||
A-REDROK 256 128
|
||||
* REDROCK 0 0
|
||||
A-ROCK 128 128
|
||||
* ROCK 0 0
|
||||
SLIME1 128 128
|
||||
* RW41_1 0 0
|
||||
* RW41_1 64 0
|
||||
|
@ -1630,6 +1634,14 @@ EXITSTON 64 128
|
|||
* EXIT1 16 22
|
||||
FIREBLU1 128 128
|
||||
* W65B_1 0 0
|
||||
AROCK2 128 128
|
||||
* AROCK2 0 0
|
||||
AROCK3 128 128
|
||||
* AROCK3 0 0
|
||||
AROCK4 128 128
|
||||
* AROCK4 0 0
|
||||
AROCK5 128 128
|
||||
* AROCK5 0 0
|
||||
FIREBLU2 128 128
|
||||
* W65B_2 0 0
|
||||
FIRELAV3 128 128
|
||||
|
@ -2732,6 +2744,63 @@ MIDBARS3 64 72
|
|||
* RW45_1 0 0
|
||||
MARBFAC3 128 128
|
||||
* MWALL5_1 0 0
|
||||
MC2 128 128
|
||||
* MC2 0 0
|
||||
MC3 128 128
|
||||
* MC3 0 0
|
||||
MC4 128 128
|
||||
* MC4 0 0
|
||||
MC5 128 128
|
||||
* MC5 0 0
|
||||
MC6 128 128
|
||||
* MC6 0 0
|
||||
MC7 128 128
|
||||
* MC7 0 0
|
||||
MC8 128 128
|
||||
* MC8 0 0
|
||||
MC10 128 128
|
||||
* MC10 0 0
|
||||
MC11 128 128
|
||||
* MC11 0 0
|
||||
MC12 128 128
|
||||
* MC12 0 0
|
||||
MC13 128 128
|
||||
* MC13 0 0
|
||||
MC14 128 128
|
||||
* MC14 0 0
|
||||
MC15 128 128
|
||||
* MC15 0 0
|
||||
MC16 128 128
|
||||
* MC16 0 0
|
||||
MC17 128 128
|
||||
* MC17 0 0
|
||||
MC18 128 128
|
||||
* MC18 0 0
|
||||
MC19 128 128
|
||||
* MC19 0 0
|
||||
|
||||
; These are "new" textures that are really just here so that all patches
|
||||
; needed for Plutonia compatibility are included.
|
||||
|
||||
; FIREBLU1, FIREBLU2
|
||||
P-FRBLU1 128 128
|
||||
* FIREBLU1 0 0
|
||||
P-FRBLU2 128 128
|
||||
* FIREBLU2 0 0
|
||||
; SKY*
|
||||
P-SKY1 256 128
|
||||
* SKY1 0 0
|
||||
P-SKY2 1024 128
|
||||
* SKY2A 0 0
|
||||
* SKY2B 256 0
|
||||
* SKY2C 512 0
|
||||
* SKY2D 768 0
|
||||
P-SKY3 512 128
|
||||
* SKY3A 0 0
|
||||
* SKY3B 256 0
|
||||
; SW[12]SKULL:
|
||||
SW1PSKUL 64 64
|
||||
* SW1SKULL 0 0
|
||||
SW2PSKUL 64 64
|
||||
* SW2SKULL 0 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue