diff --git a/scripts/shaderlist.txt b/scripts/shaderlist.txt new file mode 100644 index 0000000..b40241e --- /dev/null +++ b/scripts/shaderlist.txt @@ -0,0 +1,71 @@ +alphamod +common +decals +effects_beam +effects_forcefield +effects_healpod +effects_item +effects_jumppad +effects_lightning +effects_warpzone +ex2x +exomorphx +exx +facility114invx +facility114x +glassx +liquids_lava +liquids_slime +liquids_water +logos +map_atelier +map_boil +map_catharsis +map_bromine +map_courtfun +map_darkzone +map_erbium +map_geoplanetary +map_glowplant +map_go +map_implosion +map_leave_em_behind +map_opium +map_silentsiege +map_solarium +map_space-elevator +map_stormkeep +map_techassault +map_warfare +map_xoylent +metaltechx +model_bigfan01 +model_crate02 +model_crystals +model_desertfactory +model_teleporters +model_trak +model_tree +model_walker-static +model_xonotic_jumppad01 +narmorx +phillipk1x +phillipk2x +proceduralx +screens +skies_calm_sea +skies_distant_sunset +skies_exosystem2 +skies_exosystem +skies_extragalactic +skies_heaven +skies_polluted_earth +skies_purple_nebulae +stein1x +techpanelx +terrain01x +trak4x +trak5x +trak6x +trak7x +zombietextures diff --git a/scripts/zombietextures.shader b/scripts/zombietextures.shader new file mode 100644 index 0000000..a249e27 --- /dev/null +++ b/scripts/zombietextures.shader @@ -0,0 +1,32 @@ +textures/zombietextures_tiles/tiles03 +{ + { + map $lightmap + rgbGen identity + } + { + map textures/zombietextures_tiles/tiles03.jpg + blendFunc GL_DST_COLOR GL_ZERO + tcMod scroll 1 1 + } +} + + + + + + + + + + + + + + + + + + + + diff --git a/textures/zombietextures_funny/thomasjesus.png b/textures/zombietextures_funny/thomasjesus.png new file mode 100644 index 0000000..f5e7be3 Binary files /dev/null and b/textures/zombietextures_funny/thomasjesus.png differ diff --git a/textures/zombietextures_tiles/tiles03.jpg b/textures/zombietextures_tiles/tiles03.jpg new file mode 100644 index 0000000..0d16331 Binary files /dev/null and b/textures/zombietextures_tiles/tiles03.jpg differ