gldefs.txt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ////////////////////////////////////////////////////////////
  2. ///////////// OPENGL SFX DEFINITIONS ///////////////////////
  3. ////////////////////////////////////////////////////////////
  4. // Standard definitions are loaded first
  5. #include "hexen.gl"
  6. // Special effects
  7. #include "shaders.gl" //PPS shaders
  8. #include "brightmaps.gl"
  9. #include "glowingflats.gl"
  10. #include "skybox.gl"
  11. #include "actors/misc/sfx_fire.gl"
  12. // Items and decoration
  13. #include "actors/misc/prop_decorations.gl"
  14. #include "actors/misc/prop_hexen.gl"
  15. #include "actors/misc/prop_podvariants.gl"
  16. #include "actors/misc/prop_statues.gl"
  17. #include "actors/misc/sfx_lights.gl"
  18. #include "actors/misc/candelabra.gl"
  19. #include "actors/items/ammo.gl"
  20. #include "actors/items/item_keys.gl"
  21. #include "zscript/hpack/inventory/artifacts.gl"
  22. #include "zscript/hpack/weapons/firemace.gl"
  23. #include "zscript/hpack/weapons/sunstaff.gl"
  24. #Include "zscript/hpack/weapons/StaffChaos.gl"
  25. #include "zscript/hpack/weapons/goldwand.gl"
  26. #include "zscript/hpack/weapons/crossbow.gl"
  27. #include "zscript/hpack/weapons/dragonclaw.gl"
  28. #include "zscript/hpack/weapons/hellstaff.gl"
  29. #include "zscript/hpack/weapons/phoenixrod.gl"
  30. #include "zscript/hpack/weapons/dsparilsgloves.gl"
  31. #include "zscript/hpack/inventory/royaldagger.gl"
  32. // Monsters
  33. #include "actors/monsters/acolyte.gl"
  34. #include "zscript/hpack/monsters/archwizard.gl"
  35. #include "actors/monsters/bishop.gl"
  36. #include "actors/monsters/champion.gl"
  37. #include "actors/monsters/cultist.gl"
  38. #include "actors/monsters/darklich.gl"
  39. #include "actors/monsters/darknessrift.gl"
  40. #include "actors/monsters/deathknight.gl"
  41. #include "actors/monsters/disciple.gl"
  42. #include "actors/monsters/fallen.gl"
  43. #include "actors/monsters/ghoul.gl"
  44. #include "actors/monsters/guardiancube.gl"
  45. #include "actors/monsters/heretic_monsters.gl"
  46. #include "actors/monsters/infernodemon.gl"
  47. #include "actors/monsters/OphidianVariants.gl"
  48. #include "zscript/hpack/monsters/Satyr.gl"
  49. #include "actors/monsters/sentinel.gl"
  50. #include "actors/monsters/shadowbeast.gl"
  51. #include "actors/monsters/skullwizard.gl"
  52. #include "actors/monsters/wicked.gl"
  53. #include "actors/monsters/wraith.gl"