Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.91 KB | None | 0 0
  1. ///////////////
  2. /// WORLD ///
  3. ///////////////
  4.  
  5.  
  6. textures/dotf/skybox
  7. {
  8. qer_editorimage textures/skies/sky
  9. surfaceparm sky
  10. surfaceparm noimpact
  11. surfaceparm nomarks
  12. surfaceparm nodlight
  13. q3map_SunExt 1 .7 .55 240 315 60 1 10
  14. q3map_nofog
  15. notc
  16. q3map_nolightmap
  17. skyParms textures/skies/desert 1024 -
  18. }
  19.  
  20. textures/dotf/atmosphere
  21. {
  22. qer_editorimage textures/fogs/fog.tga
  23. surfaceparm nonsolid
  24. surfaceparm nonopaque
  25. surfaceparm fog
  26. surfaceparm trans
  27. q3map_nolightmap
  28. fogparms ( .82 .86 .95 ) 13000.0
  29. }
  30.  
  31.  
  32. ///////////////
  33. /// METAL ///
  34. ///////////////
  35.  
  36. textures/dotf/base_metal
  37. {
  38. qer_editorimage textures/dotf/base_metal
  39. {
  40. map textures/dotf/base_metal
  41. }
  42. {
  43. map textures/dotf/base_metal_spec
  44. blendfunc GL_SRC_ALPHA GL_ONE
  45. alphaGen lightingSpecular
  46. }
  47. {
  48. map $lightmap
  49. blendfunc filter
  50. }
  51. }
  52.  
  53. textures/dotf/metal_plate_2x4
  54. {
  55. qer_editorimage textures/dotf/metal_plate_2x4
  56. {
  57. map textures/common/env_chrome
  58. tcGen environment
  59. }
  60. {
  61. map textures/dotf/metal_plate_2x4
  62. blendfunc blend
  63. }
  64. {
  65. map textures/dotf/metal_plate_2x4
  66. rgbGen const (.6 .6 .6)
  67. blendfunc blend
  68. alphaGen lightingSpecular
  69. }
  70. {
  71. map $lightmap
  72. blendfunc filter
  73. }
  74. }
  75.  
  76. textures/dotf/metal_plate_2x4_dark
  77. {
  78. qer_editorimage textures/dotf/metal_plate_2x4
  79. {
  80. map textures/common/env_chrome
  81. rgbGen const (.4 .4 .4)
  82. tcGen environment
  83. }
  84. {
  85. map textures/dotf/metal_plate_2x4
  86. rgbGen const (.6 .6 .6)
  87. blendfunc blend
  88. }
  89. {
  90. map textures/dotf/metal_plate_2x4
  91. rgbGen const (.25 .25 .25)
  92. blendfunc blend
  93. alphaGen lightingSpecular
  94. }
  95. {
  96. map $lightmap
  97. blendfunc filter
  98. }
  99. }
  100.  
  101. textures/dotf/metal_plate_1x4
  102. {
  103. qer_editorimage textures/dotf/metal_plate_1x4
  104. {
  105. map textures/common/env_chrome
  106. tcGen environment
  107. }
  108. {
  109. map textures/dotf/metal_plate_1x4
  110. blendfunc blend
  111. }
  112. {
  113. map textures/dotf/metal_plate_1x4
  114. rgbGen const (.6 .6 .6)
  115. blendfunc blend
  116. alphaGen lightingSpecular
  117. }
  118. {
  119. map $lightmap
  120. blendfunc filter
  121. }
  122. }
  123.  
  124. textures/dotf/metal_plate_1x4_dark
  125. {
  126. qer_editorimage textures/dotf/metal_plate_1x4
  127. {
  128. map textures/common/env_chrome
  129. rgbGen const (.4 .4 .4)
  130. tcGen environment
  131. }
  132. {
  133. map textures/dotf/metal_plate_1x4
  134. rgbGen const (.6 .6 .6)
  135. blendfunc blend
  136. }
  137. {
  138. map textures/dotf/metal_plate_1x4
  139. rgbGen const (.25 .25 .25)
  140. blendfunc blend
  141. alphaGen lightingSpecular
  142. }
  143. {
  144. map $lightmap
  145. blendfunc filter
  146. }
  147. }
  148.  
  149. ///////////////
  150. /// GLASS ///
  151. ///////////////
  152.  
  153. textures/dotf/glass_exterior
  154. {
  155. qer_editorimage textures/common/glass2
  156. q3map_tesssize 48
  157. qer_trans 0.5
  158. surfaceparm nonopaque
  159. surfaceparm trans
  160. surfaceparm alphashadow
  161. q3map_material Glass
  162. q3map_nolightmap
  163. {
  164. map textures/common/glass2
  165. blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
  166. }
  167. {
  168. map textures/dotf/exterior_env
  169. blendFunc GL_ONE GL_ONE
  170. rgbGen const ( .7 .7 .7 )
  171. tcGen environment
  172. }
  173. }
  174.  
  175. textures/dotf/glass_interior
  176. {
  177. qer_editorimage textures/common/glass2
  178. q3map_tesssize 48
  179. qer_trans 0.5
  180. surfaceparm nonopaque
  181. surfaceparm trans
  182. surfaceparm alphashadow
  183. q3map_material Glass
  184. q3map_nolightmap
  185. {
  186. map textures/common/glass2
  187. blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
  188. }
  189. {
  190. map textures/common/glass2
  191. blendFunc GL_ONE GL_ONE
  192. rgbGen const ( .2 .2 .2 )
  193. tcGen environment
  194. }
  195. }
  196.  
  197. textures/dotf/glass_gen_room
  198. {
  199. qer_editorimage textures/common/glass2
  200. q3map_tesssize 48
  201. qer_trans 0.5
  202. surfaceparm nonopaque
  203. surfaceparm trans
  204. surfaceparm alphashadow
  205. q3map_material Glass
  206. q3map_nolightmap
  207. {
  208. map textures/common/glass2
  209. blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
  210. }
  211. {
  212. map textures/common/glass2
  213. blendFunc GL_ONE GL_ONE
  214. rgbGen const ( .15 .15 .15 )
  215. tcGen environment
  216. }
  217. }
  218.  
  219.  
  220. ///////////////
  221. /// MARBLE ///
  222. ///////////////
  223.  
  224.  
  225. textures/dotf/marble_red
  226. {
  227. qer_editorimage textures/dotf/marble_red
  228. q3map_lightmapMergable
  229. {
  230. map textures/dotf/marble_red
  231. }
  232. {
  233. map textures/common/env_chrome
  234. blendFunc GL_SRC_ALPHA GL_ONE
  235. rgbGen const ( .25 .25 .25 )
  236. tcGen environment
  237. }
  238. {
  239. map $lightmap
  240. blendfunc filter
  241. }
  242. }
  243.  
  244.  
  245. textures/dotf/marble_dark
  246. {
  247. qer_editorimage textures/dotf/marble_dark
  248. q3map_lightmapMergable
  249. {
  250. map textures/dotf/marble_dark
  251. }
  252. {
  253. map textures/common/env_chrome
  254. blendFunc GL_SRC_ALPHA GL_ONE
  255. rgbGen const ( .25 .25 .25 )
  256. tcGen environment
  257. }
  258. {
  259. map $lightmap
  260. blendfunc filter
  261. }
  262. }
  263.  
  264.  
  265. textures/dotf/marble_light
  266. {
  267. qer_editorimage textures/dotf/marble_light
  268. q3map_lightmapMergable
  269. {
  270. map textures/dotf/marble_light
  271. }
  272. {
  273. map textures/common/env_chrome
  274. blendFunc GL_SRC_ALPHA GL_ONE
  275. rgbGen const ( .25 .25 .25 )
  276. tcGen environment
  277. }
  278. {
  279. map $lightmap
  280. blendfunc filter
  281. }
  282. }
  283.  
  284. textures/dotf/marble_square_centre
  285. {
  286. qer_editorimage textures/dotf/marble_square_centre
  287. q3map_lightmapMergable
  288. {
  289. map textures/dotf/marble_square_centre
  290. }
  291. {
  292. map textures/common/env_chrome
  293. blendFunc GL_SRC_ALPHA GL_ONE
  294. rgbGen const ( .25 .25 .25 )
  295. tcGen environment
  296. }
  297. {
  298. map $lightmap
  299. blendfunc filter
  300. }
  301. }
  302.  
  303.  
  304. textures/dotf/marble_pillar
  305. {
  306. qer_editorimage textures/dotf/marble_pillar
  307. {
  308. map textures/dotf/marble_pillar
  309. }
  310. {
  311. map textures/common/env_chrome
  312. blendFunc GL_SRC_ALPHA GL_ONE
  313. rgbGen const ( .25 .25 .25 )
  314. tcGen environment
  315. }
  316. {
  317. map $lightmap
  318. blendfunc filter
  319. }
  320. }
  321.  
  322.  
  323. ///////////////
  324. /// LIGHTS ///
  325. ///////////////
  326.  
  327. textures/dotf/light1_off
  328. {
  329. qer_editorimage textures/dotf/light1
  330. {
  331. map textures/dotf/light1
  332. }
  333. {
  334. map textures/common/env_chrome
  335. blendFunc GL_SRC_ALPHA GL_ONE
  336. rgbGen const ( 0.25 0.25 0.25 )
  337. tcGen environment
  338. }
  339. {
  340. map $lightmap
  341. blendfunc filter
  342. }
  343. }
  344.  
  345. textures/dotf/light1_on
  346. {
  347. qer_editorimage textures/dotf/light1
  348. q3map_lightRGB .5 .42 .27
  349. q3map_surfacelight 40000
  350. q3map_lightSubdivide 4
  351. q3map_nolightmap
  352. {
  353. map textures/dotf/light1
  354. glow
  355. }
  356. }
  357.  
  358.  
  359. ///////////////
  360. /// MATTE ///
  361. ///////////////
  362.  
  363. textures/dotf/stucco
  364. {
  365. qer_editorimage textures/dotf/stucco
  366. {
  367. map textures/dotf/stucco
  368. }
  369. {
  370. map textures/dotf/stucco_spec
  371. blendFunc GL_SRC_ALPHA GL_ONE
  372. alphaGen lightingSpecular
  373. }
  374. {
  375. map $lightmap
  376. blendfunc filter
  377. }
  378. }
  379.  
  380. textures/dotf/window_frame
  381. {
  382. qer_editorimage textures/dotf/window_frame
  383. {
  384. map textures/dotf/window_frame
  385. }
  386. {
  387. map textures/dotf/window_frame_spec
  388. blendFunc GL_SRC_ALPHA GL_ONE
  389. alphaGen lightingSpecular
  390. }
  391. {
  392. map $lightmap
  393. blendfunc filter
  394. }
  395. }
  396.  
  397. ///////////////
  398. /// WALLS ///
  399. ///////////////
  400.  
  401. textures/dotf/brick2
  402. {
  403. qer_editorimage textures/dotf/brick2
  404. {
  405. map textures/dotf/brick2
  406. }
  407. {
  408. map textures/dotf/brick2_spec
  409. blendFunc GL_SRC_ALPHA GL_ONE
  410. alphaGen lightingSpecular
  411. }
  412. {
  413. map $lightmap
  414. blendfunc filter
  415. }
  416. }
  417.  
  418.  
  419. ///////////////
  420. /// FLOWERS ///
  421. ///////////////
  422.  
  423.  
  424. textures/dotf/f1
  425. {
  426. qer_editorimage textures/dotf/f1
  427. surfaceparm nomarks
  428. surfaceparm trans
  429. surfaceparm alphashadow
  430. q3map_offset 0.4
  431. {
  432. map textures/dotf/f1
  433. alphafunc GE128
  434. depthWrite
  435. }
  436. {
  437. map $lightmap
  438. blendfunc Filter
  439. }
  440. }
  441.  
  442. textures/dotf/f2
  443. {
  444. qer_editorimage textures/dotf/f2
  445. surfaceparm nomarks
  446. surfaceparm trans
  447. surfaceparm alphashadow
  448. q3map_offset 0.4
  449. {
  450. map textures/dotf/f2
  451. alphafunc GE128
  452. depthWrite
  453. }
  454. {
  455. map $lightmap
  456. blendfunc Filter
  457. }
  458. }
  459.  
  460. textures/dotf/f3
  461. {
  462. qer_editorimage textures/dotf/f3
  463. surfaceparm nomarks
  464. surfaceparm trans
  465. surfaceparm alphashadow
  466. q3map_offset 0.4
  467. {
  468. map textures/dotf/f3
  469. alphafunc GE128
  470. depthWrite
  471. }
  472. {
  473. map $lightmap
  474. blendfunc Filter
  475. }
  476. }
  477.  
  478. textures/dotf/f4
  479. {
  480. qer_editorimage textures/dotf/f4
  481. surfaceparm nomarks
  482. surfaceparm trans
  483. surfaceparm alphashadow
  484. q3map_offset 0.4
  485. {
  486. map textures/dotf/f4
  487. alphafunc GE128
  488. depthWrite
  489. }
  490. {
  491. map $lightmap
  492. blendfunc Filter
  493. }
  494. }
  495.  
  496. textures/dotf/f5
  497. {
  498. qer_editorimage textures/dotf/f5
  499. surfaceparm nomarks
  500. surfaceparm trans
  501. surfaceparm alphashadow
  502. q3map_offset 0.4
  503. {
  504. map textures/dotf/f5
  505. alphafunc GE128
  506. depthWrite
  507. }
  508. {
  509. map $lightmap
  510. blendfunc Filter
  511. }
  512. }
  513.  
  514. textures/dotf/f6
  515. {
  516. qer_editorimage textures/dotf/f6
  517. surfaceparm nomarks
  518. surfaceparm trans
  519. surfaceparm alphashadow
  520. q3map_offset 0.4
  521. {
  522. map textures/dotf/f6
  523. alphafunc GE128
  524. depthWrite
  525. }
  526. {
  527. map $lightmap
  528. blendfunc Filter
  529. }
  530. }
  531.  
  532. textures/dotf/f7
  533. {
  534. qer_editorimage textures/dotf/f7
  535. surfaceparm nomarks
  536. surfaceparm trans
  537. surfaceparm alphashadow
  538. q3map_offset 0.4
  539. {
  540. map textures/dotf/f7
  541. alphafunc GE128
  542. depthWrite
  543. }
  544. {
  545. map $lightmap
  546. blendfunc Filter
  547. }
  548. }
  549.  
  550. ///////////////
  551. /// LEAVES ///
  552. ///////////////
  553.  
  554. textures/dotf/leaves1
  555. {
  556. qer_editorimage textures/dotf/leaves1
  557. surfaceparm nomarks
  558. surfaceparm trans
  559. surfaceparm alphashadow
  560. q3map_offset 0.2
  561. {
  562. map textures/dotf/leaves1
  563. alphafunc GE128
  564. depthWrite
  565. }
  566. {
  567. map $lightmap
  568. blendfunc Filter
  569. }
  570. }
  571.  
  572. textures/dotf/leaves2
  573. {
  574. qer_editorimage textures/dotf/leaves2
  575. surfaceparm nomarks
  576. surfaceparm trans
  577. surfaceparm alphashadow
  578. q3map_offset 0.2
  579. {
  580. map textures/dotf/leaves2
  581. alphafunc GE128
  582. depthWrite
  583. }
  584. {
  585. map $lightmap
  586. blendfunc Filter
  587. }
  588. }
  589.  
  590.  
  591. ///////////////
  592. /// VINES ///
  593. ///////////////
  594.  
  595. textures/dotf/vines1
  596. {
  597. qer_editorimage textures/dotf/vines1
  598. surfaceparm nomarks
  599. surfaceparm trans
  600. surfaceparm alphashadow
  601. q3map_offset 0.2
  602. {
  603. map textures/dotf/vines1
  604. alphafunc GE128
  605. depthWrite
  606. }
  607. {
  608. map $lightmap
  609. blendfunc Filter
  610. }
  611. }
  612.  
  613.  
  614. ///////////////
  615. /// IVY ///
  616. ///////////////
  617.  
  618. textures/dotf/ivy1
  619. {
  620. qer_editorimage textures/dotf/ivy1
  621. surfaceparm nomarks
  622. surfaceparm trans
  623. surfaceparm alphashadow
  624. q3map_offset 0.2
  625. {
  626. map textures/dotf/ivy1
  627. alphafunc GE128
  628. depthWrite
  629. }
  630. {
  631. map $lightmap
  632. blendfunc Filter
  633. }
  634. }
  635.  
  636. ///////////////
  637. /// SHRUBS ///
  638. ///////////////
  639.  
  640. textures/dotf/shrubs1
  641. {
  642. qer_editorimage textures/dotf/shrubs1
  643. surfaceparm nomarks
  644. surfaceparm trans
  645. surfaceparm alphashadow
  646. q3map_offset 0.2
  647. {
  648. map textures/dotf/shrubs1
  649. alphafunc GE128
  650. depthWrite
  651. }
  652. {
  653. map $lightmap
  654. blendfunc Filter
  655. }
  656. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement