Bumped ZScript ver.

Added OnDrop to weapons replicating the UT drop style.
Some fixes for UT player movement.
Hide keys from HUD in DM.
Added "classic jump boots" option.
Fixed missing ambientglow on some weapon skins.
This commit is contained in:
Marisa the Magician 2018-11-15 19:03:20 +01:00
commit fe08f11997
7 changed files with 50 additions and 8 deletions

View file

@ -182,6 +182,10 @@ HardwareShader Texture "models/JFA1.png"
{
Shader "shaders/glsl/AmbientGlow.fp"
}
HardwareShader Texture "models/Flak_t.png"
{
Shader "shaders/glsl/AmbientGlow.fp"
}
HardwareShader Texture "models/JMedBox1.png"
{
Shader "shaders/glsl/AmbientGlow.fp"
@ -264,6 +268,10 @@ HardwareShader Texture "models/JM21.png"
{
Shader "shaders/glsl/AmbientGlow.fp"
}
HardwareShader Texture "models/Mini_t.png"
{
Shader "shaders/glsl/AmbientGlow.fp"
}
HardwareShader Texture "models/JRocketPack1.png"
{
Shader "shaders/glsl/AmbientGlow.fp"
@ -272,6 +280,10 @@ HardwareShader Texture "models/JuRocket1_.png"
{
Shader "shaders/glsl/AmbientGlow.fp"
}
HardwareShader Texture "models/Eight_t.png"
{
Shader "shaders/glsl/AmbientGlow.fp"
}
HardwareShader Texture "models/BulletBoxT.png"
{
Shader "shaders/glsl/AmbientGlow.fp"