Finally add player models (sorta rudimentary but they work).
Updated blood and gore code, it's less WIP now. Updated readme with some additional notes. Removed Heretic compat player classes as they are no longer needed.
This commit is contained in:
parent
0eee6d525f
commit
96411592b3
57 changed files with 2341 additions and 227 deletions
12
gldefs.txt
12
gldefs.txt
|
|
@ -27,6 +27,18 @@ HardwareShader Texture "models/bossheadT.png"
|
|||
Shader "shaders/glsl/AmbientGlow_Brightmapped.fp"
|
||||
Texture "brighttex" "brightmaps/bossheadT.png"
|
||||
}
|
||||
Brightmap Texture "models/bossgibT.png"
|
||||
{
|
||||
Map "brightmaps/bossheadT.png"
|
||||
}
|
||||
Brightmap Texture "models/boss3.png"
|
||||
{
|
||||
Map "brightmaps/boss3.png"
|
||||
}
|
||||
Brightmap Texture "models/boss4.png"
|
||||
{
|
||||
Map "brightmaps/boss4.png"
|
||||
}
|
||||
HardwareShader Texture "models/JBRifle2.png"
|
||||
{
|
||||
Shader "shaders/glsl/AmbientGlow_Brightmapped.fp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue