Oh boy, here comes a big one.

Doomreal development is officially back to life.
Doomreal now depends on Doom Tournament, as it's an add-on for it.
Most of the resources are in place right now, just a couple more things left to add in.
Flak cannon is still incomplete and weapon development will be resumed soon.
There is a main menu now, I hope you like it.
Player classes don't have models assigned yet, so they will look weird.
Overall this is not yet very playable.
This commit is contained in:
Marisa the Magician 2019-08-10 22:15:56 +02:00
commit d3b11d1ef2
1145 changed files with 1065 additions and 883 deletions

View file

@ -1,42 +1,7 @@
/*Brightmap Texture "models/JRelicSkull_01b.png"
{
Map "brightmaps/JRelicSkull_01b.png"
}*/
HardwareShader Texture "models/JRelicSkull_01b.png"
{
Shader "shaders/glsl/AmbientGlow_Brightmapped.fp"
}
/*Brightmap Texture "models/JRelicSkull_01g.png"
{
Map "brightmaps/JRelicSkull_01g.png"
}*/
HardwareShader Texture "models/JRelicSkull_01g.png"
{
Shader "shaders/glsl/AmbientGlow_Brightmapped.fp"
}
/*Brightmap Texture "models/JRelicSkull_01r.png"
{
Map "brightmaps/JRelicSkull_01r.png"
}*/
HardwareShader Texture "models/JRelicSkull_01r.png"
{
Shader "shaders/glsl/AmbientGlow_Brightmapped.fp"
}
HardwareShader Texture "models/BlueSkin2.png"
{
Shader "shaders/glsl/MeshEnviroMap_AmbientGlow.fp"
}
HardwareShader Texture "models/RedSkin2.png"
{
Shader "shaders/glsl/MeshEnviroMap_AmbientGlow.fp"
}
HardwareShader Texture "models/GoldSkin2.png"
{
Shader "shaders/glsl/MeshEnviroMap_AmbientGlow.fp"
}
HardwareShader Texture "models/Sting1_.png"
{
Shader "shaders/glsl/AmbientGlow_Brightmapped.fp"
Texture "brighttex" "brightmaps/Sting1.png"
}
Brightmap Texture "models/Sting1.png"
{
@ -46,15 +11,36 @@ HardwareShader Texture "models/JTaryPick1.png"
{
Shader "shaders/glsl/AmbientGlow.fp"
}
/*Brightmap Texture "models/JPickup1.png"
{
Map "brightmaps/JPickup1.png"
}*/
HardwareShader Texture "models/JPickup1_.png"
HardwareShader Texture "models/JPickup1.png"
{
Shader "shaders/glsl/AmbientGlow_Brightmapped.fp"
Texture "brighttex" "brightmaps/JPickup1.png"
}
HardwareShader Texture "models/Jflakshel1_.png"
{
Shader "shaders/glsl/AmbientGlow.fp"
}
HardwareShader Texture "models/Jflak1_.png"
{
Shader "shaders/glsl/AmbientGlow.fp"
}
HardwareShader Texture "graphics/MenuBarr.png"
{
Shader "shaders/glsl/MenuBarrier.fp"
}
HardwareShader Texture "graphics/rmetal.png"
{
Shader "shaders/glsl/Menu2.fp"
}
HardwareShader Texture "graphics/95Bg.png"
{
Shader "shaders/glsl/95Bg.fp"
}
HardwareShader Texture "graphics/97Bg.png"
{
Shader "shaders/glsl/97Bg.fp"
}
HardwareShader Texture "graphics/UnBg.png"
{
Shader "shaders/glsl/UnBg.fp"
}