decaldef.txt 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570
  1. //ENJAY & T667 Enhancements - from hgarden.wad//
  2. //***** Faders *****/
  3. fader FastGoAway
  4. {
  5. DecayStart 0.2
  6. DecayTime 0.5
  7. }
  8. fader GoAway
  9. {
  10. DecayStart 0.5
  11. DecayTime 1.0
  12. }
  13. fader GoAway2
  14. {
  15. DecayStart 1.0
  16. DecayTime 3.0
  17. }
  18. colorchanger ToBlack
  19. {
  20. FadeStart 0.5
  21. FadeTime 1.0
  22. }
  23. //***** Bullet Chips *****/
  24. decal BulletChip1
  25. {
  26. pic CHIP1
  27. translucent 0.85
  28. shade "00 00 00"
  29. x-scale 0.8
  30. y-scale 0.8
  31. randomflipx
  32. randomflipy
  33. }
  34. decal BulletChip2
  35. {
  36. pic CHIP2
  37. translucent 0.85
  38. shade "00 00 00"
  39. x-scale 0.8
  40. y-scale 0.8
  41. randomflipx
  42. randomflipy
  43. }
  44. decal BulletChip3
  45. {
  46. pic CHIP3
  47. translucent 0.85
  48. shade "00 00 00"
  49. x-scale 0.8
  50. y-scale 0.8
  51. randomflipx
  52. randomflipy
  53. }
  54. decal BulletChip4
  55. {
  56. pic CHIP4
  57. translucent 0.85
  58. shade "00 00 00"
  59. x-scale 0.8
  60. y-scale 0.8
  61. randomflipx
  62. randomflipy
  63. }
  64. decal BulletChip5
  65. {
  66. pic CHIP5
  67. translucent 0.85
  68. shade "00 00 00"
  69. x-scale 0.8
  70. y-scale 0.8
  71. randomflipx
  72. randomflipy
  73. }
  74. decalgroup BulletChip
  75. {
  76. BulletChip1 1
  77. BulletChip2 1
  78. BulletChip3 1
  79. BulletChip4 1
  80. BulletChip5 1
  81. }
  82. decal Bullet1
  83. {
  84. pic CHIP1
  85. shade "FF C8 00"
  86. fullbright
  87. x-scale 0.4
  88. y-scale 0.4
  89. lowerdecal BulletChip
  90. animator GoAway
  91. }
  92. decal Bullet2
  93. {
  94. pic CHIP2
  95. shade "FF C8 00"
  96. fullbright
  97. x-scale 0.4
  98. y-scale 0.4
  99. lowerdecal BulletChip
  100. animator GoAway
  101. }
  102. decal Bullet3
  103. {
  104. pic CHIP3
  105. shade "FF C8 00"
  106. fullbright
  107. x-scale 0.4
  108. y-scale 0.4
  109. lowerdecal BulletChip
  110. animator GoAway
  111. }
  112. decal Bullet4
  113. {
  114. pic CHIP4
  115. shade "FF C8 00"
  116. fullbright
  117. x-scale 0.4
  118. y-scale 0.4
  119. lowerdecal BulletChip
  120. animator GoAway
  121. }
  122. decal Bullet5
  123. {
  124. pic CHIP5
  125. shade "FF C8 00"
  126. fullbright
  127. x-scale 0.4
  128. y-scale 0.4
  129. lowerdecal BulletChip
  130. animator GoAway
  131. }
  132. decalgroup Bullet
  133. {
  134. Bullet1 1
  135. Bullet2 1
  136. Bullet3 1
  137. Bullet4 1
  138. Bullet5 1
  139. }
  140. //**** Chainsaw marks *****/
  141. decal ChainsawMarkLower
  142. {
  143. pic SAWMARK
  144. translucent 0.75
  145. shade "00 00 00"
  146. x-scale 0.2
  147. y-scale 0.5
  148. randomflipx
  149. randomflipy
  150. }
  151. decal ChainsawMark
  152. {
  153. pic SAWMARK
  154. fullbright
  155. shade "FF C8 00"
  156. x-scale 0.1
  157. y-scale 0.4
  158. randomflipx
  159. randomflipy
  160. lowerdecal ChainsawMarkLower
  161. animator FastGoAway
  162. }
  163. //***** Plasma Rifle Scorches *****/
  164. decal PlasmaScorchLower1
  165. {
  166. pic PLASMA1
  167. shade "00 00 00"
  168. x-scale 0.3
  169. y-scale 0.3
  170. randomflipx
  171. randomflipy
  172. }
  173. decal PlasmaScorch1
  174. {
  175. pic PLSEB0
  176. add 1.0
  177. fullbright
  178. animator GoAway
  179. x-scale 0.5
  180. y-scale 0.5
  181. lowerdecal PlasmaScorchLower1
  182. randomflipx
  183. randomflipy
  184. }
  185. decal PlasmaScorchLower2
  186. {
  187. pic PLASMA2
  188. shade "00 00 00"
  189. x-scale 0.3
  190. y-scale 0.3
  191. randomflipx
  192. randomflipy
  193. }
  194. decal PlasmaScorch2
  195. {
  196. pic PLSEC0
  197. add 1.0
  198. fullbright
  199. animator GoAway
  200. x-scale 0.5
  201. y-scale 0.5
  202. lowerdecal PlasmaScorchLower2
  203. randomflipx
  204. randomflipy
  205. }
  206. decalgroup PlasmaScorchLower
  207. {
  208. PlasmaScorchLower1 1
  209. PlasmaScorchLower2 1
  210. }
  211. decalgroup PlasmaScorch
  212. {
  213. PlasmaScorch1 1
  214. PlasmaScorch2 1
  215. }
  216. //***** Arachnotron Plasma Scorches *****/
  217. decal ArachScorch1
  218. {
  219. pic APBXB0
  220. add 1.0
  221. animator GoAway
  222. x-scale 0.5
  223. y-scale 0.5
  224. lowerdecal PlasmaScorchLower1
  225. randomflipx
  226. randomflipy
  227. }
  228. decal ArachScorch2
  229. {
  230. pic APBXC0
  231. add 1.0
  232. animator GoAway
  233. x-scale 0.5
  234. y-scale 0.5
  235. lowerdecal PlasmaScorchLower2
  236. randomflipx
  237. randomflipy
  238. }
  239. decalgroup ArachnotronScorch
  240. {
  241. ArachScorch1 1
  242. ArachScorch2 1
  243. }
  244. //***** Zombie Railgunner Scorches *****/
  245. Decal AzRailScorchLower1
  246. {
  247. Pic CBALSCR1
  248. Shade "00 00 00"
  249. X-Scale 0.1
  250. Y-Scale 0.1
  251. RandomFlipX
  252. RandomFlipY
  253. }
  254. Decal AzRailScorchLower2
  255. {
  256. Pic CBALSCR2
  257. Shade "00 00 00"
  258. X-scale 0.1
  259. Y-scale 0.1
  260. RandomFlipX
  261. RandomFlipY
  262. }
  263. DecalGroup AzRailScorchLower
  264. {
  265. AzRailScorchLower1 1
  266. AzRailScorchLower2 1
  267. }
  268. Decal AzRailScorch1
  269. {
  270. Pic CBALSCR1
  271. Shade "48 56 56"
  272. FullBright
  273. X-Scale 0.2
  274. Y-Scale 0.2
  275. Animator GoAway
  276. LowerDecal AzRailScorchLower
  277. }
  278. Decal AzRailScorch2
  279. {
  280. Pic CBALSCR2
  281. Shade "48 56 56"
  282. FullBright
  283. X-Scale 0.2
  284. Y-Scale 0.2
  285. Animator GoAway
  286. LowerDecal AzRailScorchLower
  287. }
  288. DecalGroup AzRailScorch
  289. {
  290. AzRailScorch1 1
  291. AzRailScorch2 1
  292. }
  293. //***** Other Scorches *****/
  294. decal NewScorch
  295. {
  296. pic FMSLSCRH
  297. fullbright
  298. animator GoAway
  299. x-scale 0.2
  300. y-scale 0.2
  301. }
  302. //NashGore
  303. //===========================================================================
  304. //
  305. //
  306. //
  307. //===========================================================================
  308. Fader Bye
  309. {
  310. DecayStart 30.0
  311. DecayTime 10.0
  312. }
  313. Stretcher Stretchy
  314. {
  315. GoalY 1.5
  316. StretchStart 0.001
  317. StretchTime 15.0
  318. }
  319. Slider Slidey
  320. {
  321. DistY -20
  322. SlideStart 0.001
  323. SlideTime 15.0
  324. }
  325. Combiner Yucky
  326. {
  327. Stretchy
  328. Slidey
  329. //Bye
  330. }
  331. //===========================================================================
  332. //
  333. //
  334. //
  335. //===========================================================================
  336. Fader NoBlood
  337. {
  338. DecayStart 0
  339. DecayTime 0
  340. }
  341. //===========================================================================
  342. //
  343. //
  344. //
  345. //===========================================================================
  346. Decal BloodDrip
  347. {
  348. Pic "graphics/decals/bdrip.png"
  349. Shade "BloodDefault"
  350. X-Scale 1.0
  351. Y-Scale 0.02
  352. RandomFlipX
  353. Animator Yucky
  354. }
  355. Decal BloodSplat1
  356. {
  357. Pic "graphics/decals/bsplat1.png"
  358. Shade "BloodDefault"
  359. X-Scale 1.0
  360. Y-Scale 1.0
  361. RandomFlipX
  362. RandomFlipY
  363. //Animator Bye
  364. LowerDecal "BloodDrip"
  365. }
  366. Decal BloodSplat2
  367. {
  368. Pic "graphics/decals/bsplat2.png"
  369. Shade "BloodDefault"
  370. X-Scale 1.0
  371. Y-Scale 1.0
  372. RandomFlipX
  373. RandomFlipY
  374. //Animator Bye
  375. LowerDecal "BloodDrip"
  376. }
  377. Decal BloodSplat3
  378. {
  379. Pic "graphics/decals/bsplat3.png"
  380. Shade "BloodDefault"
  381. X-Scale 1.0
  382. Y-Scale 1.0
  383. RandomFlipX
  384. RandomFlipY
  385. //Animator Bye
  386. LowerDecal "BloodDrip"
  387. }
  388. Decal BloodSplat4
  389. {
  390. Pic "graphics/decals/bsplat4.png"
  391. Shade "BloodDefault"
  392. X-Scale 1.0
  393. Y-Scale 1.0
  394. RandomFlipX
  395. RandomFlipY
  396. //Animator Bye
  397. LowerDecal "BloodDrip"
  398. }
  399. Decal BloodSplatNoDrip1
  400. {
  401. Pic "graphics/decals/bsplat1.png"
  402. Shade "BloodDefault"
  403. X-Scale 1.0
  404. Y-Scale 1.0
  405. RandomFlipX
  406. RandomFlipY
  407. }
  408. Decal BloodSplatNoDrip2
  409. {
  410. Pic "graphics/decals/bsplat2.png"
  411. Shade "BloodDefault"
  412. X-Scale 1.0
  413. Y-Scale 1.0
  414. RandomFlipX
  415. RandomFlipY
  416. }
  417. Decal BloodSplatNoDrip3
  418. {
  419. Pic "graphics/decals/bsplat3.png"
  420. Shade "BloodDefault"
  421. X-Scale 1.0
  422. Y-Scale 1.0
  423. RandomFlipX
  424. RandomFlipY
  425. }
  426. Decal BloodSplatNoDrip4
  427. {
  428. Pic "graphics/decals/bsplat4.png"
  429. Shade "BloodDefault"
  430. X-Scale 1.0
  431. Y-Scale 1.0
  432. RandomFlipX
  433. RandomFlipY
  434. }
  435. Decal NoBlood
  436. {
  437. Pic "TNT1A0"
  438. Animator NoBlood
  439. }
  440. //===========================================================================
  441. //
  442. //
  443. //
  444. //===========================================================================
  445. DecalGroup BloodSplat
  446. {
  447. BloodSplat1 1
  448. BloodSplat2 1
  449. BloodSplat3 1
  450. BloodSplat4 1
  451. BloodSplatNoDrip1 1
  452. BloodSplatNoDrip2 1
  453. BloodSplatNoDrip3 1
  454. BloodSplatNoDrip4 1
  455. NoBlood 2
  456. NoBlood 2
  457. NoBlood 2
  458. NoBlood 2
  459. }
  460. DecalGroup BloodSmear
  461. {
  462. BloodSplat1 1
  463. BloodSplat2 1
  464. BloodSplat3 1
  465. BloodSplat4 1
  466. BloodSplatNoDrip1 1
  467. BloodSplatNoDrip2 1
  468. BloodSplatNoDrip3 1
  469. BloodSplatNoDrip4 1
  470. }
  471. //***** Generators **********************************************************//
  472. generator ArachnotronPlasma ArachnotronScorch
  473. generator BFGBall BFGLightning
  474. generator BaronBall BaronScorch
  475. generator CacodemonBall CacoScorch
  476. generator Chaingun Bullet
  477. generator Chainsaw ChainsawMark
  478. generator DoomImpBall DoomImpScorch
  479. generator FatShot NewScorch
  480. generator Pistol Bullet
  481. generator PlasmaBall PlasmaScorch
  482. generator RevenantTracer RevenantScorch
  483. generator Rocket NewScorch
  484. generator Shotgun Bullet
  485. generator SuperShotgun Bullet
  486. generator NashGore_ChaingunGuy Bullet //oldnash
  487. generator NashGore_ShotgunGuy Bullet //oldnash
  488. generator NashGore_SpiderMastermind Bullet //oldnash
  489. generator NashGore_StealthChaingunGuy Bullet //oldnash
  490. generator NashGore_StealthShotgunGuy Bullet //oldnash
  491. generator NashGore_StealthZombieMan Bullet //oldnash
  492. generator NashGore_ZombieMan Bullet //oldnash
  493. generator NewChaingun Bullet //weaponh
  494. generator NewPistol Bullet //weaponh
  495. generator RocketNew NewScorch //weaponh
  496. generator NewShotgun Bullet //weaponh
  497. generator NewSuperShotgun Bullet //weaponh
  498. //Additional
  499. generator BelphegorBall BaronScorch
  500. generator DarkFast DoomImpScorch
  501. generator DarkNormal DoomImpScorch
  502. generator DarkSeeker DoomImpScorch
  503. generator DarkStrong DoomImpScorch
  504. generator GreenPoisonBall HImpScorch
  505. generator HellGuardBall PlasmaScorchLower
  506. generator HellWarriorBall BaronScorch
  507. generator HitlerTNTLE Bullet
  508. generator RapidFireTrooper Bullet
  509. generator RedSkullBall PlasmaScorchLower
  510. generator SnakeImpFireball PlasmaScorchLower
  511. generator YellowSkullSeeker RevenantScorch
  512. generator ZombieRailgunner AzRailScorch